ruff/crates/ruff_python_parser/src
2024-02-26 15:35:20 +00:00
..
lexer Use memchr for string lexing (#9888) 2024-02-08 17:23:06 +00:00
snapshots Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
context.rs Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
function.rs Reduce size of Expr from 80 to 64 bytes (#9900) 2024-02-09 02:53:13 +00:00
invalid.rs Reduce Result<Tok, LexicalError> size by using Box<str> instead of String (#9885) 2024-02-08 20:36:22 +00:00
lexer.rs Reduce Result<Tok, LexicalError> size by using Box<str> instead of String (#9885) 2024-02-08 20:36:22 +00:00
lib.rs Remove unnecessary string cloning from the parser (#9884) 2024-02-09 16:03:27 -05:00
parser.rs Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
python.lalrpop Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
python.rs Add parenthesized flag to ExprTuple and ExprGenerator (#9614) 2024-02-26 15:35:20 +00:00
soft_keywords.rs Reduce Result<Tok, LexicalError> size by using Box<str> instead of String (#9885) 2024-02-08 20:36:22 +00:00
string.rs Remove unnecessary string cloning from the parser (#9884) 2024-02-09 16:03:27 -05:00
token.rs Reduce Result<Tok, LexicalError> size by using Box<str> instead of String (#9885) 2024-02-08 20:36:22 +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