about summary refs log tree commit diff
path: root/src/librustc_symbol_mangling
AgeCommit message (Expand)AuthorLines
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-1/+1
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-10/+6
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-3/+3
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-1/+2
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-3/+2
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-7/+7
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-16/+16
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-24normalize some imports, prefer direct ones.Mazdak Farrokhzad-2/+2
2020-03-21symbol_names: treat ReifyShim like VtableShim.Eduard-Mihai Burtescu-4/+18
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-0/+1442