| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -27/+31 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -0/+60 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -1/+0 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -2/+2 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -333/+330 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -9/+11 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -333/+330 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -0/+61 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+9 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -3/+5 |
| 2023-03-09 | Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obk | bors | -0/+254 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -3/+5 |
| 2023-03-08 | Bless 32bit. | Camille GILLOT | -1/+1 |
| 2023-03-08 | Remove OnlyPropagateInto. | Camille GILLOT | -3/+5 |
| 2023-03-08 | Do not track span in ConstProp. | Camille GILLOT | -5/+5 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -2/+2 |
| 2023-03-07 | Rollup merge of #108855 - cbeuw:mir-cast, r=tmiasko | Yuki Okushi | -0/+73 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -3/+5 |
| 2023-03-07 | Custom MIR: Support as casts | Andy Wang | -0/+73 |
| 2023-03-06 | Auto merge of #108787 - cjgillot:sroa-lifetime, r=compiler-errors | bors | -469/+720 |
| 2023-03-05 | Remove -Zverbose. | Camille GILLOT | -136/+125 |
| 2023-03-05 | Erase lifetimes in SROA. | Camille GILLOT | -0/+262 |
| 2023-03-05 | Move SROA tests. | Camille GILLOT | -469/+469 |
| 2023-03-03 | Add needs-unwind | Giacomo Pasini | -2/+3 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -100/+169 |
| 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-27 | Do not grow `assignment_order` needlessly. | Camille GILLOT | -20/+87 |
| 2023-02-27 | Special case deref projections in SsaVisitor. | Camille GILLOT | -0/+187 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -27/+31 |
| 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 |