| Age | Commit message (Expand) | Author | Lines |
| 2023-08-11 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -2/+2 |
| 2023-07-07 | Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obk | Michael Goulet | -0/+43 |
| 2023-07-07 | miri: check that assignments do not self-overlap | Ralf Jung | -0/+43 |
| 2023-07-07 | Use new std::simd fn in miri tests | Jubilee Young | -1/+1 |
| 2023-06-29 | Use a valid `target` directory in miri ui tests | Oli Scherer | -0/+1 |
| 2023-06-28 | Auto merge of #2936 - Vanille-N:unique, r=RalfJung | bors | -10/+419 |
| 2023-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -10/+419 |
| 2023-06-27 | Make `--quiet` actually do something | Oli Scherer | -3/+10 |
| 2023-06-26 | Update ui test crate | Oli Scherer | -69/+33 |
| 2023-06-20 | Auto merge of #2520 - saethlin:mmap-shim, r=RalfJung | bors | -0/+260 |
| 2023-06-20 | Improve organization | Ben Kimock | -0/+0 |
| 2023-06-20 | Make munmap throw unsup errors instead of trying to work | Ben Kimock | -21/+40 |
| 2023-06-20 | mmap/munmap/mremamp shims | Ben Kimock | -0/+241 |
| 2023-06-19 | bless new tests | Ralf Jung | -2/+2 |
| 2023-06-18 | Merge from rustc | Ralf Jung | -3/+3 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -3/+3 |
| 2023-06-17 | Merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -3/+3 |
| 2023-06-16 | Ignore the always part of #[inline(always)] in MIR inlining | Ben Kimock | -1/+1 |
| 2023-06-16 | make test work cross-platform | Ralf Jung | -31/+10 |
| 2023-06-16 | add tests for panicky drop in thread_local destructor | Ralf Jung | -0/+75 |
| 2023-06-16 | Merge from rustc | Ralf Jung | -9/+9 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -9/+9 |
| 2023-06-15 | Merge from rustc | Oli Scherer | -3/+3 |
| 2023-06-14 | update miri test | The 8472 | -3/+3 |
| 2023-06-12 | Auto merge of #2924 - RalfJung:rustup, r=RalfJung | bors | -11/+2 |
| 2023-06-11 | Merge from rustc | Ralf Jung | -11/+2 |
| 2023-06-10 | box_exclusive_violation | Neven Villani | -1/+48 |
| 2023-06-05 | Differentiate between explicit accesses and accesses inserted by TB | Neven Villani | -120/+120 |
| 2023-06-03 | Auto merge of #2887 - Vanille-N:tb-mut-transmute, r=RalfJung | bors | -118/+1641 |
| 2023-06-03 | miri compiletest: no longer allow some warnings in rustc test suite | Ralf Jung | -11/+2 |
| 2023-06-03 | Select more TB fail tests | Neven Villani | -118/+1641 |
| 2023-06-03 | add unchecked_shl test | Ralf Jung | -2/+25 |
| 2023-06-02 | Merge from rustc | Ralf Jung | -5/+9 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -5/+5 |
| 2023-05-31 | Adjust tests for newly uplifted cast_ref_to_mut lint | Urgau | -0/+4 |
| 2023-05-31 | Auto merge of #2907 - RalfJung:rustup, r=RalfJung | bors | -1/+1 |
| 2023-05-31 | Merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-31 | Auto merge of #2888 - Vanille-N:tb-diags, r=RalfJung | bors | -27/+9 |
| 2023-05-29 | Update a MIRI fake-time test that this makes "faster" | Scott McMurray | -1/+1 |
| 2023-05-28 | Merge from rustc | Ben Kimock | -23/+38 |
| 2023-05-27 | more precise filtering of events | Neven Villani | -27/+9 |
| 2023-05-27 | Add support for nested panics to miri | Amanieu d'Antras | -23/+38 |
| 2023-05-26 | rustup | Ben Kimock | -1/+1 |
| 2023-05-26 | Merge from rustc | Ben Kimock | -12/+15 |
| 2023-05-25 | Rollup merge of #111950 - cjgillot:expn-noinline, r=oli-obk | Michael Goulet | -5/+8 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -7/+7 |
| 2023-05-25 | Manually add inlined frames in the interpreter stacktrace. | Camille GILLOT | -5/+8 |
| 2023-05-23 | Auto merge of #2901 - oli-obk:noisy, r=RalfJung | bors | -1/+0 |
| 2023-05-23 | Hide full miri command line in `./miri run-dep` | Oli Scherer | -1/+0 |