| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-19 | SeqCst->Relaxed for proc_macro bridge counter. | Mara Bos | -2/+2 | |
| Relaxed is enough here. | ||||
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -3/+3 | |
| 2024-01-31 | Switch OwnedStore handle count to AtomicU32 | GnomedDev | -5/+5 | |
| 2022-07-18 | proc_macro: use fxhash within the proc_macro crate | Nika 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-13 | proc_macro: bypass RandomState to remove ASLR-like effects. | Eduard-Mihai Burtescu | -3/+19 | |
| 2022-05-27 | Add some comments. | Nicholas Nethercote | -0/+3 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+70 | |
