| Age | Commit message (Expand) | Author | Lines |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -4/+6 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -8/+8 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -1/+1 |
| 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 | -12/+15 |
| 2021-03-16 | Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis | bors | -101/+275 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -1/+4 |
| 2021-03-15 | Fix error after rebase | Roxane | -39/+22 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -51/+96 |
| 2021-03-14 | Only borrow place for matching under specific conditions | Roxane | -33/+23 |
| 2021-03-14 | Use the correct FakeReadCause | Roxane | -149/+140 |
| 2021-03-14 | Delay use of Place in favor of PlaceBuilder | Roxane | -76/+139 |
| 2021-03-14 | Introduce new fake reads | Roxane | -9/+111 |
| 2021-03-14 | Remove duplicate asserts, replace eq assert with assert_eq | Ömer Sinan Ağacan | -3/+1 |
| 2021-03-14 | Rollup merge of #82789 - csmoe:issue-82772, r=estebank | Yuki Okushi | -1/+3 |
| 2021-03-12 | Run rustfmt | Oli Scherer | -1/+3 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -10/+11 |
| 2021-03-12 | Use the explicit error constant instead of fake dummies | Oli Scherer | -2/+2 |
| 2021-03-12 | Rollup merge of #83018 - oli-obk:float_check, r=davidtwco | Yuki Okushi | -2/+23 |
| 2021-03-11 | Make THIR data structures public | LeSeulArtichaut | -62/+62 |
| 2021-03-12 | fix: check before index into generated patterns | csmoe | -1/+3 |
| 2021-03-11 | Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obk | bors | -1750/+1560 |
| 2021-03-11 | Reintroduce accidentally deleted assertions. | Oli Scherer | -2/+23 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -4/+34 |
| 2021-03-09 | address pr review comments | katelyn a. martin | -1/+17 |
| 2021-03-09 | implement unwinding abi's (RFC 2945) | katelyn a. martin | -4/+18 |
| 2021-03-09 | Take into account `ExprKind::Scope` when calculating span of temporary | LeSeulArtichaut | -6/+6 |
| 2021-03-09 | Prevent stack overflow when building THIR | LeSeulArtichaut | -1/+3 |
| 2021-03-09 | Remove useless references/dereferences | LeSeulArtichaut | -168/+148 |
| 2021-03-09 | Make arena allocation for the THIR work | LeSeulArtichaut | -383/+526 |
| 2021-03-09 | Remove `Clone` impl for `thir::Expr` | LeSeulArtichaut | -14/+13 |
| 2021-03-09 | Pull `thir::Cx` out of the MIR `Builder` | LeSeulArtichaut | -329/+254 |
| 2021-03-09 | [WIP] Eagerly construct bodies of THIR | LeSeulArtichaut | -1554/+1315 |
| 2021-03-09 | Do not store attrs in FnKind. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -1/+1 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -9/+12 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -1/+1 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -9/+12 |
| 2021-03-03 | Fix tests | Ryan Levick | -1/+1 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -8/+17 |
| 2021-02-22 | Auto merge of #81978 - tmiasko:head-ctor, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-02-18 | Add explanations and suggestions to `irrefutable_let_patterns` lint | Camelid | -9/+26 |
| 2021-02-18 | Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor | Dylan DPC | -3/+3 |
| 2021-02-18 | Inline hot part of PatStack::head_ctor | Tomasz Miąsko | -0/+1 |
| 2021-02-17 | replace if-let and while-let with `if let` and `while let` | Takayuki Maeda | -3/+3 |
| 2021-02-15 | Use !Sync std::lazy::OnceCell in usefulness checking | Tomasz Miąsko | -1/+1 |
| 2021-02-14 | Rollup merge of #82029 - tmiasko:debug, r=matthewjasper | Dylan DPC | -1/+4 |