| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-07 | diagnostics: do not repeat the entire message in the span label | Ralf Jung | -1/+1 | |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -1/+0 | |
| For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros. | ||||
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -1/+1 | |
| 2024-09-16 | Bump ui test | Oli Scherer | -4/+4 | |
| 2024-03-02 | print thread name in miri error backtraces | Ralf Jung | -0/+1 | |
| 2023-11-24 | Bless Miri tests | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+2 | |
| 2023-05-08 | port tests to 2021 edition | Ralf Jung | -1/+1 | |
| 2022-12-06 | Reintroduce the span printing in miri (plus point to spans where possible) | Oli Scherer | -1/+1 | |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -2/+2 | |
| 2022-10-19 | Magic functions for writing to stdout/stderr. | Cliff L. Biffle | -0/+19 | |
| This enables I/O in no_std contexts (or, really, any Miri-specific OS-independent context). Combined with the `abort` intrinsic it should allow a reasonable test framework in no_std. | ||||
