| Age | Commit message (Expand) | Author | Lines |
| 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-11 | Fix ICE with unsized type in const pattern | Fabian Wolff | -11/+23 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -3/+3 |
| 2021-07-09 | Check for union field accesses in THIR unsafeck | Smitty | -3/+3 |
| 2021-07-05 | Fix double warning about illegal floating-point literal pattern | Fabian Wolff | -6/+8 |
| 2021-06-22 | Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichaut | Yuki Okushi | -1/+6 |
| 2021-06-21 | Fix unused_unsafe with compiler-generated unsafe | Cameron Steffen | -1/+6 |
| 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 | -2/+0 |
| 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 | -10/+17 |
| 2021-06-06 | Remove some last remants of {push,pop}_unsafe! | Smitty | -2/+0 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -811/+78 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -2/+2 |
| 2021-05-22 | Handle typeck errors properly | LeSeulArtichaut | -0/+3 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -1/+2 |
| 2021-05-22 | Make THIR building a stealable query | LeSeulArtichaut | -8/+9 |
| 2021-05-22 | Move THIR structure definitions to `rustc_middle` | LeSeulArtichaut | -804/+66 |
| 2021-05-19 | Adapt the THIR visitor to the vec-stored THIR | LeSeulArtichaut | -81/+73 |
| 2021-05-19 | Store THIR in `IndexVec`s instead of an `Arena` | LeSeulArtichaut | -478/+426 |
| 2021-05-14 | Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov | bors | -1/+10 |
| 2021-05-14 | Auto merge of #85195 - Mark-Simulacrum:variant-by-idx, r=petrochenkov | bors | -10/+7 |
| 2021-05-12 | Improve error message for non-exhaustive matches on non-exhaustive enums | Fabian Wolff | -1/+10 |
| 2021-05-11 | Store VariantIdx to distinguish enum variants | Mark Rousskov | -10/+7 |
| 2021-05-11 | Add helper for switching safety contexts | LeSeulArtichaut | -26/+34 |
| 2021-05-11 | [WIP] Create a `Visitor` for the THIR | LeSeulArtichaut | -0/+179 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -3/+8 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -3/+8 |
| 2021-03-29 | Convert a closure into a method | Oli Scherer | -12/+14 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -8/+8 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -1/+4 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -2/+2 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -1/+4 |
| 2021-03-15 | Fix error after rebase | Roxane | -15/+6 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -14/+14 |
| 2021-03-14 | Only borrow place for matching under specific conditions | Roxane | -26/+17 |
| 2021-03-14 | Use the correct FakeReadCause | Roxane | -69/+38 |
| 2021-03-14 | Introduce new fake reads | Roxane | -1/+78 |
| 2021-03-14 | Rollup merge of #82789 - csmoe:issue-82772, r=estebank | Yuki Okushi | -1/+3 |