| Age | Commit message (Expand) | Author | Lines |
| 2021-03-17 | remove unnecessary and ineffective caching | Erik Desjardins | -22/+9 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -18/+32 |
| 2021-03-16 | move to separate pass, cache layouts | Erik Desjardins | -26/+52 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -73/+91 |
| 2021-03-15 | remove assignments to ZST places | Erik Desjardins | -1/+26 |
| 2021-03-15 | revert changes from #83118 to mark zst return place as unused | Erik Desjardins | -52/+27 |
| 2021-03-15 | Make source-based code coverage compatible with MIR inlining | Tomasz Miąsko | -18/+32 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -6/+6 |
| 2021-03-14 | remove unnecessary condition | Erik Desjardins | -3/+1 |
| 2021-03-13 | Move ZST check inside UsedLocals | Simon Vandel Sillesen | -50/+53 |
| 2021-03-13 | Extend SimplifyLocals to remove ZST writes | Simon Vandel Sillesen | -3/+27 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -73/+91 |
| 2021-03-10 | Rename Option::get_or_insert_default | Cameron Steffen | -1/+2 |
| 2021-03-10 | Rollup merge of #82849 - camsteffen:option-get-or-default, r=joshtriplett | Yuki Okushi | -4/+1 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -3/+2 |
| 2021-03-09 | Clean up todos | kadmin | -1/+43 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -2/+23 |
| 2021-03-09 | Update cranelift | kadmin | -1272/+0 |
| 2021-03-09 | Update interpret step | kadmin | -0/+2 |
| 2021-03-09 | Update match branches | kadmin | -0/+1277 |
| 2021-03-08 | Use Option::get_or_default | Cameron Steffen | -4/+1 |
| 2021-03-08 | Rollup merge of #82684 - tmiasko:dest-prop, r=jonas-schievink | Dylan DPC | -0/+5 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -17/+22 |
| 2021-03-06 | Disable destination propagation on all mir-opt-levels | Tomasz Miąsko | -0/+5 |
| 2021-03-05 | Bump one missing mir_opt_level | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Bump all mir_opt_level 2 to 3 | Santiago Pastorino | -7/+7 |
| 2021-03-05 | Bump all mir_opt_level 3 to 4 | Santiago Pastorino | -7/+7 |
| 2021-03-05 | For better consistency change mir_opt_level <= 1 to < 2 | Santiago Pastorino | -2/+2 |
| 2021-03-05 | Extract mir_opt_level to a method and use Option to be able to know if the va... | Santiago Pastorino | -13/+13 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -17/+22 |
| 2021-03-04 | Auto merge of #81114 - bugadani:generator, r=estebank | bors | -10/+11 |
| 2021-03-02 | Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk | Yuki Okushi | -17/+22 |
| 2021-03-02 | Rollup merge of #80734 - abonander:ab/issue-66693, r=oli-obk | Guillaume Gomez | -2/+22 |
| 2021-03-01 | check that first arg to `panic!()` in const is `&str` | Austin Bonander | -2/+22 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -10/+11 |
| 2021-02-28 | Remove storage markers if they won't be used during code generation | Tomasz Miąsko | -0/+27 |
| 2021-02-27 | Use optional values for inlining thresholds | Tomasz Miąsko | -2/+2 |
| 2021-02-27 | Add option enabling MIR inlining independently of mir-opt-level | Tomasz Miąsko | -15/+20 |
| 2021-02-27 | Rollup merge of #82482 - tmiasko:small-cycles, r=varkor | Dylan DPC | -7/+4 |
| 2021-02-26 | Rollup merge of #82491 - tmiasko:i, r=lcnr | Guillaume Gomez | -124/+146 |
| 2021-02-25 | Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk | bors | -2/+2 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -3/+3 |
| 2021-02-24 | Auto merge of #80475 - simonvandel:fix-77355, r=oli-obk | bors | -18/+145 |
| 2021-02-24 | Use small hash set in `mir_inliner_callees` | Tomasz Miąsko | -7/+4 |
| 2021-02-24 | Consider inexpensive inlining criteria first | Tomasz Miąsko | -124/+146 |
| 2021-02-23 | yeet | Ellen | -3/+3 |
| 2021-02-23 | Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung | Dylan DPC | -13/+13 |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -18/+145 |
| 2021-02-22 | Auto merge of #77551 - simonvandel:extend-simplify-branch-same, r=oli-obk | bors | -3/+207 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -1/+196 |