ruff/crates/ty_python_semantic/src
Alex Waygood 08d8819c8a
[ty] Fix descriptor lookups for most types that overlap with `None` (#19120)
2025-07-05 19:34:23 +01:00
..
module_resolver [ty] don't allow first-party code to shadow stdlib types module (#19128) 2025-07-04 10:36:26 +00:00
semantic_index [ty] Correctly handle calls to functions marked as returning `Never` / `NoReturn` (#18333) 2025-07-04 11:52:52 -07:00
types [ty] Correctly handle calls to functions marked as returning `Never` / `NoReturn` (#18333) 2025-07-04 11:52:52 -07:00
util [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
ast_node_ref.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
db.rs Update Rust toolchain to 1.88 and MSRV to 1.86 (#19011) 2025-06-28 20:24:00 +02:00
dunder_all.rs [ty] Remove `ScopedExpressionId` (#19019) 2025-07-02 17:57:32 +02:00
lib.rs [ty] Rewrite `Type::any_over_type` using a new generalised `TypeVisitor` trait (#19094) 2025-07-03 18:19:23 +00:00
lint.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
list.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
module_name.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
node_key.rs [ty] Add environment variable to dump Salsa memory usage stats (#18928) 2025-06-26 21:27:51 +00:00
place.rs [ty] Allow declared-only class-level attributes to be accessed on the class (#19071) 2025-07-02 18:03:56 +02:00
program.rs Update Rust toolchain to 1.88 and MSRV to 1.86 (#19011) 2025-06-28 20:24:00 +02:00
pull_types.rs Update Rust toolchain to 1.88 and MSRV to 1.86 (#19011) 2025-06-28 20:24:00 +02:00
python_platform.rs Hug closing `}` when f-string expression has a format specifier (#18704) 2025-06-17 07:39:42 +02:00
semantic_index.rs [ty] Use all reachable bindings for instance attributes and deferred lookups (#18955) 2025-07-01 14:38:36 +02:00
semantic_model.rs Filter private symbols from stubs if they are internal types (#19121) 2025-07-03 10:19:21 -05:00
site_packages.rs [ty] Resolve python environment in `Options::to_program_settings` (#18960) 2025-06-26 17:57:16 +02:00
suppression.rs Update Rust toolchain to 1.88 and MSRV to 1.86 (#19011) 2025-06-28 20:24:00 +02:00
types.rs [ty] Fix descriptor lookups for most types that overlap with `None` (#19120) 2025-07-05 19:34:23 +01:00
unpack.rs [ty] Remove `ScopedExpressionId` (#19019) 2025-07-02 17:57:32 +02:00