rust/library/proc_macro/src
Nika Layzell 17e96879d8 proc_macro: use fxhash within the proc_macro crate
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-07-18 12:59:14 -04:00
..
bridge proc_macro: use fxhash within the proc_macro crate 2022-07-18 12:59:14 -04:00
diagnostic.rs Change proc_macro::Diagnostics docs 2021-08-07 23:54:34 +10:00
lib.rs review changes 2022-06-28 09:54:29 -04:00
quote.rs Remove unused macro rules 2022-04-18 23:28:06 +02:00