about summary refs log tree commit diff
path: root/src/librustc_symbol_mangling
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1443/+0
2020-08-23Prefer https link for wikipedia URLsLzu Tao-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-15replaced log with tracingGurpreet Singh-3/+3
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-3/+3
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-31Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakisbors-1/+1
2020-07-28symbol mangling: use ty::print::Print for constsBastian Kauschke-3/+1
2020-07-22Normalize opaque types when converting `ParamEnv` to `Reveal::All`Aaron Hill-1/+1
2020-07-20mir: `unused_generic_params` queryDavid Wood-1/+0
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-5/+3
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-1/+1
2020-06-15make all uses of ty::Error or ConstKind::Error delay a span bugmark-2/+2
2020-05-23iterate List by valueBastian Kauschke-1/+1
2020-05-19Remove unused dependenciesJeremy Fitzhardinge-1/+0
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-3/+0
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