| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
