summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/expr/into.rs
AgeCommit message (Expand)AuthorLines
2022-12-19Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"Rémy Rakic-5/+3
2022-12-16Auto merge of #103880 - b-naber:field-ty-mir, r=lcnrbors-3/+5
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-1/+1
2022-11-23use no type in ProjectionElem::Field for PlaceBuilder::UpVarb-naber-2/+2
2022-11-23get field ty during projectingb-naber-2/+4
2022-11-23Auto merge of #103947 - camsteffen:place-clones, r=cjgillotbors-4/+2
2022-11-22Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi...Dylan DPC-1/+1
2022-11-21Only declare bindings for if-let guards once per armLéo Lanteri Thauvin-1/+1
2022-11-20Change to Ty::is_inhabited_fromCameron Steffen-9/+4
2022-11-17Remove more PlaceBuilder clonesCameron Steffen-4/+2
2022-11-17Replace into_place with to_placeCameron Steffen-1/+1
2022-09-28fix unwind drop glue for if-then scopesDing Xiang Fei-2/+2
2022-09-16Merge two arguments into oneOli Scherer-3/+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