about summary refs log tree commit diff
path: root/src/librustc_mir_build/build/scope.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1313/+0
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-4/+4
2020-06-16rename location field of Drop terminators to placeRalf Jung-4/+4
2020-06-04Revert "Defer creating drop trees in MIR lowering until leaving that scope"Felix S. Klock II-701/+630
2020-06-04Revert "Add some more comments"Felix S. Klock II-18/+5
2020-06-04Revert "Address review comments"Felix S. Klock II-5/+5
2020-05-18Add asm! to MIRAmanieu d'Antras-1/+2
2020-05-13docs: fix linkTshepang Lekhonkhobe-1/+1
2020-05-09Address review commentsMatthew Jasper-5/+5
2020-05-09Add some more commentsMatthew Jasper-6/+21
2020-05-09Defer creating drop trees in MIR lowering until leaving that scopeMatthew Jasper-630/+698
2020-05-06Add `SourceInfo::outermost`.Nicholas Nethercote-1/+1
2020-04-13unit rvalue: use constant `()` instead of tupleBastian Kauschke-1/+1
2020-03-31Use Place directly in librustc_mir_build, it's CopySantiago Pastorino-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-01-27don't clone types that are copy, round two.Matthias Krüger-2/+2
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-0/+1313