about summary refs log tree commit diff
path: root/src/librustc_mir/util/aggregate.rs
AgeCommit message (Expand)AuthorLines
2020-04-16don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-2/+2
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-1/+0
2020-01-27don't clone types that are copy, round two.Matthias Krüger-5/+2
2019-12-22Format the worldMark Rousskov-29/+30
2019-10-22Move Place::elem methods and friends to TyCtxtSantiago Pastorino-4/+4
2019-10-22Intern place projectionSantiago Pastorino-4/+5
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-11Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytesSantiago Pastorino-3/+3
2019-06-06Don't run MIR passes on constructor shimsMatthew Jasper-0/+76