ruff/crates/ruff_python_parser/src
2024-01-11 19:41:19 +01:00
..
lexer Ignore trailing quotes for unclosed l-brace errors (#9388) 2024-01-04 05:00:55 +00:00
snapshots New AST nodes for f-string elements (#8835) 2023-12-07 10:28:05 -06:00
context.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00
function.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00
invalid.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
lexer.rs Use Rust 1.75 toolchain (#9437) 2024-01-08 18:03:16 +01:00
lib.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
parser.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
python.lalrpop New AST nodes for f-string elements (#8835) 2023-12-07 10:28:05 -06:00
python.rs New AST nodes for f-string elements (#8835) 2023-12-07 10:28:05 -06:00
soft_keywords.rs Support type alias statements in simple statement positions (#8916) 2023-11-30 19:15:19 +00:00
string.rs Add size hints to string parser (#9413) 2024-01-06 15:59:34 -05:00
token.rs Add support for PEP 701 (#7376) 2023-09-29 02:55:39 +00:00
token_source.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
typing.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00