| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -53/+429 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -429/+53 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -8/+8 |
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -254/+254 |
| 2024-08-18 | Update mir-opt filechecks | Scott McMurray | -22/+22 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -2/+0 |
| 2024-07-29 | Perform instsimplify before inline to eliminate some trivial calls | DianQK | -1/+1 |
| 2024-07-15 | Ignore allocation bytes in one more mir-opt test | Ulrich Weigand | -4/+3 |
| 2024-07-13 | Propagate places through assignments. | Camille GILLOT | -20/+59 |
| 2024-07-13 | Add test for copying aggregates. | Camille GILLOT | -0/+95 |
| 2024-07-13 | Create mapped places upon seeing them in the body. | Camille GILLOT | -56/+27 |
| 2024-06-26 | Bless mir-opt for excluded alloc bytes | Josh Stone | -232/+102 |
| 2024-06-26 | Use `-Zdump-mir-exclude-alloc-bytes` in some mir-opt tests | Josh Stone | -2/+5 |
| 2024-06-19 | Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR | Scott McMurray | -4/+4 |
| 2024-06-03 | rustfmt `tests/mir-opt`. | Nicholas Nethercote | -10/+28 |
| 2024-06-03 | Reformat `mir!` macro invocations to use braces. | Nicholas Nethercote | -2/+2 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -6/+6 |
| 2024-04-28 | Update mir-opt tests, add proper regression test | George Bateman | -192/+68 |
| 2024-04-20 | mir-opt tests: rename unit-test -> test-mir-pass | Ralf Jung | -23/+23 |
| 2024-04-18 | At debuginfo=0, don't inline debuginfo when inlining | Scott McMurray | -36/+0 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -226/+134 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -8/+40 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -8/+40 |
| 2024-03-22 | Enable more mir-opt tests in debug builds | Ben Kimock | -1/+0 |
| 2024-03-10 | MIR printing: print the path of uneval'd const; refer to promoteds in a consi... | Ralf Jung | -20/+20 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -32/+64 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -30/+30 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -64/+80 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -1/+1 |
| 2024-02-13 | Rollup merge of #120978 - Nadrieril:sane-blocks, r=matthewjasper | Matthias Krüger | -49/+49 |
| 2024-02-12 | Start blocks eagerly | Nadrieril | -49/+49 |
| 2024-02-09 | Const-prop pointers. | Camille GILLOT | -68/+185 |
| 2024-02-08 | Bless/fix tests | Ben Kimock | -284/+240 |
| 2024-02-04 | Rollup merge of #119759 - sfzhu93:master, r=cjgillot | Matthias Krüger | -87/+394 |
| 2024-01-28 | update terminator.rs | sfzhu93 | -1/+1 |
| 2024-01-22 | update enum.rs | sfzhu93 | -2/+0 |
| 2024-01-20 | finish a pattern in `enum.rs` | sfzhu93 | -1/+1 |
| 2024-01-20 | update misuse of check-label | sfzhu93 | -8/+8 |
| 2024-01-19 | Remove feature(offset_of) from tests | George Bateman | -1/+1 |
| 2024-01-14 | add FIXME for default_boxed_slice.rs | sfzhu93 | -3/+6 |
| 2024-01-12 | update enum.rs for code review | sfzhu93 | -1/+10 |
| 2024-01-11 | resolve code reviews | sfzhu93 | -3/+8 |
| 2024-01-11 | resolve code reviews | sfzhu93 | -96/+118 |
| 2024-01-11 | Sandwich MIR optimizations between DSE. | Camille GILLOT | -48/+72 |
| 2024-01-08 | Add FileCheck for enum.rs | sfzhu93 | -2/+2 |
| 2024-01-08 | Add FileCheck to terminator.rs and tuple.rs | sfzhu93 | -2/+18 |
| 2024-01-08 | Add FileCheck to struct.rs | sfzhu93 | -31/+72 |
| 2024-01-08 | Add FileCheck to slice_len.rs | sfzhu93 | -1/+11 |
| 2024-01-08 | Add FileCheck to 3 tests: self_assign_add, self_assign, and sibling_ptr | sfzhu93 | -3/+27 |
| 2024-01-08 | Add FileCheck to 3 tests: ref_without_sb, repeat, repr_transparent | sfzhu93 | -3/+27 |