| Age | Commit message (Expand) | Author | Lines |
| 2021-09-21 | Rollup merge of #89113 - BoxyUwU:incr-comp-thir-act, r=lcnr | the8472 | -3/+6 |
| 2021-09-20 | Fix ICE when `indirect_structural_match` is allowed | Fabian Wolff | -6/+8 |
| 2021-09-20 | no ensure | Ellen | -3/+6 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -16/+36 |
| 2021-09-14 | Add reachable_patterns lint to rfc-2008-non_exhaustive | Devin Ragotzy | -51/+170 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -244/+5 |
| 2021-09-11 | Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkov | Jubilee | -1/+1 |
| 2021-09-11 | Auto merge of #88327 - bonega:scalar_refactor, r=eddyb | bors | -3/+2 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -11/+9 |
| 2021-09-09 | Rename `(un)signed` to `(un)signed_int` | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | Move `unsigned_max` etc into `Size` again | Andreas Liljeqvist | -3/+2 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -2/+2 |
| 2021-09-09 | remove debug stmts | Ellen | -6/+0 |
| 2021-09-09 | move thir visitor to rustc_middle | Ellen | -242/+1 |
| 2021-09-09 | WIP state | Ellen | -2/+10 |
| 2021-09-05 | Change scope of temporaries in match guards | Matthew Jasper | -5/+5 |
| 2021-09-02 | Bless 32bit MIR opt tests | Matthew Jasper | -4/+4 |
| 2021-09-02 | Remove TODO | Matthew Jasper | -1/+0 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -110/+183 |
| 2021-08-30 | Handle irrufutable or unreachable let-else | Cameron Steffen | -1/+20 |
| 2021-08-30 | Calculate LetSource later | Cameron Steffen | -40/+42 |
| 2021-08-29 | Auto merge of #88088 - nbdd0121:const2, r=nagisa | bors | -1/+6 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -12/+65 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -4/+6 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -1/+1 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -8/+6 |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -12/+65 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -2/+2 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -4/+4 |
| 2021-08-20 | Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakis | bors | -23/+36 |
| 2021-08-18 | Remove box syntax from rustc_mir_build | est31 | -59/+74 |
| 2021-08-16 | Forbid inline const block referencing params from being used in patterns | Gary Guo | -1/+6 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -139/+240 |
| 2021-08-15 | Use correct drop scopes for if expressions | Matthew Jasper | -0/+41 |
| 2021-08-14 | Only compute place if upvars can be resolved | Roxane | -23/+36 |
| 2021-08-14 | Auto merge of #85020 - lrh2000:named-upvars, r=tmandry | bors | -13/+8 |
| 2021-08-05 | Auto merge of #87737 - LeSeulArtichaut:unsafeck-less-freeze, r=oli-obk | bors | -18/+16 |
| 2021-08-03 | Only compute `is_freeze` for layout-constrained ADTs | Léo Lanteri Thauvin | -18/+16 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -72/+8 |
| 2021-08-03 | Rollup merge of #87645 - LeSeulArtichaut:issue-87414, r=oli-obk | Yuki Okushi | -7/+4 |
| 2021-07-30 | Properly find owner of closure in THIR unsafeck | LeSeulArtichaut | -7/+4 |
| 2021-07-28 | Auto merge of #86251 - Smittyvb:thir-tree-again, r=oli-obk | bors | -0/+8 |
| 2021-07-27 | Auto merge of #80367 - camelid:check_match-combine-loop, r=Nadrieril | bors | -8/+3 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -48/+1 |
| 2021-07-24 | Support -Z unpretty=thir-tree again | Smitty | -0/+8 |
| 2021-07-23 | Implement `AssignToDroppingUnionField` in THIR unsafeck | LeSeulArtichaut | -17/+31 |
| 2021-07-22 | Combine two loops in `check_match` | Camelid | -8/+3 |
| 2021-07-18 | Revert "structural_match: non-structural-match ty closures" | Santiago Pastorino | -3/+0 |