about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir/cx
AgeCommit message (Expand)AuthorLines
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
2022-06-09thir: wrap hir id of vars into local var idDing Xiang Fei-2/+5
2022-06-07Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-amanDylan DPC-8/+6
2022-05-25try to cache region_scope_tree as a queryDing Xiang Fei-1/+1
2022-05-23Fix precise field capture of univariant enumsTomasz Miąsko-8/+6
2022-05-22Do leak check after function ptr coercionJack Huey-0/+2
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-10/+24
2022-05-21Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakisbors-2/+7
2022-05-21correctly deal with user type ascriptions in patlcnr-2/+7
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-10/+10
2022-05-18Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obkbors-1/+22
2022-05-16use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...b-naber-1/+22
2022-05-09use hir::Let in hir::GuardSparrowLii-2/+2
2022-05-06`mirror_expr` cleanuplcnr-21/+16
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-85/+46
2022-04-02rebase and remove dead codeb-naber-22/+1
2022-04-02try to evaluate in from_opt_const_arg_anon_constb-naber-2/+5
2022-04-02rebase and use ty::Const in patterns againb-naber-1/+2
2022-04-02change thir to use mir::ConstantKind instead of ty::Constb-naber-2/+23
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-2/+2
2022-03-23use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...b-naber-1/+1
2022-03-23use ParamConst in ExprKind::ConstParamb-naber-9/+3
2022-03-23remove thir::Visitor::visit_constb-naber-1/+0
2022-03-23change thir to lazily create constantsb-naber-101/+51