| Age | Commit message (Expand) | Author | Lines |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -7/+8 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -8/+7 |
| 2023-02-23 | ./x.py test --bless | Tomasz Miąsko | -6/+4 |
| 2023-02-23 | Emit diff instead of after mir in ElaborateDrops tests | Tomasz Miąsko | -326/+347 |
| 2023-02-23 | Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obk | Matthias Krüger | -2/+102 |
| 2023-02-22 | Rollup merge of #108246 - saethlin:instcombine-redundant-casts, r=compiler-er... | Guillaume Gomez | -0/+71 |
| 2023-02-19 | Add an InstCombine for redundant casts | Ben Kimock | -0/+71 |
| 2023-02-18 | Replace _with_overflow instrinsics in LowerIntrinsics. | Camille GILLOT | -0/+90 |
| 2023-02-18 | Remove overflow checks from ConstProp. | Camille GILLOT | -14/+72 |
| 2023-02-18 | Use the correct place for enum variants. | Camille GILLOT | -2/+4 |
| 2023-02-18 | Flood aggregate assignments with `Top`. | Camille GILLOT | -2/+1 |
| 2023-02-18 | Add mir-opt test. | Camille GILLOT | -0/+99 |
| 2023-02-16 | Enable instcombine for mutable reborrows | Ben Kimock | -26/+8 |
| 2023-02-16 | Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk | bors | -164/+206 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -0/+34 |
| 2023-02-15 | Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk | Dylan DPC | -10/+77 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -6/+5 |
| 2023-02-14 | Don't ICE in might_permit_raw_init if reference is polymorphic | Michael Goulet | -0/+35 |
| 2023-02-13 | Rollup merge of #107971 - saethlin:mir-opt-ub, r=cjgillot | Matthias Krüger | -27/+49 |
| 2023-02-13 | Clearly document intentional UB in mir-opt tests | Ben Kimock | -27/+49 |
| 2023-02-12 | Fix UB in the test case | Ben Kimock | -3/+4 |
| 2023-02-12 | Enable CopyProp by default, tune the impl a bit | Ben Kimock | -164/+205 |
| 2023-02-11 | Auto merge of #107851 - cjgillot:sroa-const, r=oli-obk | bors | -0/+55 |
| 2023-02-10 | Auto merge of #85158 - JulianKnodt:array_const_val, r=cjgillot | bors | -0/+488 |
| 2023-02-09 | Put deaggregated statements after original constant. | Camille GILLOT | -0/+55 |
| 2023-02-08 | Add de-init to destination place | kadmin | -112/+170 |
| 2023-02-07 | Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk | Matthias Krüger | -1/+66 |
| 2023-02-07 | Leave FIXME for wasm layout difference. | kadmin | -299/+269 |
| 2023-02-07 | Add tag for ignoring wasm | kadmin | -268/+269 |
| 2023-02-07 | Rm allocation in candidate | kadmin | -0/+459 |
| 2023-02-06 | Handle discriminants in dataflow-const-prop. | Camille GILLOT | -10/+77 |
| 2023-02-05 | Bless 32bit tests. | Camille GILLOT | -19/+21 |
| 2023-02-05 | Run SROA to fixpoint. | Camille GILLOT | -25/+44 |
| 2023-02-05 | Simplify construction of replacement map. | Camille GILLOT | -70/+126 |
| 2023-02-05 | Make SROA expand assignments. | Camille GILLOT | -9/+123 |
| 2023-02-05 | Fix SROA without deaggregation. | Camille GILLOT | -82/+92 |
| 2023-02-04 | Turn projections into copies in CopyProp. | Camille GILLOT | -1/+66 |
| 2023-02-02 | Bless 32bit. | Camille GILLOT | -8/+8 |
| 2023-02-02 | Add partial propagation test. | Camille GILLOT | -20/+162 |
| 2023-02-02 | Bless tests. | Camille GILLOT | -394/+234 |
| 2023-02-02 | Stop deaggregating enums in MIR. | Camille GILLOT | -383/+120 |
| 2023-02-02 | Interpret aggregates. | Camille GILLOT | -8/+8 |
| 2023-02-02 | Rollup merge of #107524 - cjgillot:both-storage, r=RalfJung | Matthias Krüger | -37/+162 |
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -8/+7 |
| 2023-01-31 | Remove assignment. | Camille GILLOT | -78/+70 |
| 2023-01-31 | Remove both StorageLive and StorageDead in CopyProp. | Camille GILLOT | -38/+10 |
| 2023-01-31 | Add test. | Camille GILLOT | -0/+161 |
| 2023-01-29 | Reimplement NormalizeArrayLen. | Camille GILLOT | -182/+121 |
| 2023-01-29 | Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk | bors | -274/+1528 |
| 2023-01-27 | Bless mir-opt tests. | Camille GILLOT | -4/+18 |