summary refs log tree commit diff
path: root/compiler/rustc_symbol_mangling/src/legacy.rs
AgeCommit message (Expand)AuthorLines
2021-08-26reviewlcnr-1/+1
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-1/+1
2021-07-29Implement `Printer` for `&mut SymbolPrinter`Tomasz Miąsko-5/+6
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-2/+3
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-3/+2
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-3/+2
2021-03-31Add tcx lifetime to BinderJack Huey-1/+1
2021-01-10Rollup merge of #79968 - bjorn3:better_drop_glue_debuginfo, r=matthewjasperYuki Okushi-1/+9
2020-12-17Simplify based on eddyb's commentbjorn3-21/+9
2020-12-12Use better symbol names for the drop gluebjorn3-0/+20
2020-12-11Move binder for dyn to each list itemJack Huey-1/+1
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-11-04s/Scalar::Raw/Scalar::Intoli-1/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+2
2020-10-15mangling: non-monomorphic `#[rustc_symbol_name]`David Wood-1/+0
2020-09-25Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`marmeladema-5/+3
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+5
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+3
2020-08-30mv compiler to compiler/mark-0/+435