Commit 23a6000
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
3 | 24 | | |
4 | 25 | | |
5 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- AGENTS.md+14-14
- Cargo.toml+3
- crates/ruff_db/src/diagnostic/render/full.rs+50-39
- crates/ty_ide/src/hover.rs+59-6
- crates/ty_ide/src/inlay_hints.rs+18-51
- crates/ty_ide/src/snapshots/ty_ide__hover__tests__hover_shadowed_numeric_builtin.snap+17
- crates/ty_ide/src/snapshots/ty_ide__hover__tests__hover_shadowed_numeric_builtin_in_keyword_parameter.snap+17
- crates/ty_ide/src/snapshots/ty_ide__hover__tests__hover_shadowed_numeric_builtin_in_selected_signature.snap+17
- crates/ty_python_core/src/builder.rs+58-18
- crates/ty_python_core/src/predicate.rs+4
- crates/ty_python_semantic/resources/mdtest/annotations/int_float_complex.md+40-7
- crates/ty_python_semantic/resources/mdtest/annotations/new_types.md+22-22
- crates/ty_python_semantic/resources/mdtest/assignment/augmented.md+3-3
- crates/ty_python_semantic/resources/mdtest/attributes.md+2-2
- crates/ty_python_semantic/resources/mdtest/bidirectional.md+4-4
- crates/ty_python_semantic/resources/mdtest/binary/booleans.md+7-7
- crates/ty_python_semantic/resources/mdtest/binary/instances.md+8-8
- crates/ty_python_semantic/resources/mdtest/binary/integers.md+12-12
- crates/ty_python_semantic/resources/mdtest/binary/unions.md+6-6
- crates/ty_python_semantic/resources/mdtest/call/function.md+1-1
- crates/ty_python_semantic/resources/mdtest/call/functools_partial.md+12-12
- crates/ty_python_semantic/resources/mdtest/call/union.md+2-2
- crates/ty_python_semantic/resources/mdtest/comparison/instances/rich_comparison.md+4-4
- crates/ty_python_semantic/resources/mdtest/cycle.md+1-1
- crates/ty_python_semantic/resources/mdtest/dataclasses/dataclass_transform.md+1-1
- crates/ty_python_semantic/resources/mdtest/descriptor_protocol.md+1-1
- crates/ty_python_semantic/resources/mdtest/diagnostics/error_context.md+27
- crates/ty_python_semantic/resources/mdtest/diagnostics/invalid_argument_type.md+2-2
- crates/ty_python_semantic/resources/mdtest/enums.md+2-2
- crates/ty_python_semantic/resources/mdtest/generics/legacy/classes.md+1-1
- crates/ty_python_semantic/resources/mdtest/generics/legacy/functions.md+1-1
- crates/ty_python_semantic/resources/mdtest/generics/legacy/unpack.md+36-2
- crates/ty_python_semantic/resources/mdtest/generics/legacy/variables.md+2-2
- crates/ty_python_semantic/resources/mdtest/generics/pep695/classes.md+1-1
- crates/ty_python_semantic/resources/mdtest/generics/pep695/concatenate.md+1-1
- crates/ty_python_semantic/resources/mdtest/generics/pep695/functions.md+1-1
- crates/ty_python_semantic/resources/mdtest/generics/pep695/paramspec.md+1-1
- crates/ty_python_semantic/resources/mdtest/generics/pep695/variables.md+1-1
- crates/ty_python_semantic/resources/mdtest/import/stub_packages.md+3-3
- crates/ty_python_semantic/resources/mdtest/invalid_syntax.md+122
- crates/ty_python_semantic/resources/mdtest/libraries/numpy.md+1-1
- crates/ty_python_semantic/resources/mdtest/literal/collections/dictionary.md+3-3
- crates/ty_python_semantic/resources/mdtest/literal/complex.md+1-1
- crates/ty_python_semantic/resources/mdtest/literal/float.md+1-1
- crates/ty_python_semantic/resources/mdtest/literal/integer.md+2-2
- crates/ty_python_semantic/resources/mdtest/named_tuple.md+5-5
- crates/ty_python_semantic/resources/mdtest/narrow/match.md+6-6
- crates/ty_python_semantic/resources/mdtest/narrow/truthiness.md+2-2
- crates/ty_python_semantic/resources/mdtest/narrow/type_guards.md+1-1
- crates/ty_python_semantic/resources/mdtest/promotion.md+4-4
- crates/ty_python_semantic/resources/mdtest/properties.md+18
- crates/ty_python_semantic/resources/mdtest/protocols.md+2-2
- crates/ty_python_semantic/resources/mdtest/scopes/nonlocal.md+1-1
- crates/ty_python_semantic/resources/mdtest/snapshots/assignment_diagnosti…_-_Subscript_assignment…_-_Wrong_value_type_for…_(ffe39a3bae68cfe4).snap+4-4
- crates/ty_python_semantic/resources/mdtest/snapshots/no_matching_overload…_-_No_matching_overload…_-_Call_to_function_wit…_(dd80c593d9136f35).snap+12-12
- crates/ty_python_semantic/resources/mdtest/snapshots/no_matching_overload…_-_No_matching_overload…_-_Call_to_function_wit…_(f66e3a8a3977c472).snap+24-24
- crates/ty_python_semantic/resources/mdtest/snapshots/single_matching_over…_-_Single_matching_over…_-_Call_to_function_wit…_(8fdf5a06afc7d4fe).snap+24-24
- crates/ty_python_semantic/resources/mdtest/snapshots/variables.md_-_Legacy_type_variable…_-_Type_variables_-_Invalid_defaults_-_Default_TypeVar's_bo…_(fcd7ad5416c91629).snap+1-1
- crates/ty_python_semantic/resources/mdtest/struct_unpack.md+8-8
- crates/ty_python_semantic/resources/mdtest/subscript/tuple.md+4-4
- crates/ty_python_semantic/resources/mdtest/unary/invert_add_usub.md+2-2
- crates/ty_python_semantic/src/reachability.rs+2
- crates/ty_python_semantic/src/types/call/bind.rs+36-30
- crates/ty_python_semantic/src/types/display.rs+346-20
- crates/ty_python_semantic/src/types/function.rs+1-5
- crates/ty_python_semantic/src/types/ide_support.rs+6-14
- crates/ty_python_semantic/src/types/infer/builder/type_expression.rs+36-35
- crates/ty_python_semantic/src/types/narrow.rs+3
- crates/ty_python_semantic/src/types/property_tests/type_generation.rs+161
- crates/ty_python_semantic/src/types/relation.rs+34-2
- crates/ty_python_semantic/src/types/relation_error.rs+60-12
- crates/ty_python_semantic/src/types/set_theoretic.rs+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments