| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-02 | improve process::abort rendering in Miri backtraces | Ralf Jung | -8/+4 | |
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -1/+1 | |
| Now that `macro_rules` macros can define attribute rules, make sure error messages account for that. | ||||
| 2025-06-07 | diagnostics: do not repeat the entire message in the span label | Ralf Jung | -16/+16 | |
| 2025-05-30 | Change diagnostic wording | tiif | -2/+1 | |
| 2025-05-15 | normalize abort calls in miri tests | joboet | -2/+2 | |
| 2025-03-17 | Fix miri | bjorn3 | -0/+10 | |
| 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 | -12/+14 | |
| 2024-09-21 | fmt (with a huge diff for some reason) | Ralf Jung | -6/+6 | |
| 2024-09-16 | Bump ui test | Oli Scherer | -36/+36 | |
| 2024-09-11 | make basic allocation functions track_caller in Miri for nicer backtraces | Ralf Jung | -65/+28 | |
| 2024-08-27 | bless miri test | joboet | -3/+5 | |
| 2024-08-21 | add a test for zero-sized protectors | Ralf Jung | -4/+2 | |
| 2024-08-09 | throw_unsup_format for alignment greater than 2^29 and refactor ↵ | tiif | -0/+54 | |
| non-power-of-two alignment check | ||||
| 2024-07-15 | Make normalization regex less exact | Chris Denton | -1/+1 | |
| 2024-06-17 | show proper UB when making a too large allocation request | Ralf Jung | -0/+25 | |
| 2024-05-04 | only show the 'basic API common for this target' message when this is a ↵ | Ralf Jung | -2/+2 | |
| missing foreign function | ||||
| 2024-05-04 | update 'unsupported' message | Ralf Jung | -1/+2 | |
| 2024-04-17 | tests/utils: add fmt::Write implementations for miri's native stdout/stderr | Ralf Jung | -18/+17 | |
| 2024-04-17 | alloc_error_handler tests: directly call handle_alloc_error; test more codepaths | Ralf Jung | -59/+96 | |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -0/+145 | |
| 2024-03-09 | simplify no-std tests | Ralf Jung | -4/+2 | |
| set panic=abort so that we do not need this eh_personality thing | ||||
| 2024-01-11 | std: update miri tests | joboet | -2/+2 | |
| 2023-11-24 | Bless Miri tests | Nilstrieb | -9/+9 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -2/+2 | |
| 2023-08-11 | Include spans in use-after-free diagnostics | Ben Kimock | -3/+33 | |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -9/+9 | |
| also simplify the in-bounds checking in Miri's borrow trackers | ||||
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -1/+1 | |
| 2023-05-09 | Update to latest ui_test crate version. | Oli Scherer | -7/+7 | |
| Also stops using github actions groups that conflict with our groups as github does not nest them | ||||
| 2022-12-28 | handle unknown targets more gracefully | Ralf Jung | -3/+4 | |
| 2022-12-06 | Reintroduce the span printing in miri (plus point to spans where possible) | Oli Scherer | -14/+14 | |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -21/+21 | |
| 2022-09-21 | Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573' | Oli Scherer | -0/+287 | |
| git-subtree-dir: src/tools/miri git-subtree-mainline: 3f3167fb59341ac3240ca1774f48e8c053219131 git-subtree-split: 75dd959a3a40eb5b4574f8d2e23aa6efbeb33573 | ||||
