| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Bumps proc-macro2 fixing https://github.com/rust-lang/rust/issues/113152
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unstable and prone to fail CI
|
|
|
|
|
|
|
|
|
|
New semihosting 0.5 does not use error handling,
returns directly and as semihosting is generally slow
this led to missing print statements.
Workaround is to add NOP, which seems sufficient
to let it flush the buffers
|
|
|
|
sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .)
|
|
sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .)
|
|
|
|
|
|
I believe that is a typo s/shared/local_to_bar
|
|
|
|
|
|
Add example how to get old WFI behaviour
|
|
|
|
|