rust/library/proc_macro/src
Mark Rousskov 299ac75894 Specialize single-element writes to buffer
copy_from_slice generally falls back to memcpy/memmove, which is much more expensive
than we need to write a single element in.

This saves 0.26% instructions on the diesel benchmark.
2021-05-29 12:45:07 -04:00
..
bridge Specialize single-element writes to buffer 2021-05-29 12:45:07 -04:00
diagnostic.rs
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