summary refs log tree commit diff
path: root/src/librustc_passes/lang_items.rs
AgeCommit message (Expand)AuthorLines
2020-04-28Use the query system to allocate.Camille GILLOT-1/+1
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-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-1/+2
2020-02-11Move get_lang_items query in librustc_passes.Camille GILLOT-0/+173