summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2022-02-15use AllocId and Ty in ExprKind::StaticRef and delay ConstValue constructionb-naber-5/+5
2022-02-15use ConstantKind::Val in StaticRefb-naber-1/+6
2022-02-15Overhaul `Const`.Nicholas Nethercote-27/+21
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-1/+1
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-3/+3
2022-02-11add tainted_by_errors to mir::BodyMichael Goulet-2/+5
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-4/+2
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-1/+1
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-2/+4
2022-02-03Rollup merge of #93589 - est31:option_then, r=cjgillotYuki Okushi-1/+1
2022-02-02More let_else adoptionsest31-74/+67
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-2/+4
2022-02-02Use Option::then in two placesest31-1/+1
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