rust/src/libsyntax/parse
Nicholas Nethercote ad471452ba Make Directory::path a Cow.
Because we create a lot of these in the macro parser, but only very
rarely modify them.

This speeds up some html5ever runs by 2--3%.
2018-05-18 22:20:33 +10:00
..
lexer Change the hashcounts in raw Lit variants from usize to u16. 2018-04-12 20:12:42 +10:00
attr.rs make it compile again 2018-05-02 12:05:13 +02:00
classify.rs Catch expression does not require semicolon to be a statement 2017-07-18 03:42:21 +03:00
common.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
mod.rs Make Directory::path a Cow. 2018-05-18 22:20:33 +10:00
parser.rs Make Directory::path a Cow. 2018-05-18 22:20:33 +10:00
token.rs 'label can start expressions 2018-04-23 11:17:59 +02:00