Files
rust/src/libsyntax/parse
Nicholas Nethercote 9f145022ef Avoid allocating when parsing \u{...} literals.
`char_lit` uses an allocation in order to ignore '_' chars in \u{...}
literals. This patch changes it to not do that by processing the chars
more directly.

This improves various rustc-perf benchmark measurements by up to 6%,
particularly regex, futures, clap, coercions, hyper, and encoding.
2018-04-19 09:17:40 +10:00
..
2018-04-12 00:13:51 +02:00
2018-04-06 11:52:16 +03:00