ruff/crates/ruff_python_parser/src
Micha Reiser 9584f613b9
Remove `allow(pedantic)` from formatter (#6549)
2023-08-14 14:02:06 +02:00
..
lexer Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
snapshots Rename `Magic*` to `IpyEscape*` (#6395) 2023-08-09 13:28:18 +00:00
context.rs Remove `Parse` trait (#6235) 2023-08-01 18:35:03 +02:00
function.rs Introduce an `Arguments` AST node for function calls and class definitions (#6259) 2023-08-02 10:01:13 -04:00
lexer.rs Rename `Magic*` to `IpyEscape*` (#6395) 2023-08-09 13:28:18 +00:00
lib.rs Use `Jupyter` mode while parsing Notebook files (#5552) 2023-08-05 00:32:07 +00:00
parser.rs Remove `allow(pedantic)` from formatter (#6549) 2023-08-14 14:02:06 +02:00
python.lalrpop Rename `Magic*` to `IpyEscape*` (#6395) 2023-08-09 13:28:18 +00:00
python.rs Rename `Magic*` to `IpyEscape*` (#6395) 2023-08-09 13:28:18 +00:00
soft_keywords.rs Replace `.map_or(false, $closure)` with `.is_some_and(closure)` (#6244) 2023-08-01 19:29:42 +02:00
string.rs Remove `allow(pedantic)` from formatter (#6549) 2023-08-14 14:02:06 +02:00
token.rs Rename `Magic*` to `IpyEscape*` (#6395) 2023-08-09 13:28:18 +00:00
typing.rs Replace `.map_or(false, $closure)` with `.is_some_and(closure)` (#6244) 2023-08-01 19:29:42 +02:00