rust/compiler/rustc_parse/src/parser
Nicholas Nethercote ca6649516f Make Parser::num_bump_calls 0-indexed.
Currently in `collect_tokens_trailing_token`, `start_pos` and `end_pos`
are 1-indexed by `replace_ranges` is 0-indexed, which is really
confusing. Making them both 0-indexed makes debugging much easier.
2024-07-19 15:25:55 +10:00
..
mut_visit Specialize assert_pred. 2024-06-06 08:26:54 +10:00
tokenstream Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
attr.rs Simplify CaptureState::inner_attr_ranges. 2024-07-19 15:25:54 +10:00
attr_wrapper.rs Move inner_attr code downwards. 2024-07-19 15:25:54 +10:00
diagnostics.rs Rollup merge of #127835 - estebank:issue-127823, r=compiler-errors 2024-07-18 23:05:21 +02:00
expr.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
generics.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
item.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
mod.rs Make Parser::num_bump_calls 0-indexed. 2024-07-19 15:25:55 +10:00
nonterminal.rs Deny keyword lifetimes pre-expansion 2024-07-16 12:06:25 -04:00
pat.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
path.rs Use more accurate span for : to :: suggestion 2024-07-12 03:02:58 +00:00
stmt.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
tests.rs Make Parser::num_bump_calls 0-indexed. 2024-07-19 15:25:55 +10:00
ty.rs Deny keyword lifetimes pre-expansion 2024-07-16 12:06:25 -04:00