summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2021-05-27Remove feature gateRoxane-19/+15
2021-05-27Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g...Dylan DPC-15/+20
2021-05-25Rollup merge of #85605 - ptrojahn:closure_struct, r=matthewjasperGuillaume Gomez-7/+4
2021-05-24Make `thir_check_unsafety` itself responsible for checking gateLeSeulArtichaut-9/+7
2021-05-24Add comments about stealing THIR in `mir_build`LeSeulArtichaut-0/+4
2021-05-23Replace Local::new(1) with CAPTURE_STRUCT_LOCALPaul Trojahn-7/+4
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-0/+12
2021-05-22Make THIR building a stealable queryLeSeulArtichaut-12/+12
2021-05-22Move THIR structure definitions to `rustc_middle`LeSeulArtichaut-21/+23
2021-05-21Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde...Felix S. Klock II-15/+20
2021-05-19Store THIR in `IndexVec`s instead of an `Arena`LeSeulArtichaut-136/+253
2021-04-20Auto merge of #84295 - richkadel:continue-coverage, r=tmandrybors-0/+15
2021-04-19fix few typosklensy-2/+2
2021-04-18Only generate dummy assign when instrumenting coverageRich Kadel-10/+15
2021-04-18Add coverage to continue statementsRich Kadel-0/+10
2021-04-13move new c abi abort behavior behind feature gatekatelyn a. martin-1/+5
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-0/+1
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-3/+5
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-3/+5
2021-04-02Reduce size of statementsRoxane-1/+1
2021-04-02Fix diagnostic issue when using FakeReads in closuresRoxane-21/+17
2021-04-02Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...bors-29/+18
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-29/+18
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-2/+7
2021-03-26Use iter::zip in compiler/Josh Stone-4/+5
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-1/+1
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-10/+13
2021-03-16Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakisbors-92/+238
2021-03-15Fix error after rebaseRoxane-24/+16
2021-03-15Add comments with examples and testsRoxane-37/+82
2021-03-14Only borrow place for matching under specific conditionsRoxane-7/+6
2021-03-14Use the correct FakeReadCauseRoxane-80/+102
2021-03-14Delay use of Place in favor of PlaceBuilderRoxane-76/+139
2021-03-14Introduce new fake readsRoxane-8/+33
2021-03-14Remove duplicate asserts, replace eq assert with assert_eqÖmer Sinan Ağacan-3/+1
2021-03-12Run rustfmtOli Scherer-1/+3
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-10/+11
2021-03-11Make THIR data structures publicLeSeulArtichaut-2/+1
2021-03-11Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obkbors-464/+383
2021-03-09address pr review commentskatelyn a. martin-1/+17
2021-03-09implement unwinding abi's (RFC 2945)katelyn a. martin-4/+18
2021-03-09Take into account `ExprKind::Scope` when calculating span of temporaryLeSeulArtichaut-6/+6
2021-03-09Remove useless references/dereferencesLeSeulArtichaut-157/+137
2021-03-09Make arena allocation for the THIR workLeSeulArtichaut-47/+48
2021-03-09Remove `Clone` impl for `thir::Expr`LeSeulArtichaut-4/+3
2021-03-09Pull `thir::Cx` out of the MIR `Builder`LeSeulArtichaut-185/+238
2021-03-09[WIP] Eagerly construct bodies of THIRLeSeulArtichaut-375/+261
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-9/+12
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-1/+1
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-9/+12