ruff/crates/ruff_python_parser/src
Micha Reiser aa27925e87
Skip over trivia tokens after re-lexing (#21895)
2025-12-11 10:45:18 +00:00
..
lexer Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
parser Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) 2025-12-02 20:10:46 +01:00
snapshots Improved error recovery for unclosed strings (including f- and t-strings) (#20848) 2025-10-15 09:50:56 +02:00
error.rs Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) 2025-12-02 20:10:46 +01:00
lexer.rs Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) 2025-12-02 20:10:46 +01:00
lib.rs Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) 2025-12-02 20:10:46 +01:00
semantic_errors.rs [`flake8-bugbear`] Catch `yield` expressions within other statements (`B901`) (#21200) 2025-12-03 12:05:15 -05:00
string.rs Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) 2025-12-02 20:10:46 +01:00
token.rs Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) 2025-12-02 20:10:46 +01:00
token_set.rs Move `Token`, `TokenKind` and `Tokens` to `ruff-python-ast` (#21760) 2025-12-02 20:10:46 +01:00
token_source.rs Skip over trivia tokens after re-lexing (#21895) 2025-12-11 10:45:18 +00:00
typing.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00