about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/handle.rs
AgeCommit message (Expand)AuthorLines
2024-03-19SeqCst->Relaxed for proc_macro bridge counter.Mara Bos-2/+2
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
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