rust/compiler/rustc_parse
Nicholas Nethercote 100f3fd133 Add a new special case to Parser::look_ahead.
This new special case is simpler than the old special case because it
only is used when `dist == 1`. But that's still enough to cover ~98% of
cases. This results in equivalent performance to the old special case,
and identical behaviour as the general case.
2024-07-12 13:35:24 +10:00
..
src Add a new special case to Parser::look_ahead. 2024-07-12 13:35:24 +10:00
Cargo.toml Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
messages.ftl Change RTN to use .. again 2024-06-28 14:20:43 -04:00