| Age | Commit message (Expand) | Author | Lines |
| 2024-02-04 | Enable `structs` SROA MIR-opt test | Jarl Evanson | -7/+120 |
| 2024-01-30 | Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=Nilstrieb | Guillaume Gomez | -4/+4 |
| 2024-01-29 | raw pointer metadata API: data address -> data pointer | Ralf Jung | -4/+4 |
| 2024-01-28 | update terminator.rs | sfzhu93 | -1/+1 |
| 2024-01-28 | Enable `lifetimes` SROA MIR-opt test | Jarl Evanson | -1/+4 |
| 2024-01-28 | Enable `simplify` MIR-opt test | Jarl Evanson | -1/+4 |
| 2024-01-28 | Enable `remove_storage_markers` MIR-opt test | Jarl Evanson | -1/+4 |
| 2024-01-27 | Update tests. | Markus Reiter | -2/+2 |
| 2024-01-26 | Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnay | Matthias Krüger | -2/+2 |
| 2024-01-26 | add test for GVN issue; cleanup in dataflow_const_prop | Ralf Jung | -0/+92 |
| 2024-01-25 | Remove coroutine info when building coroutine drop body | Michael Goulet | -42/+0 |
| 2024-01-25 | Put new bindings first in refutable cases too | Nadrieril | -42/+42 |
| 2024-01-22 | update enum.rs | sfzhu93 | -2/+0 |
| 2024-01-23 | Add test for jump-threading assume. | Camille GILLOT | -0/+126 |
| 2024-01-22 | Add Assume custom MIR. | Camille GILLOT | -0/+74 |
| 2024-01-21 | Rollup merge of #119461 - cjgillot:jump-threading-interp, r=tmiasko | Nadrieril | -0/+122 |
| 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 | -2/+2 |
| 2024-01-18 | Use an interpreter in jump threading. | Camille GILLOT | -0/+122 |
| 2024-01-16 | Do not read a scalar on a non-scalar layout. | Camille GILLOT | -0/+795 |
| 2024-01-16 | Simplify Len. | Camille GILLOT | -48/+62 |
| 2024-01-16 | Simplify unary operations. | Camille GILLOT | -18/+351 |
| 2024-01-16 | Simplify binary ops. | Camille GILLOT | -429/+699 |
| 2024-01-16 | Rename `pointer` field on `Pin` | LegionMammal978 | -2/+2 |
| 2024-01-16 | Auto merge of #119954 - scottmcm:option-unwrap-failed, r=WaffleLapkin | bors | -6/+6 |
| 2024-01-16 | Auto merge of #119672 - cjgillot:dse-sandwich, r=oli-obk | bors | -282/+532 |
| 2024-01-16 | Auto merge of #119439 - cjgillot:gvn-faster, r=oli-obk | bors | -194/+122 |
| 2024-01-14 | add FIXME for default_boxed_slice.rs | sfzhu93 | -3/+6 |
| 2024-01-14 | Split out `option::unwrap_failed` like we have `result::unwrap_failed` | Scott McMurray | -6/+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 | Rollup merge of #119842 - Zalathar:kind, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-01-11 | Do not run simplify_locals inside DSE. | Camille GILLOT | -5/+9 |
| 2024-01-11 | Sandwich MIR optimizations between DSE. | Camille GILLOT | -277/+523 |
| 2024-01-11 | coverage: Add enums to accommodate other kinds of coverage mappings | Zalathar | -6/+6 |
| 2024-01-11 | Auto merge of #119677 - cjgillot:early-cfg-opt, r=oli-obk | bors | -38/+10 |
| 2024-01-09 | Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obk | Guillaume Gomez | -91/+77 |
| 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 |