about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/handle.rs
AgeCommit message (Collapse)AuthorLines
2024-03-19SeqCst->Relaxed for proc_macro bridge counter.Mara Bos-2/+2
Relaxed is enough here.
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2024-01-31Switch OwnedStore handle count to AtomicU32GnomedDev-5/+5
2022-07-18proc_macro: use fxhash within the proc_macro crateNika Layzell-20/+6
Unfortunately, as it is difficult to depend on crates from within proc_macro, this is done by vendoring a copy of the hasher as a module rather than depending on the rustc_hash crate. This probably doesn't have a substantial impact up-front, however will be more relevant once symbols are interned within the proc_macro client.
2022-06-13proc_macro: bypass RandomState to remove ASLR-like effects.Eduard-Mihai Burtescu-3/+19
2022-05-27Add some comments.Nicholas Nethercote-0/+3
2020-07-27mv std libs to library/mark-0/+70