ruff/crates/ruff_python_semantic/src
2023-08-07 15:41:02 +00:00
..
analyze Use separate structs for expression and statement tracking (#6351) 2023-08-07 15:27:42 +00:00
binding.rs Use separate structs for expression and statement tracking (#6351) 2023-08-07 15:27:42 +00:00
context.rs Remove separate ReferenceContext enum (#4631) 2023-05-24 15:12:38 +00:00
definition.rs Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
expressions.rs Use separate structs for expression and statement tracking (#6351) 2023-08-07 15:27:42 +00:00
globals.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
lib.rs Use separate structs for expression and statement tracking (#6351) 2023-08-07 15:27:42 +00:00
model.rs Remove Statements#parent (#6392) 2023-08-07 15:41:02 +00:00
reference.rs Remove parser dependency from ruff-python-ast (#6096) 2023-07-26 17:47:22 +02:00
scope.rs Add semantic analysis of type aliases and parameters (#6109) 2023-07-28 17:06:37 -05:00
star_import.rs Move StarImport to its own module (#5186) 2023-06-20 13:12:46 -04:00
statements.rs Remove Statements#parent (#6392) 2023-08-07 15:41:02 +00:00