summary refs log tree commit diff
path: root/src/librustc_symbol_mangling/lib.rs
AgeCommit message (Expand)AuthorLines
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-4/+2
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
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-19Dogfood more or_patterns in the compilerJosh Stone-0/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-6/+6
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-0/+273