| Age | Commit message (Expand) | Author | Lines |
| 2023-07-10 | Merge from rustc | Ralf Jung | -0/+43 |
| 2023-07-09 | test and fix return place alias restrictions | Ralf Jung | -0/+118 |
| 2023-07-09 | Auto merge of #113488 - RalfJung:miri, r=RalfJung | bors | -0/+103 |
| 2023-07-07 | miri: check that assignments do not self-overlap | Ralf Jung | -0/+43 |
| 2023-07-06 | Ignore test on apple | Oli Scherer | -0/+1 |
| 2023-07-05 | C "memcpy" shim: ensure the pointers are valid | Ralf Jung | -0/+102 |
| 2023-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -0/+208 |
| 2023-06-20 | Auto merge of #2520 - saethlin:mmap-shim, r=RalfJung | bors | -0/+190 |
| 2023-06-20 | Improve organization | Ben Kimock | -0/+0 |
| 2023-06-20 | Make munmap throw unsup errors instead of trying to work | Ben Kimock | -8/+40 |
| 2023-06-20 | mmap/munmap/mremamp shims | Ben Kimock | -0/+158 |
| 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-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 | -105/+1528 |
| 2023-06-03 | Select more TB fail tests | Neven Villani | -105/+1528 |
| 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 #2888 - Vanille-N:tb-diags, r=RalfJung | bors | -27/+9 |
| 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/+9 |
| 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 | -6/+6 |
| 2023-05-25 | Manually add inlined frames in the interpreter stacktrace. | Camille GILLOT | -5/+8 |
| 2023-05-23 | Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-dead | Dylan DPC | -3/+3 |
| 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 | -2/+2 |
| 2023-05-19 | Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !` | Maybe Waffle | -6/+4 |
| 2023-05-13 | fmt and fix lint | Ralf Jung | -1/+0 |
| 2023-05-12 | Auto merge of #111506 - RalfJung:miri, r=oli-obk | bors | -1/+3 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -0/+6 |
| 2023-05-12 | fmt | Ralf Jung | -1/+3 |
| 2023-05-11 | miri: Move patterns for simd tests | Jubilee Young | -35/+17 |
| 2023-05-11 | Bless miri tests | bjorn3 | -6/+6 |
| 2023-05-11 | fix deny_lint test | Ralf Jung | -2/+7 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+6 |
| 2023-05-10 | fmt | Ralf Jung | -1/+0 |
| 2023-05-10 | Merge from rustc | Ralf Jung | -1/+0 |
| 2023-05-09 | Update to latest ui_test crate version. | Oli Scherer | -37/+37 |