| Age | Commit message (Expand) | Author | Lines |
| 2021-05-27 | Remove feature gate | Roxane | -19/+15 |
| 2021-05-27 | Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g... | Dylan DPC | -15/+20 |
| 2021-05-25 | Rollup merge of #85605 - ptrojahn:closure_struct, r=matthewjasper | Guillaume Gomez | -7/+4 |
| 2021-05-24 | Make `thir_check_unsafety` itself responsible for checking gate | LeSeulArtichaut | -9/+7 |
| 2021-05-24 | Add comments about stealing THIR in `mir_build` | LeSeulArtichaut | -0/+4 |
| 2021-05-23 | Replace Local::new(1) with CAPTURE_STRUCT_LOCAL | Paul Trojahn | -7/+4 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -0/+12 |
| 2021-05-22 | Make THIR building a stealable query | LeSeulArtichaut | -12/+12 |
| 2021-05-22 | Move THIR structure definitions to `rustc_middle` | LeSeulArtichaut | -21/+23 |
| 2021-05-21 | Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde... | Felix S. Klock II | -15/+20 |
| 2021-05-19 | Store THIR in `IndexVec`s instead of an `Arena` | LeSeulArtichaut | -136/+253 |
| 2021-04-20 | Auto merge of #84295 - richkadel:continue-coverage, r=tmandry | bors | -0/+15 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-18 | Only generate dummy assign when instrumenting coverage | Rich Kadel | -10/+15 |
| 2021-04-18 | Add coverage to continue statements | Rich Kadel | -0/+10 |
| 2021-04-13 | move new c abi abort behavior behind feature gate | katelyn a. martin | -1/+5 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+1 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -3/+5 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -3/+5 |
| 2021-04-02 | Reduce size of statements | Roxane | -1/+1 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -21/+17 |
| 2021-04-02 | Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_... | bors | -29/+18 |
| 2021-04-01 | Simplify logical operations CFG | AngelicosPhosphoros | -29/+18 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -2/+7 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -4/+5 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -1/+1 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -10/+13 |
| 2021-03-16 | Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis | bors | -92/+238 |
| 2021-03-15 | Fix error after rebase | Roxane | -24/+16 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -37/+82 |
| 2021-03-14 | Only borrow place for matching under specific conditions | Roxane | -7/+6 |
| 2021-03-14 | Use the correct FakeReadCause | Roxane | -80/+102 |
| 2021-03-14 | Delay use of Place in favor of PlaceBuilder | Roxane | -76/+139 |
| 2021-03-14 | Introduce new fake reads | Roxane | -8/+33 |
| 2021-03-14 | Remove duplicate asserts, replace eq assert with assert_eq | Ömer Sinan Ağacan | -3/+1 |
| 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-11 | Make THIR data structures public | LeSeulArtichaut | -2/+1 |
| 2021-03-11 | Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obk | bors | -464/+383 |
| 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 | Remove useless references/dereferences | LeSeulArtichaut | -157/+137 |
| 2021-03-09 | Make arena allocation for the THIR work | LeSeulArtichaut | -47/+48 |
| 2021-03-09 | Remove `Clone` impl for `thir::Expr` | LeSeulArtichaut | -4/+3 |
| 2021-03-09 | Pull `thir::Cx` out of the MIR `Builder` | LeSeulArtichaut | -185/+238 |
| 2021-03-09 | [WIP] Eagerly construct bodies of THIR | LeSeulArtichaut | -375/+261 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -9/+12 |
| 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 |