| Age | Commit message (Expand) | Author | Lines |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -405/+405 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -40/+16 |
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -16/+40 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -111/+131 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -40/+16 |
| 2021-08-03 | Make simplify_cfg test more consistent | Alex Crichton | -47/+50 |
| 2021-07-27 | Update tests | Jacob Pratt | -42/+40 |
| 2021-07-25 | Auto merge of #85646 - Moxinilian:separate-const-switch, r=cjgillot | bors | -0/+710 |
| 2021-07-14 | bless mir-opt, codegen, and remaining ui tests | Ralf Jung | -134/+134 |
| 2021-07-06 | Revert "Revert "Update mir opt tests"" | bjorn3 | -24/+24 |
| 2021-06-25 | Auto merge of #85603 - ogoffart:fix-uninhabited-enum-branching-pass, r=wesley... | bors | -0/+300 |
| 2021-06-23 | Updated mir pretty print output | Deadbeef | -33/+0 |
| 2021-06-22 | implemented separate_const_switch MIR opt | Théo Degioanni | -0/+710 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -0/+77 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -13/+13 |
| 2021-06-12 | Rollup merge of #86153 - tmiasko:dummy-span, r=estebank | Yuki Okushi | -8/+8 |
| 2021-06-09 | Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiser | bors | -0/+166 |
| 2021-06-09 | Print dummy spans as `no-location` | Tomasz Miąsko | -8/+8 |
| 2021-06-07 | Peephole optimize `x == false` and `x != true` | Smitty | -0/+166 |
| 2021-06-07 | Revert "Update mir opt tests" | bjorn3 | -24/+24 |
| 2021-05-30 | Update mir opt tests | bjorn3 | -24/+24 |
| 2021-05-26 | Bless test output | Jacob Pratt | -9/+16 |
| 2021-05-23 | unhinabited_enum_branching: Fix the pass when the enum is taken indirectly | Olivier Goffart | -62/+14 |
| 2021-05-23 | Test for unihnabitded_enum_branching pass using reference to fields | Olivier Goffart | -0/+348 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -344/+330 |
| 2021-05-18 | No matter how trivial the change, tidy always finds a way to complain... | Scott McMurray | -4/+4 |
| 2021-05-18 | Mention the issue number for the new mir-opt in the FIXMEs
| scottmcm | -2/+2 |
| 2021-05-17 | mir-opt bless for Size field being removed from Allocation | Ralf Jung | -44/+44 |
| 2021-05-09 | PR feedback | Scott McMurray | -8/+8 |
| 2021-05-07 | array-to-raw-elem cast: test that Retag covers entire array | Ralf Jung | -18/+241 |
| 2021-05-06 | mir-opt & codegen test updates | Scott McMurray | -344/+330 |
| 2021-04-05 | Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simu... | Dylan DPC | -410/+409 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -410/+409 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -51/+51 |
| 2021-03-31 | Make unevaluated DefId rendering deterministic | Oli Scherer | -22/+22 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -1/+1 |
| 2021-03-24 | RemoveZsts: don't touch unions | Erik Desjardins | -0/+32 |
| 2021-03-23 | Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk | bors | -124/+91 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -1/+1 |
| 2021-03-22 | only run RemoveZsts at mir-opt-level 3 and above | Erik Desjardins | -16/+40 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -86/+83 |
| 2021-03-20 | bless mir-opt tests | lcnr | -44/+44 |
| 2021-03-19 | update tests | mark | -86/+83 |
| 2021-03-18 | Mark early otherwise optimization unsound | Santiago Pastorino | -2/+2 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -15/+15 |
| 2021-03-16 | bless tests | Erik Desjardins | -38/+38 |
| 2021-03-15 | bless tests | Erik Desjardins | -184/+127 |
| 2021-03-14 | bless tests (32-bit) | Erik Desjardins | -25/+17 |
| 2021-03-13 | bless tests | Erik Desjardins | -27/+17 |