rust/compiler/rustc_parse/src/parser
2026-02-07 10:30:42 +01:00
..
tokenstream Use Iterator::eq and (dogfood) eq_by in compiler and library 2025-09-29 08:08:05 +03:00
asm.rs Don't use matches! when == suffices 2025-12-26 20:28:19 +00:00
attr.rs Split parse_inner_attr errors by case 2026-02-07 10:30:42 +01:00
attr_wrapper.rs Make attr path symbols rather than idents 2025-12-22 16:26:14 +01:00
cfg_select.rs Move parse_cfg_select to rustc_builtin_macros 2025-11-09 16:08:00 +01:00
diagnostics.rs Convert to inline diagnostics in rustc_parse 2026-02-07 10:30:40 +01:00
expr.rs Split ComparisonOrShiftInterpretedAsGenericSugg 2026-02-07 10:30:42 +01:00
generics.rs Do not recover from Trait() if generic list is unterminated 2026-01-15 19:32:39 +00:00
item.rs Convert to inline diagnostics in rustc_parse 2026-02-07 10:30:40 +01:00
mod.rs keep const blocks around 2026-02-06 19:36:39 +00:00
nonterminal.rs Audit AllowConstBlockItems 2026-01-21 19:36:14 +03:00
pat.rs Rollup merge of #151102 - zachs18:mut-ref-in-struct-pattern-shorthand-gate, r=JonathanBrouwer 2026-01-31 21:42:46 +01:00
path.rs keep const blocks around 2026-02-06 19:36:39 +00:00
stmt.rs Audit AllowConstBlockItems 2026-01-21 19:36:14 +03:00
tests.rs Convert to inline diagnostics in rustc_parse 2026-02-07 10:30:40 +01:00
token_type.rs Use default field values in Parser 2026-01-15 19:46:54 +00:00
ty.rs keep const blocks around 2026-02-06 19:36:39 +00:00