ruff/crates/ruff_python_parser/src
Charlie Marsh 6f0e4ad332
Remove unnecessary string cloning from the parser (#9884)
Closes https://github.com/astral-sh/ruff/issues/9869.
2024-02-09 16:03:27 -05:00
..
lexer Use `memchr` for string lexing (#9888) 2024-02-08 17:23:06 +00:00
snapshots Index multiline f-strings (#9837) 2024-02-05 21:25:33 -05:00
context.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +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 Reduce size of `Expr` from 80 to 64 bytes (#9900) 2024-02-09 02:53:13 +00:00
python.lalrpop Remove unnecessary string cloning from the parser (#9884) 2024-02-09 16:03:27 -05:00
python.rs Remove unnecessary string cloning from the parser (#9884) 2024-02-09 16:03:27 -05: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