ruff/crates/ruff_python_semantic/src
Charlie Marsh 8938b2d555
Use `qualified_name` terminology in more structs for consistency (#4873)
2023-06-05 19:06:48 +00:00
..
analyze Extract shared simple AST node inference utility (#4871) 2023-06-05 18:23:37 +00:00
binding.rs Use `qualified_name` terminology in more structs for consistency (#4873) 2023-06-05 19:06:48 +00:00
context.rs Remove separate `ReferenceContext` enum (#4631) 2023-05-24 15:12:38 +00:00
definition.rs Introduce `ruff_index` crate (#4597) 2023-05-23 17:40:35 +02:00
globals.rs Remove globals table from `Scope` (#4686) 2023-05-27 22:35:20 -04:00
lib.rs Remove globals table from `Scope` (#4686) 2023-05-27 22:35:20 -04:00
model.rs Use `qualified_name` terminology in more structs for consistency (#4873) 2023-06-05 19:06:48 +00:00
node.rs Introduce `ruff_index` crate (#4597) 2023-05-23 17:40:35 +02:00
reference.rs Use `BindingId` copies in lieu of `&BindingId` in semantic model methods (#4633) 2023-05-24 15:55:45 +00:00
scope.rs Invert structure of Scope#shadowed_bindings (#4855) 2023-06-05 02:03:21 +00:00