Files
rust/compiler/rustc_parse/src/parser
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
..
2024-06-06 08:26:54 +10:00
2024-07-07 15:58:36 +10:00
2024-06-28 14:20:43 -04:00
2024-06-19 19:12:02 +10:00