| Age | Commit message (Expand) | Author | Lines |
| 2021-02-05 | Never MIR inline functions with a different instruction set | Tomasz Miąsko | -0/+5 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -63/+3 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -64/+5 |
| 2021-01-28 | Avoid memory allocation when removing dead blocks | Tomasz Miąsko | -7/+6 |
| 2021-01-27 | Check that value is explicitly none | kadmin | -2/+1 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -18/+254 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -30/+70 |
| 2021-01-23 | Leave some notes for future changes to the MIR opt level of mir inlining | oli | -1/+9 |
| 2021-01-23 | Make sure that const prop does not produce unsilenceable lints after inlining | oli | -1/+9 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -17/+237 |
| 2021-01-23 | Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obk | bors | -26/+86 |
| 2021-01-23 | Do not allow arbitrary mutable references in `static mut`, just keep with the... | oli | -6/+2 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -1/+1 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -28/+72 |
| 2021-01-22 | Auto merge of #81101 - tmiasko:combine-now, r=nagisa | bors | -284/+77 |
| 2021-01-22 | do promote array indexing if we know it is in-bounds | Ralf Jung | -15/+49 |
| 2021-01-22 | avoid promoting division, modulo and indexing operations that could fail | Ralf Jung | -13/+39 |
| 2021-01-21 | Auto merge of #81122 - tmiasko:no-drop, r=davidtwco | bors | -41/+20 |
| 2021-01-21 | Rollup merge of #81187 - eltociear:patch-6, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2021-01-21 | Rollup merge of #81178 - tmiasko:no-landing-pads, r=oli-obk | Yuki Okushi | -23/+8 |
| 2021-01-19 | Fix typo in counters.rs | Ikko Ashimine | -1/+1 |
| 2021-01-19 | Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung | bors | -8/+9 |
| 2021-01-18 | Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung | bors | -8/+18 |
| 2021-01-18 | Combine instructions immediately | Tomasz Miąsko | -147/+79 |
| 2021-01-18 | Remove disabled transformation from instcombine | Tomasz Miąsko | -142/+3 |
| 2021-01-18 | Rollup merge of #81121 - tmiasko:simplify-cfg-no-dbg, r=jonas-schievink | Ashley Mannix | -1/+1 |
| 2021-01-18 | Rollup merge of #81116 - bugadani:body-span, r=wesleywiser | Ashley Mannix | -1/+1 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -1/+1 |
| 2021-01-18 | Auto merge of #80865 - oliviacrain:proj_based, r=RalfJung | bors | -90/+83 |
| 2021-01-18 | Visit only terminators when removing landing pads | Tomasz Miąsko | -23/+8 |
| 2021-01-17 | Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fn | LeSeulArtichaut | -8/+9 |
| 2021-01-17 | Avoid logging the whole MIR body in SimplifyCfg | Tomasz Miąsko | -1/+1 |
| 2021-01-17 | Copy body span instead of querying it | Dániel Buga | -1/+1 |
| 2021-01-17 | Add regression test | oli | -5/+15 |
| 2021-01-17 | Remove an unnecessary field from a `NonConstOp` | oli | -3/+3 |
| 2021-01-17 | Visit only terminators when removing unneeded drops | Tomasz Miąsko | -41/+20 |
| 2021-01-16 | Review changes | Jack Huey | -16/+16 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -8/+0 |
| 2021-01-16 | Use PlaceRef more consistently in rustc_mir | Olivia Crain | -90/+83 |
| 2021-01-15 | inline: Round word-size cost estimates up | Tomasz Miąsko | -1/+1 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -27/+123 |
| 2021-01-12 | Coverage computation needs access to the MIR, too | oli | -6/+13 |
| 2021-01-12 | Auto merge of #80499 - matthiaskrgr:red_clos, r=estebank | bors | -6/+6 |
| 2021-01-10 | Add ABI argument to `find_mir_or_eval_fn` | Nym Seddon | -0/+2 |
| 2021-01-08 | Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser | Yuki Okushi | -0/+9 |
| 2021-01-07 | Auto merge of #80648 - Aaron1011:expn-data-private, r=petrochenkov | bors | -4/+4 |
| 2021-01-04 | Do not run const prop on the `mir_for_ctfe` of `const fn` | oli | -19/+34 |
| 2021-01-04 | No doc comments on expressions | oli | -3/+3 |
| 2021-01-04 | Small comment adjustments | oli | -0/+3 |