| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This appears to fix a bug in a TriCore unit test for reasons I don't
fully understand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Found this while testing some MSP430 binaries with the new support being
added. I had the logic correct, but forgot to tell Rust that overflow
was expected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
represent a C char
|
|
More info: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
|
|
|
|
Solution was added in the core
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|