summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir/cx
AgeCommit message (Expand)AuthorLines
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-7/+4
2022-12-04drive-by: move field_index to typeck resultsMichael Goulet-2/+2
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-7/+5
2022-11-21Reduce the amount of passed-around arguments that will get merged into one la...Oli Scherer-8/+9
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-7/+5
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-7/+5
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-3/+1
2022-11-08Add support for custom MIR parsingJakob Degen-6/+21
2022-10-14Make dyn* cast into a coercionMichael Goulet-0/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-0/+4
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-1/+1
2022-09-16Merge two arguments into oneOli Scherer-0/+4
2022-09-13Shrink some visibilities.Camille GILLOT-5/+5
2022-09-13Also compute implicit params in THIR.Camille GILLOT-2/+58
2022-09-13Compute explicit MIR params on THIR.Camille GILLOT-1/+47
2022-09-05refactor: remove unnecessary variablesTakayuki Maeda-1/+2
2022-09-05separate the receiver from arguments in HIRTakayuki Maeda-3/+6
2022-09-02Box `CanonicalUserTypeAnnotation::CanonicalUserType`.Nicholas Nethercote-1/+1
2022-09-02Clean up THIR patterns.Nicholas Nethercote-5/+5
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+1
2022-09-01Directly use the `instrument` macro instead of its full pathOli Scherer-1/+1
2022-08-24Rename `thir::Adt` as `thir::AdtExpr`.Nicholas Nethercote-4/+4
2022-08-24Box `thir::ExprKind::InlineAsm`.Nicholas Nethercote-2/+2
2022-08-24Box `thir::ExprKind::Closure`.Nicholas Nethercote-1/+7
2022-08-24Store blocks in `Thir`.Nicholas Nethercote-8/+10
2022-08-24Box `user_ty` fields in `thir::ExprKind`.Nicholas Nethercote-13/+17
2022-07-31Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillotDylan DPC-0/+1
2022-07-30Use LocalDefId for closures moreCameron Steffen-0/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-1/+1
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-4/+0
2022-07-15Add some tracing instrumentationOli Scherer-0/+4
2022-07-11add tests for async awaitDing Xiang Fei-2/+2
2022-07-11move else block into the `Local` structDing Xiang Fei-2/+2
2022-07-11lower let-else in MIR insteadDing Xiang Fei-2/+5
2022-07-09review feedbackRalf Jung-2/+2
2022-07-05Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJungbors-2/+3
2022-07-05Prefer trace level instrumentation for the new noisy instrument attributesOli Scherer-2/+2
2022-07-02Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errorsDylan DPC-1/+1
2022-07-01Factor out hir::Node::BindingCameron Steffen-1/+1
2022-07-01Auto merge of #98402 - cjgillot:undead, r=michaelwoeristerbors-22/+1
2022-06-29Some tracing cleanupsOli Scherer-2/+3
2022-06-25Rollup merge of #98429 - b-naber:use-correct-substs-discriminant-cast, r=lcnrMatthias Krüger-92/+94
2022-06-24fmtb-naber-8/+6
2022-06-24address reviewb-naber-14/+14
2022-06-24small refactorb-naber-95/+96
2022-06-24use correct substs in enum discriminant hackb-naber-1/+4
2022-06-23Remove dead code.Camille GILLOT-22/+1
2022-06-15Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011Yuki Okushi-1/+1
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-1/+1