| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -37/+129 |
| 2025-08-19 | miri: detect passing the same local twice as an in-place argument | Ralf Jung | -0/+92 |
| 2025-08-18 | interpret: fix in-place return place semantics when the return place expressi... | Ralf Jung | -37/+37 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -7/+96 |
| 2025-08-08 | Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkov | Trevor Gross | -1/+1 |
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -1/+1 |
| 2025-08-07 | Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-se | Trevor Gross | -22/+22 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -24/+24 |
| 2025-08-04 | remove begin prefix | Kivooeo | -22/+22 |
| 2025-08-04 | Rollup merge of #144853 - Kivooeo:rust_-cleanup, r=Mark-Simulacrum | Stuart Cook | -11/+11 |
| 2025-08-03 | remove rust_ prefixes | Kivooeo | -11/+11 |
| 2025-07-31 | Allow `dangling_pointers_from_locals` lint in tests | Urgau | -0/+3 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -7/+96 |
| 2025-07-28 | revert accidental change | Ralf Jung | -0/+4 |
| 2025-07-28 | Merge commit 'abd9cba5acbcc35fb4cc59ce25580fa1624b5571' | Ralf Jung | -21/+17 |
| 2025-07-27 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -21/+17 |
| 2025-07-27 | call_function helper: dont ICE on return type mismatches | Ralf Jung | -0/+51 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -43/+50 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -19/+103 |
| 2025-07-09 | miri: fix out-of-bounds error for ptrs with negative offsets | Ralf Jung | -0/+53 |
| 2025-07-02 | miri: improve errors for type validity assertion failures | Ralf Jung | -58/+19 |
| 2025-06-27 | Update dangling_pointer_to_raw_pointer.rs | leopardracer | -1/+1 |
| 2025-06-16 | miri: bless tests | David Wood | -4/+4 |
| 2025-06-15 | Merge from rustc | Ralf Jung | -37/+0 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -37/+0 |
| 2025-06-11 | Merge pull request #4384 from RalfJung/diag-no-repeat | Oli Scherer | -700/+541 |
| 2025-06-07 | bless non-Linux tests | Ralf Jung | -4/+2 |
| 2025-06-07 | make better use of label for data-race and some other errors | Ralf Jung | -283/+129 |
| 2025-06-07 | diagnostics: do not repeat the entire message in the span label | Ralf Jung | -508/+505 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -2/+2 |
| 2025-06-05 | Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub... | Matthias Krüger | -0/+115 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -9/+9 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -3/+3 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -9/+9 |
| 2025-05-31 | Merge from rustc | The Miri Cronjob Bot | -3/+4 |
| 2025-05-30 | Merge pull request #4314 from yoctocell/fine-grained-tracking | Ralf Jung | -0/+59 |
| 2025-05-30 | Track permissions on the byte-level | Xinglu Chen | -0/+59 |
| 2025-05-30 | Change diagnostic wording | tiif | -4/+2 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -3/+4 |
| 2025-05-28 | add Miri tests | Ralf Jung | -0/+115 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -4/+1 |
| 2025-05-26 | Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obk | bors | -13/+7 |
| 2025-05-24 | rename internal panicking::try to catch_unwind | Ralf Jung | -6/+6 |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -13/+7 |
| 2025-05-22 | enable isolated-stdin test on Windows | Ralf Jung | -1/+1 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -4/+1 |
| 2025-05-21 | Merge pull request #4337 from RalfJung/io | Ralf Jung | -0/+28 |
| 2025-05-21 | test direct usage of io::{stdout,stderr,stdin} | Ralf Jung | -0/+28 |
| 2025-05-21 | Merge from rustc | The Miri Cronjob Bot | -16/+10 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -16/+10 |