summary refs log tree commit diff
path: root/src/librustc_passes/weak_lang_items.rs
AgeCommit message (Expand)AuthorLines
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-5/+5
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-12/+2
2020-08-08Eliminate `librustc_hir`'s dependency on `librustc_session`.Nicholas Nethercote-1/+2
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-07-17Generating the coverage mapRich Kadel-11/+9
2020-07-15Add and use more static symbols.Nicholas Nethercote-1/+1
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+2
2020-06-15Add case for count_code_region() extern lang_itemRich Kadel-2/+14
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