Commit graph

1530 commits

Author SHA1 Message Date
Slug
df1f27966b
Merge pull request #507 from GreasySlug/develop
Remove Duplicate Exit Call
2024-04-30 23:34:05 +09:00
Shunsuke Shibayama
96f4c1cf98 feat: add {Str, List}.from 2024-04-30 18:44:31 +09:00
Shunsuke Shibayama
65d05cb37b Update path.d.er 2024-04-30 11:45:41 +09:00
Shunsuke Shibayama
c536015205 build: update version (nightly.0) 2024-04-29 23:39:40 +09:00
Shunsuke Shibayama
10d1d28022 Update classes.rs 2024-04-29 23:31:11 +09:00
GreasySlug
5f746ea04e fix: remove duplicate exit 2024-04-29 17:51:22 +09:00
Shunsuke Shibayama
e48311ee0c fix: type inference bug 2024-04-28 22:30:52 +09:00
Shunsuke Shibayama
0ffa23affd fix: trait parameter bug 2024-04-28 18:53:30 +09:00
Shunsuke Shibayama
02a67567d3 fix: tuple iterator bug 2024-04-28 15:28:20 +09:00
Shunsuke Shibayama
63dad2eb26 chore: fix isinstance/issubclass signature 2024-04-27 14:13:28 +09:00
Shunsuke Shibayama
1c699cc2f3 feat: add Sealed trait 2024-04-27 13:52:15 +09:00
Shunsuke Shibayama
86cfe8f81a feat: add HomogenousTuple
fix: iterator bugs
2024-04-27 00:28:03 +09:00
Shunsuke Shibayama
e220381fa2 feat: add some object methods 2024-04-26 12:39:58 +09:00
Shunsuke Shibayama
2887a77f70 fix: mutable type method access bug 2024-04-26 11:59:55 +09:00
Shunsuke Shibayama
44b4b8d82a fix: trait impl check for declared classes 2024-04-26 01:18:25 +09:00
Shunsuke Shibayama
22c2016eae feat: add errno, fileinput, ipaddress module type decls 2024-04-26 01:16:27 +09:00
Shunsuke Shibayama
a6c9812937 build: update the dependencies 2024-04-24 18:59:29 +09:00
Shunsuke Shibayama
a21f961ee0 build: update version (v0.6.35) 2024-04-24 15:34:34 +09:00
Shunsuke Shibayama
3d7283cb01 fix: {default, variable} parameter bugs 2024-04-24 15:24:05 +09:00
Shunsuke Shibayama
4396695ad6 fix: default parameter bug 2024-04-24 13:54:56 +09:00
Shunsuke Shibayama
1da212565c fix: type instantiation bugs 2024-04-21 00:46:31 +09:00
Shunsuke Shibayama
40c8342d9e fix: declared_in is Some even if not exists 2024-04-20 23:28:23 +09:00
Shunsuke Shibayama
1f88084360 feat: best-effort type instantiation 2024-04-20 22:51:14 +09:00
Shunsuke Shibayama
f6ea1d1d79 feat: enhance http, urllib type decls 2024-04-16 10:23:54 +09:00
Shunsuke Shibayama
c7522b1d36 feat: enhance os, sys type decls 2024-04-14 20:41:01 +09:00
Shunsuke Shibayama
d46f84564b feat: enhance array, io, os, struct type decls 2024-04-13 01:51:14 +09:00
Shunsuke Shibayama
b17b802223 feat(els): add lint option 2024-04-12 11:47:16 +09:00
Shunsuke Shibayama
c05432f141 feat(linter): add bool_comparison rule
fix #504
2024-04-12 01:23:19 +09:00
Shunsuke Shibayama
72b204354d build: update version (nightly.0) 2024-04-11 21:31:19 +09:00
Shunsuke Shibayama
661e96146f Update lib.rs 2024-04-09 13:16:05 +09:00
Shunsuke Shibayama
7f29316a98 feat: filter method can also narrow types 2024-04-05 00:38:38 +09:00
Shunsuke Shibayama
a7fb03ca6f build: update version (v0.6.34) 2024-04-04 23:35:53 +09:00
Shunsuke Shibayama
c6eb78a44d refactor!: rename Array -> List 2024-04-04 23:24:07 +09:00
Shunsuke Shibayama
41bf14629b chore: use ArcArray instead of Vec 2024-03-31 17:18:27 +09:00
Shunsuke Shibayama
4ac6276ba9 feat: add Iterable methods 2024-03-30 13:26:02 +09:00
Shunsuke Shibayama
21fcf23827 feat: enhance os type decls 2024-03-29 12:40:30 +09:00
Shunsuke Shibayama
107d466e57 chore: eliminate unwraps 2024-03-29 01:35:30 +09:00
Shunsuke Shibayama
8722bb3dd0 perf: cache generalization results 2024-03-26 01:20:56 +09:00
Shunsuke Shibayama
856058d06f chore(els): eliminate unwraps 2024-03-25 15:44:46 +09:00
Shunsuke Shibayama
56f06a0a1e chore: eliminate unwraps 2024-03-25 15:14:48 +09:00
Shunsuke Shibayama
11f2b48853 feat: add Linter 2024-03-25 00:13:03 +09:00
Shunsuke Shibayama
d7d422dfdc feat: type narrowing with hasattr 2024-03-24 20:52:33 +09:00
Shunsuke Shibayama
ce5eafca9b feat: improve record type narrowing 2024-03-24 18:18:09 +09:00
Shunsuke Shibayama
35f55c62d3 feat: enhance os, random type decls 2024-03-24 13:02:26 +09:00
Shunsuke Shibayama
54bd111a5f build: add bump_version.er 2024-03-24 00:55:01 +09:00
Shunsuke Shibayama
242171b280 fix: type narrowing bug 2024-03-23 23:54:44 +09:00
Shunsuke Shibayama
d881a6ae3e feat: add FileDescriptor and enhance os decls 2024-03-23 11:28:56 +09:00
Shunsuke Shibayama
d9e4dbe716 chore: eliminate unwraps 2024-03-23 09:52:52 +09:00
Shunsuke Shibayama
f5a21cac8a chore: fix warnings 2024-03-22 21:01:47 +09:00
Shunsuke Shibayama
ccb2cceea1 fix: class definition bug 2024-03-22 19:43:33 +09:00