ruff/crates/ruff_python_semantic/src
David Szotten 52aa2fc875
upgrade rustpython to remove tuple-constants (#5840)
c.f. https://github.com/astral-sh/RustPython-Parser/pull/28

Tests: No snapshots changed

---------

Co-authored-by: Zanie <contact@zanie.dev>
2023-07-17 22:50:31 +00:00
..
analyze upgrade rustpython to remove tuple-constants (#5840) 2023-07-17 22:50:31 +00:00
binding.rs Enable attribute lookups via semantic model (#5536) 2023-07-05 15:19:14 -04:00
context.rs Remove separate `ReferenceContext` enum (#4631) 2023-05-24 15:12:38 +00:00
definition.rs Include function name in `undocumented-param` message (#5818) 2023-07-16 22:51:34 -04:00
globals.rs Make some of `ruff_python_semantic` `pub(crate)` (#5093) 2023-06-14 17:49:37 +00:00
lib.rs Move `StarImport` to its own module (#5186) 2023-06-20 13:12:46 -04:00
model.rs Use `SmallVec#extend_from_slice` in lieu of `SmallVec#extend` (#5793) 2023-07-15 21:25:12 -04:00
node.rs Make some of `ruff_python_semantic` `pub(crate)` (#5093) 2023-06-14 17:49:37 +00:00
reference.rs Make some of `ruff_python_semantic` `pub(crate)` (#5093) 2023-06-14 17:49:37 +00:00
scope.rs Run shadowed-variable analyses in deferred handlers (#5181) 2023-06-29 00:08:18 +00:00
star_import.rs Move `StarImport` to its own module (#5186) 2023-06-20 13:12:46 -04:00