rust/compiler/rustc_parse
Nicholas Nethercote 54eb6bc34c Move TokenCursor::num_next_calls into Parser and rename it.
It's more of a `Parser`-level concern than a `TokenCursor`-level
concern. Also, `num_bump_calls` is a more accurate name, because it's
incremented in `Parser::bump`.
2023-08-02 10:07:18 +10:00
..
src Move TokenCursor::num_next_calls into Parser and rename it. 2023-08-02 10:07:18 +10:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors 2023-07-29 16:45:29 +00:00