ruff/crates/ruff_python_ast/src
Micha Reiser d4dd96d1f4
red-knot: `source_text`, `line_index`, and `parsed_module` queries (#11822)
2024-06-13 07:37:02 +00:00
..
visitor Rename `PreorderVisitor` to `SourceOrderVisitor` (#11798) 2024-06-07 17:01:58 +00:00
comparable.rs Refactor the `ExprDict` node (#11267) 2024-05-07 11:46:10 +00:00
docstrings.rs Move Python whitespace utilities into new `ruff_python_whitespace` crate (#4993) 2023-06-10 00:59:57 +00:00
expression.rs Move `W605` to the AST checker (#11402) 2024-05-13 16:13:06 +00:00
hashable.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
helpers.rs [`flake8-pyi`] Implement `PYI064` (#11325) 2024-05-28 23:57:13 +00:00
identifier.rs Update to Rust 1.74 and use new clippy lints table (#8722) 2023-11-16 18:12:46 -05:00
imports.rs Remove ImportMap (#11234) 2024-05-02 11:26:02 -07:00
int.rs Use `u64` instead of `i64` in Int type (#11356) 2024-05-10 13:35:15 +00:00
lib.rs red-knot: `source_text`, `line_index`, and `parsed_module` queries (#11822) 2024-06-13 07:37:02 +00:00
name.rs Remove some unused `pub` functions (#11576) 2024-05-28 09:56:51 -04:00
node.rs Rename `PreorderVisitor` to `SourceOrderVisitor` (#11798) 2024-06-07 17:01:58 +00:00
nodes.rs Remove some unused `pub` functions (#11576) 2024-05-28 09:56:51 -04:00
parenthesize.rs Comments outside expression parentheses (#7873) 2023-10-19 09:24:11 +00:00
relocate.rs Remove `Expr` postfix from `ExprNamed`, `ExprIf`, and `ExprGenerator` (#10229) 2024-03-04 12:55:01 +01:00
statement_visitor.rs Remove `Stmt::TryStar` (#6566) 2023-08-14 13:39:44 -04:00
stmt_if.rs Misc. small tweaks from perusing modules (#9383) 2024-01-03 12:30:25 -05:00
str.rs Unify enums used for internal representation of quoting style (#10383) 2024-03-13 17:19:17 +00:00
str_prefix.rs Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
traversal.rs Remove some unused `pub` functions (#11576) 2024-05-28 09:56:51 -04:00
types.rs Remove `RefEquality` (#6393) 2023-08-07 16:04:50 +00:00
visitor.rs Rename `PreorderVisitor` to `SourceOrderVisitor` (#11798) 2024-06-07 17:01:58 +00:00
whitespace.rs Use consistent re-export from `ruff_source_file` (#9320) 2023-12-30 14:48:45 -05:00