Commit graph

729 commits

Author SHA1 Message Date
Shunsuke Shibayama
1fe189e4d3 feat: ref/ref! with type specification 2024-12-27 02:46:58 +09:00
Shunsuke Shibayama
40b53a3e81 fix: trait impl bugs (2) 2024-12-27 01:35:57 +09:00
Shunsuke Shibayama
017b13f07b fix: trait impl bugs 2024-12-27 00:24:02 +09:00
Shunsuke Shibayama
b2b7f9cfd0 fix(els): SharedPromises::join bug 2024-12-25 17:09:14 +09:00
Shunsuke Shibayama
c34e013658 fix: ownership checker bug 2024-12-25 16:57:00 +09:00
Shunsuke Shibayama
5e9cab74a2 feat: impl type widening for ReDef / Structural 2024-12-23 15:02:10 +09:00
Shunsuke Shibayama
2d94bfce4f feat: enhance HomogenousTuple 2024-12-22 15:56:18 +09:00
Shunsuke Shibayama
973b0658f4 fix: singleton type bug
impl `List(T, N) <: Mul({M})`
2024-12-22 14:28:00 +09:00
Shunsuke Shibayama
03443d1b76 fix: type formatting bugs 2024-12-16 18:07:25 +09:00
Shunsuke Shibayama
43fbb7dbfd fix: infinite recursion bug 2024-12-07 21:40:58 +09:00
Shunsuke Shibayama
dc18307e3a fix: Predicate::Or(Set<Predicate>) 2024-11-30 21:51:02 +09:00
Shunsuke Shibayama
353b4038f8 fix: path resolution bug 2024-11-30 18:01:51 +09:00
Shunsuke Shibayama
24dd989466 fix: clippy warnings 2024-11-29 11:08:25 +09:00
Shunsuke Shibayama
ded8ab55d3 fix: eliminate unwrap 2024-11-26 21:20:21 +09:00
Shunsuke Shibayama
8f2936bafd fix: intersection type bug 2024-11-15 00:59:55 +09:00
Shunsuke Shibayama
b84019819d fix: pred type instantiation bug 2024-11-13 21:03:02 +09:00
Shunsuke Shibayama
a7dbdb7c8d perf: cheap compilation option 2024-11-10 12:37:25 +09:00
Shunsuke Shibayama
474b450093 fix: type-var comparison bug 2024-11-09 14:40:56 +09:00
Shunsuke Shibayama
6d9025664b feat: improve collections typing 2024-11-04 16:11:44 +09:00
Shunsuke Shibayama
e18049f04e fix: guard type bugs 2024-11-04 15:09:32 +09:00
Shunsuke Shibayama
0667644580 feat: add ctypes type decl 2024-11-04 13:04:03 +09:00
Shunsuke Shibayama
6c07d1fbe3 feat: improve min/max typing 2024-11-04 11:48:14 +09:00
Shunsuke Shibayama
87fb4cf6d1 fix: refinement subtyping bug 2024-11-03 10:40:30 +09:00
Shunsuke Shibayama
806c5a91e8 fix: type variable linking bug 2024-11-01 14:14:45 +09:00
Shunsuke Shibayama
b3474e78d6 fix: avoid infinite recursion (2) 2024-10-24 01:55:03 +09:00
Shunsuke Shibayama
3bef190c6e fix: avoid infinite recursion 2024-10-21 02:08:58 +09:00
Shunsuke Shibayama
429e673d6c fix: performance regression 2024-10-20 17:10:06 +09:00
Shunsuke Shibayama
75535a7c0f fix: method resolution bug
fix: performance regression
2024-10-20 16:50:05 +09:00
Shunsuke Shibayama
0e619567ee fix: variable registration bug 2024-10-20 15:16:22 +09:00
Shunsuke Shibayama
01a5938c29 chore: add ast::VarPattern::Phi 2024-10-20 14:25:29 +09:00
Shunsuke Shibayama
9c1e77ecd0 fix: variable registration bug 2024-10-19 17:17:43 +09:00
Shunsuke Shibayama
07b98112a7 fix: dict type bug 2024-10-19 03:11:14 +09:00
Shunsuke Shibayama
e593eadafd chore: improve filter typing 2024-10-18 19:19:28 +09:00
Shunsuke Shibayama
e8d98e5431 fix: type comparision bug 2024-10-18 15:14:47 +09:00
Shunsuke Shibayama
5b79854886 fix: type instantiation bug 2024-10-18 12:46:55 +09:00
Shunsuke Shibayama
3afe9d433e fix: type instantiation bug
fix https://github.com/mtshiba/pylyzer/issues/111
2024-10-17 20:20:11 +09:00
Shunsuke Shibayama
41537f2aba fix: dict type bug 2024-10-17 12:13:34 +09:00
Shunsuke Shibayama
566b9aa3c1 fix: subtype relation bug 2024-10-16 00:41:49 +09:00
Shunsuke Shibayama
ce1e5ab40d fix: type generalization bug 2024-10-15 16:39:33 +09:00
Shunsuke Shibayama
32528cd72a chore: improve no-attr error hint 2024-10-15 15:53:42 +09:00
Shunsuke Shibayama
f23fdbe3d0 feat(els): method completion by name 2024-10-15 11:04:03 +09:00
Shunsuke Shibayama
1206e50e86 perf: reduce AST/HIR element size
closes #530
2024-10-13 17:51:37 +09:00
Shunsuke Shibayama
17b3fbc5c0 feat(els): impl document link 2024-10-13 00:09:16 +09:00
Shunsuke Shibayama
0e53191efd chore(els): improve method completion 2024-10-11 15:55:52 +09:00
Shunsuke Shibayama
c6882fee53 feat: add asyncio type decls 2024-10-06 18:30:08 +09:00
Shunsuke Shibayama
4cd79cbb1a fix: type coercion bug 2024-10-06 17:14:53 +09:00
Shunsuke Shibayama
e273517bb5 fix: type instantiation bug 2024-10-06 12:03:33 +09:00
Shunsuke Shibayama
1d16dd724a fix: minor bugs 2024-10-05 13:59:01 +09:00
Shunsuke Shibayama
5ef1a5ed0b build: update version (nightly.1) 2024-10-04 14:53:51 +09:00
Shunsuke Shibayama
a9cd32d553 chore: Failure == Any 2024-10-04 14:38:34 +09:00