about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/weak_lang_items.rs
AgeCommit message (Expand)AuthorLines
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-1/+0
2022-10-29Cleanup weak lang itemsCameron Steffen-41/+19
2022-09-06change stdlib circular dependencies handlingDaniil Belov-0/+6
2022-07-20Use FxIndexMap instead of otherwise unused StableMap for WEAK_ITEMS_REFS.Michael Woerister-3/+3
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-2/+2
2022-01-09Clean up lang_items::extractEric Huss-6/+2
2021-04-08Fix outdated crate names in compiler docspierwill-2/+2
2021-01-25This should address issue 81294.Felix S. Klock II-3/+3
2020-09-01hir: replace `lazy_static` by `SyncLazy` from stdmarmeladema-8/+6
2020-08-30mv compiler to compiler/mark-0/+53