ruff/crates/ruff_python_semantic/src
2024-05-08 08:56:50 +00:00
..
analyze [flake8-pyi] Implement PYI062 (duplicate-literal-member) (#11269) 2024-05-07 19:28:06 +01:00
all.rs Move all module from the AST to the semantic crate (#11330) 2024-05-08 08:56:50 +00:00
binding.rs Move all module from the AST to the semantic crate (#11330) 2024-05-08 08:56:50 +00:00
branches.rs Add branch detection to the semantic model (#6694) 2023-08-19 21:28:17 +00:00
context.rs Remove separate ReferenceContext enum (#4631) 2023-05-24 15:12:38 +00:00
definition.rs Move all module from the AST to the semantic crate (#11330) 2024-05-08 08:56:50 +00:00
globals.rs Refine SemanticModel lifetime bounds (#10221) 2024-03-04 09:21:13 +01:00
lib.rs Move all module from the AST to the semantic crate (#11330) 2024-05-08 08:56:50 +00:00
model.rs [flake8-pyi] Implement PYI062 (duplicate-literal-member) (#11269) 2024-05-07 19:28:06 +01:00
nodes.rs Move {AnyNodeRef, AstNode} to ruff_python_ast crate root (#8030) 2023-10-18 00:01:18 +00:00
reference.rs Correctly handle references in __all__ definitions when renaming symbols in autofixes (#10527) 2024-03-22 20:06:35 +00:00
scope.rs Upgrade to Rust 1.78 (#11260) 2024-05-03 12:46:21 +00:00
star_import.rs Make ImportFrom level just a u32 (#11170) 2024-04-26 20:38:35 -06:00