ruff/crates/red_knot_python_semantic/src
2025-02-21 19:26:05 +01:00
..
module_resolver [red-knot] Method calls and the descriptor protocol (#16121) 2025-02-20 23:22:26 +01:00
semantic_index [red-knot] Better handling of visibility constraint copies (#16276) 2025-02-21 09:16:25 -05:00
types [red-knot] Diagnostics for incorrect bool usages (#16238) 2025-02-21 19:26:05 +01:00
util [red-knot] Improve ergonomics for the PySlice trait (#13983) 2024-10-29 20:40:59 +00:00
ast_node_ref.rs Remove Hash and Eq from AstNodeRef for types not implementing Eq or Hash (#16100) 2025-02-11 19:55:50 +01:00
db.rs Use ast::PythonVersion internally in the formatter and linter (#16170) 2025-02-18 12:03:13 -05:00
lib.rs red-knot: move symbol lookups in symbol.rs (#16152) 2025-02-17 17:45:38 +05:30
lint.rs Add knot.toml schema (#15735) 2025-02-07 10:59:40 +01:00
module_name.rs Bind top-most parent when importing nested module (#14946) 2024-12-16 16:15:40 -05:00
node_key.rs [red-knot] Use memory address as AST node key (#14317) 2024-11-13 14:35:54 +01:00
program.rs Use ast::PythonVersion internally in the formatter and linter (#16170) 2025-02-18 12:03:13 -05:00
python_platform.rs Add knot.toml schema (#15735) 2025-02-07 10:59:40 +01:00
semantic_index.rs [red-knot] Prefix Type::call and dunder_call with try (#16261) 2025-02-20 09:05:04 +00:00
semantic_model.rs [red-knot] Rename *_ty functions (#15617) 2025-01-22 09:06:56 +01:00
site_packages.rs Use ast::PythonVersion internally in the formatter and linter (#16170) 2025-02-18 12:03:13 -05:00
suppression.rs ruff_db: add "secondary" messages to Diagnostic trait 2025-02-19 08:24:19 -05:00
symbol.rs [red-knot] Better handling of visibility constraint copies (#16276) 2025-02-21 09:16:25 -05:00
types.rs [red-knot] Diagnostics for incorrect bool usages (#16238) 2025-02-21 19:26:05 +01:00
unpack.rs Remove Hash and Eq from AstNodeRef for types not implementing Eq or Hash (#16100) 2025-02-11 19:55:50 +01:00
visibility_constraints.rs [red-knot] Better handling of visibility constraint copies (#16276) 2025-02-21 09:16:25 -05:00