ruff/crates/red_knot_python_semantic/src/semantic_index
Alex Waygood 312a487ea7
[red-knot] Add some knowledge of `__all__` to `*`-import machinery (#17373)
2025-04-15 12:56:40 +01:00
..
builder [red-knot] Add control flow for try/except blocks (#13729) 2024-10-16 13:03:59 +00:00
use_def [red-knot] Don't use separate ID types for each alist (#16415) 2025-02-28 14:55:55 -05:00
ast_ids.rs Transition to salsa coarse-grained tracked structs (#15763) 2025-02-11 11:38:50 +01:00
builder.rs [red-knot] Further optimize `*`-import visibility constraints (#17375) 2025-04-15 12:32:22 +01:00
definition.rs [red-knot] detect unreachable attribute assignments (#16852) 2025-04-14 09:23:20 +02:00
expression.rs [internal]: Upgrade salsa (#16794) 2025-03-17 11:05:54 +01:00
narrowing_constraints.rs [red-knot] Don't use separate ID types for each alist (#16415) 2025-02-28 14:55:55 -05:00
predicate.rs [red-knot] Improve handling of visibility constraints in external modules when resolving `*` imports (#17286) 2025-04-09 14:36:52 +00:00
re_exports.rs [red-knot] Add some knowledge of `__all__` to `*`-import machinery (#17373) 2025-04-15 12:56:40 +01:00
symbol.rs [red-knot] Track reachability of scopes (#17332) 2025-04-10 11:56:40 +00:00
use_def.rs [red-knot] Further optimize `*`-import visibility constraints (#17375) 2025-04-15 12:32:22 +01:00
visibility_constraints.rs [red-knot] Improve handling of visibility constraints in external modules when resolving `*` imports (#17286) 2025-04-09 14:36:52 +00:00