ruff/crates/ruff_python_parser/src
konsti daea870c3c
Fix panic with 8 in octal escape (#8356)
**Summary** The digits for an octal escape are 0 to 7, not 0 to 8,
fixing the panic in #8355

**Test plan** Regression test parser fixture
2023-10-30 14:42:15 +01:00
..
lexer perf(parser): use memchr for lexing comments (#8193) 2023-10-27 02:07:43 +01:00
snapshots Fix panic with 8 in octal escape (#8356) 2023-10-30 14:42:15 +01:00
context.rs Remove Parse trait (#6235) 2023-08-01 18:35:03 +02:00
function.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
lexer.rs perf(parser): use memchr for lexing comments (#8193) 2023-10-27 02:07:43 +01:00
lib.rs Skip all bracketed expressions when locating comparison ops (#7740) 2023-10-01 14:57:40 +00:00
parser.rs Fix range of unparenthesized tuple subject in match statement (#8101) 2023-10-22 19:58:33 -04:00
python.lalrpop Split Constant to individual literal nodes (#8064) 2023-10-30 12:13:23 +05:30
python.rs Split Constant to individual literal nodes (#8064) 2023-10-30 12:13:23 +05:30
soft_keywords.rs Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
string.rs Fix panic with 8 in octal escape (#8356) 2023-10-30 14:42:15 +01:00
token.rs Add support for PEP 701 (#7376) 2023-09-29 02:55:39 +00:00
typing.rs Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00