about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2022-11-23Auto merge of #103947 - camsteffen:place-clones, r=cjgillotbors-150/+134
2022-11-22Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi...Dylan DPC-17/+20
2022-11-21merge self type and substs in `trait_method`Oli Scherer-5/+4
2022-11-21Some cleanup around trait_method lookupOli Scherer-7/+6
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-1/+1
2022-11-21Only declare bindings for if-let guards once per armLéo Lanteri Thauvin-17/+20
2022-11-20Factor out conservative_is_privately_uninhabitedCameron Steffen-3/+3
2022-11-20Change to Ty::is_inhabited_fromCameron Steffen-9/+4
2022-11-18rename to `string_deref_patterns`Deadbeef-2/+2
2022-11-17Remove more PlaceBuilder clonesCameron Steffen-21/+26
2022-11-17Replace into_place with to_placeCameron Steffen-34/+20
2022-11-17Replace try_upvars_resolved with try_to_placeCameron Steffen-51/+35
2022-11-17Introduce PlaceBuilder::resolve_upvar by refCameron Steffen-63/+72
2022-11-17Minimal implementation of implicit deref patternsDeadbeef-0/+33
2022-11-13fix some typos in commentscui fliter-1/+1
2022-11-10Use const_error_with_guaranteed moreMichael Goulet-6/+25
2022-11-08Add support for custom MIR parsingJakob Degen-0/+489
2022-11-05Rollup merge of #103984 - V0ldek:103974-refactor-mk_const, r=BoxyUwUMatthias Krüger-2/+1
2022-11-04Refactor tcx mk_const parameters.Mateusz-2/+1
2022-11-03Cleanup bind_pattern argsCameron Steffen-37/+14
2022-10-31Remove bounds check with enum castouz-a-1/+50
2022-10-27Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functionsMaybe Waffle-3/+2
2022-10-22Introduce InhabitedPredicateCameron Steffen-8/+4
2022-10-13Ensure enum cast movesGary Guo-2/+2
2022-10-09Skip chained OpaqueCast when building captures.Camille GILLOT-8/+7
2022-10-08Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obkMatthias Krüger-11/+2
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-67/+61
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-2/+2
2022-10-06Remove `mir::CastKind::Misc`ouz-a-11/+2
2022-10-05fix doc and dedup diverge_cleanupDing Xiang Fei-23/+4
2022-09-30apply suggestionX-1/+1
2022-09-28fix unwind drop glue for if-then scopesDing Xiang Fei-14/+46
2022-09-25Fix scoping for let-else.Camille GILLOT-16/+27
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-2/+4
2022-09-22introduce mir::Unevaluatedb-naber-2/+3
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-147/+146
2022-09-19Auto merge of #101894 - dingxiangfei2009:let-else-avoid-duplicate-storage-liv...bors-9/+33
2022-09-19Document projection conditionOli Scherer-0/+3
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-1/+1
2022-09-18avoid duplicating StorageLive in let-elseDing Xiang Fei-9/+33
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-11/+6
2022-09-16Only generate `OpaqueCast` for opaque typesOli Scherer-22/+46
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-6/+18
2022-09-16Merge two arguments into oneOli Scherer-127/+87
2022-09-15add diagram to explain the MIR structureDing Xiang Fei-0/+53
2022-09-15add explanatory noteDing Xiang Fei-0/+15
2022-09-15supplement for the missing or incomplete commentsDing Xiang Fei-1/+4
2022-09-15reorder nesting scopes and declare bindings without drop scheduleDing Xiang Fei-56/+101
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-0/+2
2022-09-14address review againb-naber-11/+6