| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 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 |
| 2021-07-17 | Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk | bors | -3/+7 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -28/+11 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -28/+11 |
| 2021-07-16 | get rid of incorrect erase_for_fmt | Ralf Jung | -1/+1 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -4/+4 |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated S... | Ralf Jung | -3/+7 |
| 2021-07-13 | Auto merge of #86665 - FabianWolff:layout-field-thir-unsafeck, r=oli-obk | bors | -48/+153 |
| 2021-07-11 | Fix ICE with unsized type in const pattern | Fabian Wolff | -11/+23 |
| 2021-07-10 | Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeck | Fabian Wolff | -48/+153 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -21/+0 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -6/+130 |
| 2021-07-09 | panic when trying to destructure union as enum | Smitty | -2/+2 |
| 2021-07-09 | Check for union field accesses in THIR unsafeck | Smitty | -6/+130 |
| 2021-07-10 | Add a query for `CapturedPlace::to_symbol` | lrh2000 | -6/+7 |
| 2021-07-09 | Store names of captured variables in `optimized_mir` | lrh2000 | -8/+2 |
| 2021-07-05 | Fix double warning about illegal floating-point literal pattern | Fabian Wolff | -6/+8 |
| 2021-06-27 | fixup! Editon 2021 enables precise capture | Aman Arora | -2/+1 |
| 2021-06-27 | Editon 2021 enables precise capture | Aman Arora | -1/+11 |
| 2021-06-23 | Auto merge of #86138 - FabianWolff:issue-85871, r=nikomatsakis | bors | -3/+8 |
| 2021-06-22 | Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichaut | Yuki Okushi | -14/+27 |
| 2021-06-21 | Fix unused_unsafe with compiler-generated unsafe | Cameron Steffen | -14/+27 |
| 2021-06-19 | Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obk | bors | -5/+5 |
| 2021-06-19 | Auto merge of #86378 - Smittyvb:thir-walker-pat, r=LeSeulArtichaut | bors | -2/+53 |
| 2021-06-19 | Assert `is_associated_const` when resolving | Yuki Okushi | -3/+4 |
| 2021-06-19 | Refactor `PatternError` structure | Yuki Okushi | -5/+4 |
| 2021-06-18 | Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper | bors | -28/+7 |
| 2021-06-17 | Explicitly write out all fields | Smitty | -4/+12 |
| 2021-06-17 | simplify borrowing | Smitty | -5/+5 |
| 2021-06-16 | Add pattern walking support to THIR walker | Smitty | -5/+48 |
| 2021-06-13 | Box `ExprKind::Adt` | LeSeulArtichaut | -13/+27 |
| 2021-06-08 | Check whether the closure's owner has a body before deferring to it in thir-u... | Fabian Wolff | -3/+8 |
| 2021-06-06 | Remove some last remants of {push,pop}_unsafe! | Smitty | -28/+7 |
| 2021-06-04 | removed unneeded brackets on import | marcusdunn | -1/+1 |
| 2021-06-04 | removed conditional check on bindings_after_at and resulting dead code | marcusdunn | -48/+1 |