summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/mod.rs
AgeCommit message (Expand)AuthorLines
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-15/+5
2020-12-15Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obkbors-3/+3
2020-12-09Use precise places when lowering Closures in THIRAman Arora-6/+16
2020-12-06[mir-opt] Allow debuginfo to be generated for a constant or a PlaceWesley Wiser-3/+3
2020-12-04Avoid leaking block expression valuesMatthew Jasper-10/+24
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-11-14Move Steal to rustc_data_structures.Camille GILLOT-1/+1
2020-10-21rustc_mir: track inlined callees in SourceScopeData.Eduard-Mihai Burtescu-1/+1
2020-10-17Remove unused cached_unreachable_block from MIR builderTomasz Miąsko-14/+0
2020-10-05Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnrbors-1/+1
2020-10-05Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasperbors-63/+28
2020-10-04Replace `(Body, DefId)` with `Body` where possibleDylan MacKenzie-1/+1
2020-10-04HACK: Overwrite the MIR's source with the correct const paramDylan MacKenzie-1/+7
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-2/+9
2020-10-04Defer creating drop trees in MIR lowering until leaving that scopeMatthew Jasper-63/+28
2020-09-04Change ty.kind to a methodLeSeulArtichaut-5/+5
2020-08-30mv compiler to compiler/mark-0/+1030