Commit graph

1725 commits

Author SHA1 Message Date
Shunsuke Shibayama
f6959ecca7 fix: server restarting issue 2025-02-24 22:42:01 +09:00
Shunsuke Shibayama
170a0c99c9 Update ast.d.er 2025-02-24 22:09:03 +09:00
Shunsuke Shibayama
3af0acd390 Update typing.d.er 2025-02-23 14:00:22 +09:00
Shunsuke Shibayama
ba6d8946df Update csv.d.er 2025-02-23 13:32:55 +09:00
Shunsuke Shibayama
6fff8955bb fix: type-var bug 2025-02-22 11:43:26 +09:00
Shunsuke Shibayama
6bd76c2471 build: update version (nightly.2) 2025-02-22 01:17:25 +09:00
Shunsuke Shibayama
1a2924512b fix: sub-unification bug of self 2025-02-22 01:04:01 +09:00
Shunsuke Shibayama
29d270c0b3 fix: type substitution bug 2025-02-21 22:01:13 +09:00
Shunsuke Shibayama
9a2029d122 build: update version (nightly.1) 2025-02-21 19:54:32 +09:00
Shunsuke Shibayama
dfb2e43345 fix: type instantiation bug 2025-02-21 18:02:22 +09:00
Shunsuke Shibayama
7c75ba0044 fix: clippy warnings 2025-02-21 18:00:45 +09:00
Shunsuke Shibayama
51190620b3 fix: type instantiation bug 2025-02-21 17:27:10 +09:00
Shunsuke Shibayama
6e21d53f71 Update mod.rs 2025-02-20 13:00:10 +09:00
Shunsuke Shibayama
a801eebca1 build: update version (nightly.0) 2025-02-19 01:18:20 +09:00
Shunsuke Shibayama
cc996020be fix: incorrect type declarations 2025-02-19 01:07:56 +09:00
Shunsuke Shibayama
79e493b3c3 build: update version (v0.6.52) 2025-02-18 22:02:35 +09:00
Shunsuke Shibayama
948f4a7cd8 feat: add ErgConfig::respect_pyi 2025-02-18 21:58:53 +09:00
Shunsuke Shibayama
747eeb9406 Update server.rs 2025-02-15 16:23:00 +09:00
Shunsuke Shibayama
74e3f2e955 feat(els): deep completion can be disabled 2025-02-09 12:18:08 +09:00
Shunsuke Shibayama
884f3f833e build: update version (nightly.3) 2025-02-09 11:29:48 +09:00
Shunsuke Shibayama
443c2fd104 chore(els): log when panicked 2025-02-09 01:28:03 +09:00
Shunsuke Shibayama
2558063a67 build: update version (nightly.2) 2025-02-08 16:48:06 +09:00
Shunsuke Shibayama
38d9ff06ee fix: don't warn for unused control flow result values 2025-02-08 16:46:29 +09:00
Shunsuke Shibayama
21582953c0 fix: complement type narrowing bug 2025-02-08 15:10:48 +09:00
Shunsuke Shibayama
8043a13644 fix: type coercion bug 2025-01-30 01:01:17 +09:00
Shunsuke Shibayama
f8e3aad3c3 build: update version (nightly.1) 2025-01-29 17:23:43 +09:00
Shunsuke Shibayama
29840c98ab fix: kw-arg completion 2025-01-29 17:15:40 +09:00
Shunsuke Shibayama
d5be4b8587 Update subprocess.d.er 2025-01-29 10:44:31 +09:00
Shunsuke Shibayama
41d8ca9cf6 Update serialize.rs 2025-01-21 14:52:52 +09:00
Shunsuke Shibayama
f9e758ab79 Update hir.rs 2025-01-19 15:21:03 +09:00
Shunsuke Shibayama
ef82dd1828 fix: package resolution bug 2025-01-19 15:01:34 +09:00
Shunsuke Shibayama
8caeecff57 Update classes.rs 2025-01-17 17:08:26 +09:00
Shunsuke Shibayama
cb2b429d62 build: update version (nightly.0) 2025-01-17 15:59:49 +09:00
Shunsuke Shibayama
64cdacc787 fix: structural type bug 2025-01-17 15:43:13 +09:00
Shunsuke Shibayama
9735ad4103 Update classes.rs 2025-01-17 03:46:53 +09:00
Shunsuke Shibayama
c8ec8a6f09 build: update version (v0.6.51) 2025-01-17 02:30:44 +09:00
Shunsuke Shibayama
da83c8c371 Update python_util.rs 2025-01-16 22:29:10 +09:00
Shunsuke Shibayama
a6f8724a35 fix: clippy warns 2025-01-14 00:59:15 +09:00
Shunsuke Shibayama
b5d95e6f69 chore: change builtin functions return types 2025-01-05 00:34:55 +09:00
Shunsuke Shibayama
7447971978 build: update version (nightly.3) 2025-01-05 00:16:11 +09:00
Shunsuke Shibayama
8022d2ca65 chore: desugar dict comprehension 2025-01-05 00:09:18 +09:00
Shunsuke Shibayama
d41d773640 build: update version (nightly.2) 2025-01-04 23:42:27 +09:00
Shunsuke Shibayama
c7178c0377 fix: pseudo method completion 2025-01-04 23:33:54 +09:00
Shunsuke Shibayama
a511a24cdf feat: add Set/Set! methods 2025-01-04 23:08:38 +09:00
Shunsuke Shibayama
b0d75dba36 fix: const attribute/method evaluation bugs (2) 2025-01-04 19:29:12 +09:00
Shunsuke Shibayama
987b5f1f99 fix: SubrType::kw_var_params bugs 2025-01-04 19:01:50 +09:00
Shunsuke Shibayama
fb99eb0f76 fix: const attribute/method evaluation bugs 2025-01-04 15:58:20 +09:00
Shunsuke Shibayama
f76c157497 fix: SharedPromises::join 2025-01-03 13:53:20 +09:00
Shunsuke Shibayama
04f961d6fb build: update version (nightly.1) 2025-01-01 20:48:36 +09:00
Shunsuke Shibayama
f0d9639a3b chore: add helper methods 2025-01-01 20:02:40 +09:00