rust/compiler/rustc_parse/src/lexer
Nicholas Nethercote 53167c0b7f Rename ast::TokenKind::Not as ast::TokenKind::Bang.
For consistency with `rustc_lexer::TokenKind::Bang`, and because other
`ast::TokenKind` variants generally have syntactic names instead of
semantic names (e.g. `Star` and `DotDot` instead of `Mul` and `Range`).
2025-03-03 09:26:13 +11:00
..
diagnostics.rs "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens 2024-10-23 02:45:24 -07:00
mod.rs Rename ast::TokenKind::Not as ast::TokenKind::Bang. 2025-03-03 09:26:13 +11:00
tokentrees.rs Remove Lexer's dependency on Parser. 2024-12-13 07:10:20 +11:00
unescape_error_reporting.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
unicode_chars.rs Rename ast::TokenKind::Not as ast::TokenKind::Bang. 2025-03-03 09:26:13 +11:00