summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/expr/into.rs
AgeCommit message (Expand)AuthorLines
2022-10-05fix unwind drop glue for if-then scopesDing Xiang Fei-2/+2
2022-09-10Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiserbors-3/+1
2022-09-02Box `CanonicalUserTypeAnnotation::CanonicalUserType`.Nicholas Nethercote-2/+2
2022-08-24Rename `thir::Adt` as `thir::AdtExpr`.Nicholas Nethercote-2/+7
2022-08-24Box `thir::ExprKind::InlineAsm`.Nicholas Nethercote-1/+1
2022-08-24Store blocks in `Thir`.Nicholas Nethercote-1/+1
2022-08-24Box `user_ty` fields in `thir::ExprKind`.Nicholas Nethercote-3/+3
2022-08-23Only compute captures once when building MIR.Camille GILLOT-3/+1
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-2/+5
2022-07-15Pass one argument instead of fetching two fields of it at every call siteOli Scherer-3/+1
2022-07-15Add some tracing instrumentationOli Scherer-2/+1
2022-07-09don't allow ZST in ScalarIntRalf Jung-0/+1
2022-06-14Only create scopes for if letXavier Denis-4/+20
2022-06-10Actually fixXavier Denis-1/+4
2022-06-10Revert "More minimal changes"Xavier Denis-2/+3
2022-06-10More minimal changesXavier Denis-3/+2
2022-06-10Fix `SourceScope` for `if let` bindings.Xavier Denis-2/+3
2022-05-26clippy::complexity fixesMatthias Krüger-5/+1
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-2/+3
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-05-04Generate an intermediate temporary for `Drop` constants.Oli Scherer-4/+12
2022-04-20Rollup merge of #93313 - tmiasko:uninhabited, r=tmandryDylan DPC-4/+9
2022-04-16Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisabors-3/+9
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-3/+9
2022-04-13couple of clippy::complexity fixesMatthias Krüger-5/+1
2022-03-24Check if call return type is visibly uninhabited when building MIRTomasz Miąsko-4/+9
2022-03-23use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...b-naber-1/+1
2022-03-23change thir to lazily create constantsb-naber-0/+3
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-2/+2
2022-03-09treat all mir::Constant values as ConstantKind::Valb-naber-5/+5
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-01-18Formally implement let chainsCaio-13/+3
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-3/+1
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-0/+4
2021-09-28Add unit assignment to MIR for `asm!()`Fabian Wolff-3/+6
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-2/+9
2021-09-05Change scope of temporaries in match guardsMatthew Jasper-1/+1
2021-09-02Bless 32bit MIR opt testsMatthew Jasper-1/+1
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-8/+32
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-1/+1
2021-08-18Remove box syntax from rustc_mir_buildest31-4/+8
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-24/+42
2021-06-13Box `ExprKind::Adt`LeSeulArtichaut-1/+8
2021-05-22Make THIR building a stealable queryLeSeulArtichaut-1/+1
2021-05-22Move THIR structure definitions to `rustc_middle`LeSeulArtichaut-3/+2
2021-05-19Store THIR in `IndexVec`s instead of an `Arena`LeSeulArtichaut-31/+53
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