summary refs log tree commit diff
path: root/src/librustc_passes/weak_lang_items.rs
AgeCommit message (Expand)AuthorLines
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-1/+1
2020-05-02cleanup: `config::CrateType` -> `CrateType`Vadim Petrochenkov-7/+7
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-3/+3
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-2/+1
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-3/+2
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-1/+1
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-3/+0
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-2/+2
2020-02-11Merge rustc::middle::*lang_items.Camille GILLOT-1/+1
2020-02-11Move it all into rustc_hir.Camille GILLOT-2/+2
2020-02-11Move weak_lang_items checking to librustc_passes.Camille GILLOT-32/+5
2020-02-11Move weak_lang_items.rs to librustc_passes.Camille GILLOT-0/+130