ruff/crates/ruff_python_semantic/src
Charlie Marsh d788957ec4
Allow capitalized names for logger candidate heuristic match (#6356)
Closes https://github.com/astral-sh/ruff/issues/6353.
2023-08-04 23:25:34 +00:00
..
analyze Allow capitalized names for logger candidate heuristic match (#6356) 2023-08-04 23:25:34 +00:00
binding.rs Add semantic analysis of type aliases and parameters (#6109) 2023-07-28 17:06:37 -05: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
globals.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
lib.rs Move `StarImport` to its own module (#5186) 2023-06-20 13:12:46 -04:00
model.rs Make the `Nodes` vector generic on node type (#6328) 2023-08-04 03:57:15 +00:00
node.rs Make the `Nodes` vector generic on node type (#6328) 2023-08-04 03:57:15 +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