| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-05-23 | Merge from rustc | Oli Scherer | -10/+8 |
| 2023-05-23 | Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-dead | Dylan DPC | -4/+4 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -1/+1 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -3/+3 |
| 2023-05-19 | Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !` | Maybe Waffle | -6/+4 |
| 2023-05-13 | support array return types in simd_bitmask | Ralf Jung | -0/+33 |
| 2023-05-13 | implement SIMD ptr casts | Ralf Jung | -0/+12 |
| 2023-05-13 | fmt and fix lint | Ralf Jung | -1/+0 |
| 2023-05-13 | Merge from rustc | Ralf Jung | -0/+9 |
| 2023-05-12 | Auto merge of #111506 - RalfJung:miri, r=oli-obk | bors | -1/+5 |
| 2023-05-12 | Auto merge of #2890 - oli-obk:ui_test, r=RalfJung | bors | -16/+47 |
| 2023-05-12 | Document arguments and interesting flags | Oli Scherer | -1/+3 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -0/+9 |
| 2023-05-12 | Pass arguments to the interpreted program via `run-dep` | Oli Scherer | -44/+39 |
| 2023-05-12 | fmt | Ralf Jung | -1/+3 |
| 2023-05-12 | Merge from rustc | Ralf Jung | -37/+24 |
| 2023-05-11 | miri: Move patterns for simd tests | Jubilee Young | -35/+17 |
| 2023-05-11 | Remove a misleading part of a function name | Oli Scherer | -3/+3 |
| 2023-05-11 | Stop ignoring the `--manifest-path` | Oli Scherer | -2/+2 |
| 2023-05-11 | Bless miri tests | bjorn3 | -6/+6 |
| 2023-05-11 | Fix fs miri test on AArch64 | bjorn3 | -1/+1 |