| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-08 | Add FileCheck to 3 tests: large_array_index, mult_by_zero, and offset_of | sfzhu93 | -3/+39 |
| 2024-01-08 | Add FileCheck for if.rs, inherit_overflow.rs, issue_81605.rs | sfzhu93 | -3/+25 |
| 2024-01-07 | Add FileCheck for enum.rs | sfzhu93 | -34/+86 |
| 2024-01-07 | Add FileCheck for checked.rs and default_boxed_slice.rs. | sfzhu93 | -2/+28 |
| 2024-01-07 | Add FileCheck for array_index.rs, boolean_identities.rs and cast.rs | sfzhu93 | -3/+22 |
| 2023-12-24 | Replace legacy ConstProp by GVN. | Camille GILLOT | -174/+58 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -10/+10 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -34/+34 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -34/+34 |
| 2023-11-24 | add track_caller for arith ops | bohan | -2/+2 |
| 2023-10-31 | Update MIR tests for offset_of | George Bateman | -16/+16 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -0/+4 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -0/+4 |
| 2023-10-24 | Tweak test to avoid platform dependency. | Camille GILLOT | -15/+15 |
| 2023-10-21 | Use a ConstValue instead. | Camille GILLOT | -179/+555 |
| 2023-10-21 | Generate ValTrees in DataflowConstProp. | Camille GILLOT | -44/+136 |
| 2023-10-19 | FileCheck transmute. | Camille GILLOT | -1/+22 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -0/+23 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -20/+20 |
| 2023-10-16 | Rebless. | Camille GILLOT | -4/+4 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -68/+68 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -0/+4 |
| 2023-09-20 | Ignore debug-assertions in test. | Camille GILLOT | -0/+1 |
| 2023-09-20 | Do not create a DerefLen place for `Box<[T]>`. | Camille GILLOT | -0/+952 |