about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2022-01-21Rollup merge of #93046 - est31:let_else, r=davidtwcoMatthias Krüger-21/+17
2022-01-18Formally implement let chainsCaio-14/+23
2022-01-18Use let_else in even more placesest31-21/+17
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-39/+2
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-6/+4
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-4/+3
2022-01-15initial revertEllen-6/+4
2022-01-13Auto merge of #89861 - nbdd0121:closure, r=wesleywiserbors-2/+2
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-39/+2
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-8/+3
2022-01-07Remove span from UpvarCapture::ByValueGary Guo-2/+2
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-1/+1
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-3/+8
2021-11-18Use more let_else in rustc_mir_buildest31-57/+55
2021-11-15rustc_mir_build: reorder bindingsKrasimir Georgiev-1/+1
2021-10-16Adopt let_else across the compilerest31-9/+3
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