summary refs log tree commit diff
path: root/compiler/rustc_mir/src/monomorphize/partitioning/default.rs
AgeCommit message (Expand)AuthorLines
2020-09-25Avoid calling `Symbol::interner` in `compute_codegen_unit_name`marmeladema-3/+1
2020-09-25Rename `DefPathData::get_name()` to `DefPathData::name()`marmeladema-1/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-1/+7
2020-09-13Introduce a PartitioningCx structWesley Wiser-16/+16
2020-08-30mv compiler to compiler/mark-0/+552