summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2021-09-16Change scope of temporaries in match guardsMatthew Jasper-5/+5
2021-09-02Bless 32bit MIR opt testsMatthew Jasper-4/+4
2021-09-02Remove TODOMatthew Jasper-1/+0
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-109/+178
2021-08-27Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearthbors-12/+65
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-4/+6
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-12/+65
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-4/+4
2021-08-20Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakisbors-23/+36
2021-08-18Remove box syntax from rustc_mir_buildest31-48/+64
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-76/+96
2021-08-15Use correct drop scopes for if expressionsMatthew Jasper-0/+41
2021-08-14Only compute place if upvars can be resolvedRoxane-23/+36
2021-08-14Auto merge of #85020 - lrh2000:named-upvars, r=tmandrybors-13/+8
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-72/+8
2021-07-10Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeckFabian Wolff-1/+3
2021-07-10Add a query for `CapturedPlace::to_symbol`lrh2000-6/+7
2021-07-09Store names of captured variables in `optimized_mir`lrh2000-8/+2
2021-06-27fixup! Editon 2021 enables precise captureAman Arora-2/+1
2021-06-27Editon 2021 enables precise captureAman Arora-1/+11
2021-06-21Fix unused_unsafe with compiler-generated unsafeCameron Steffen-0/+1
2021-06-18Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasperbors-26/+7
2021-06-13Box `ExprKind::Adt`LeSeulArtichaut-1/+8
2021-06-06Remove some last remants of {push,pop}_unsafe!Smitty-26/+7
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