ruff/crates/ruff_python_semantic/src
Charlie Marsh fe7505b738
Move undefined deletions into post-model-building pass (#5904)
## Summary

Similar to #5902, but for undefined names in deletions (e.g., `del x`
where `x` is unbound).
2023-07-20 05:14:46 +00:00
..
analyze Use .as_ref() in lieu of &** (#5874) 2023-07-19 00:49:13 +00:00
binding.rs Track unresolved references in the semantic model (#5902) 2023-07-19 18:19:55 -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 Move undefined deletions into post-model-building pass (#5904) 2023-07-20 05:14:46 +00:00
node.rs Make some of ruff_python_semantic pub(crate) (#5093) 2023-06-14 17:49:37 +00:00
reference.rs Move undefined deletions into post-model-building pass (#5904) 2023-07-20 05:14:46 +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