rust/library/proc_macro/src
Mark Rousskov 8c2080886f Write primitive types via array buffers
This allows a more efficient implementation (avoiding a fallback to memmove,
which is not optimal for short writes).

This saves 0.29% on diesel.
2021-05-29 12:52:06 -04:00
..
bridge Write primitive types via array buffers 2021-05-29 12:52:06 -04:00
diagnostic.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
lib.rs remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
quote.rs Implement span quoting for proc-macros 2021-05-12 00:51:31 -04:00