about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2021-10-08clippy::complexity fixesMatthias Krüger-2/+2
2021-09-29Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obkEric Huss-3/+6
2021-09-28Add unit assignment to MIR for `asm!()`Fabian Wolff-3/+6
2021-09-25Use Rvalue::ShallowInitBox for box expressionGary Guo-2/+53
2021-09-21Rollup merge of #89113 - BoxyUwU:incr-comp-thir-act, r=lcnrthe8472-3/+6
2021-09-20no ensureEllen-3/+6
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-16/+36
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-2/+4
2021-09-11Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkovJubilee-1/+1
2021-09-11Auto merge of #88327 - bonega:scalar_refactor, r=eddybbors-3/+2
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-11/+9
2021-09-09Rename `(un)signed` to `(un)signed_int`Andreas Liljeqvist-1/+1
2021-09-09Move `unsigned_max` etc into `Size` againAndreas Liljeqvist-3/+2
2021-09-09rename mir -> thir around abstract constsEllen-2/+2
2021-09-09remove debug stmtsEllen-2/+0
2021-09-09WIP stateEllen-2/+6
2021-09-05Change 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