1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix doc for Neovim setting examples (#18491) More... 5 days ago
[ty] clarify requirements for scope_id argument to in_type_expression (#18488) More... 5 days ago
[ty] remove unnecessary Either (#18489) More... 5 days ago
Bump 0.11.13 (#18484) More... 6 days ago
[ty] Fix completion order in playground (#18480) More... 6 days ago
Remove `Message::to_rule` (#18447) More... 6 days ago
[`pyupgrade`] Apply `UP035` only on py313+ for `get_type_hints()` (#18476) More... 6 days ago
[ty] Add infrastructure for AST garbage collection (#18445) More... 6 days ago
[ty] IDE: add support for `object.<CURSOR>` completions (#18468) More... 6 days ago
[`perflint`] fix missing parentheses for lambda and ternary conditions (PERF401, PERF403) (#18412) More... 6 days ago
Combine lint and syntax error handling (#18471) More... 6 days ago
[ty] Fix `--python` argument for Windows, and improve error messages for bad `--python` arguments (#18457) More... 6 days ago
[ty] type narrowing by attribute/subscript assignments (#18041) More... 6 days ago
[ty] Only calculate information for unresolved-reference subdiagnostic if we know we'll emit the diagnostic (#18465) More... 7 days ago
[ty] Only consider a type `T` a subtype of a protocol `P` if all of `P`'s members are fully bound on `T` (#18466) More... 7 days ago
[ty] Exclude members starting with `_abc_` from a protocol interface (#18467) More... 7 days ago
[ty] Add subdiagnostic suggestion to `unresolved-reference` diagnostic when variable exists on `self` (#18444) More... 7 days ago
[ty] IDE: only provide declarations and bindings as completions (#18456) More... 7 days ago
[ty] ty_ide: Hotfix for `expression_scope_id` panics (#18455) More... 7 days ago
[ty] Improve docs for Class{Literal,Type}::instance_member (#18454) More... 7 days ago
[ty] Add meta-type tests for legavy TypeVars (#18453) More... 7 days ago
update to salsa that doesn't panic silently on cycles (#18450) More... 7 days ago
[ty] Add tests for empty list/tuple unpacking (#18451) More... 7 days ago
[ty] Argument type expansion for overload call evaluation (#18382) More... 7 days ago
[ty] Minor cleanup for `site-packages` discovery logic (#18446) More... 8 days ago
[ty] Add generic inference for dataclasses (#18443) More... 8 days ago
[ty] dataclasses: Allow using dataclasses.dataclass as a function. (#18440) More... 8 days ago
[ty] Create separate `FunctionLiteral` and `FunctionType` types (#18360) More... 8 days ago
[ty] Infer `list[T]` when unpacking non-tuple type (#18438) More... 8 days ago
[ty] Meta-type of type variables should be type[..] (#18439) More... 8 days ago