ruff/crates/red_knot_python_semantic/src
Carl Meyer 4b69271809
[red-knot] resolve int/list/dict/set/tuple to builtin type (#12521)
Now that we have builtins available, resolve some simple cases to the
right builtin type.

We should also adjust the display for types to include their module
name; that's not done yet here.
2024-07-26 08:21:31 -07:00
..
semantic_index [red-knot] handle all syntax without panic (#12499) 2024-07-25 17:38:08 -07:00
types [red-knot] resolve int/list/dict/set/tuple to builtin type (#12521) 2024-07-26 08:21:31 -07:00
ast_node_ref.rs [red-knot] per-definition inference, use-def maps (#12269) 2024-07-16 11:02:30 -07:00
builtins.rs [red-knot] Resolve symbols from `builtins.pyi` in the stdlib if they cannot be found in other scopes (#12390) 2024-07-19 17:44:56 +01:00
db.rs [red-knot] Improved file watching (#12382) 2024-07-23 08:18:59 +02:00
lib.rs [red-knot] Resolve symbols from `builtins.pyi` in the stdlib if they cannot be found in other scopes (#12390) 2024-07-19 17:44:56 +01:00
node_key.rs [red-knot] Extract `red_knot_python_semantic` crate (#11926) 2024-06-20 13:24:24 +02:00
semantic_index.rs [red-knot] rename module_global to global (#12385) 2024-07-18 13:05:30 -07:00
semantic_model.rs [red-knot] rename module_global to global (#12385) 2024-07-18 13:05:30 -07:00
types.rs [red-knot] resolve int/list/dict/set/tuple to builtin type (#12521) 2024-07-26 08:21:31 -07:00