Shunsuke Shibayama
|
de3d9c9ea0
|
Merge pull request #427 from erg-lang/ast-diff
ELS: implement (naive) incremental compilation
|
2023-05-13 21:10:25 +09:00 |
|
Shunsuke Shibayama
|
3f173b8b7c
|
refactor(els): Server::artifacts -> analysis_result
|
2023-05-13 19:58:44 +09:00 |
|
Shunsuke Shibayama
|
f44a6b2285
|
chore: eliminate unwrap
|
2023-05-13 19:25:07 +09:00 |
|
Shunsuke Shibayama
|
df5b3bb7d0
|
chore(els): impl Display for ASTDiff/HIRDiff
|
2023-05-13 19:08:35 +09:00 |
|
Shunsuke Shibayama
|
28a6dd72eb
|
Merge branch 'main' into ast-diff
|
2023-05-13 18:44:53 +09:00 |
|
Shunsuke Shibayama
|
d99b686c7e
|
chore(els): defer file analysis for completion
|
2023-05-13 18:43:31 +09:00 |
|
Shunsuke Shibayama
|
ced04e5d6a
|
fix: bugs
|
2023-05-13 16:14:34 +09:00 |
|
Shunsuke Shibayama
|
e9ba860dc7
|
fix: path resolution order of importing
|
2023-05-13 13:10:53 +09:00 |
|
Shunsuke Shibayama
|
4df11d8697
|
test: add dir-module testing
|
2023-05-13 11:50:35 +09:00 |
|
Shunsuke Shibayama
|
33e1b776cb
|
feat: add ASTDiff and impl lazy compilation
|
2023-05-13 11:33:48 +09:00 |
|
Shunsuke Shibayama
|
cac2c51cd4
|
doc: update contents
|
2023-05-11 14:42:03 +09:00 |
|
github-actions[bot]
|
ac54d7aa60
|
Automatic update translation_status
|
2023-05-11 05:17:00 +00:00 |
|
Shunsuke Shibayama
|
8f5a8528ee
|
doc: update contents
|
2023-05-11 14:16:41 +09:00 |
|
Shunsuke Shibayama
|
0425dd8ddd
|
refactor: MethodInfo -> MethodPair
|
2023-05-11 13:58:34 +09:00 |
|
Shunsuke Shibayama
|
b8a87c0591
|
Update ast.rs
|
2023-05-10 23:32:03 +09:00 |
|
Shunsuke Shibayama
|
6755b4aab3
|
build: update version (nightly.3)
|
2023-05-10 22:50:28 +09:00 |
|
Shunsuke Shibayama
|
8886364da7
|
fix: sub-unification bugs
|
2023-05-10 22:47:49 +09:00 |
|
Shunsuke Shibayama
|
470c06675f
|
fix: subtyping bugs
|
2023-05-10 17:21:05 +09:00 |
|
Shunsuke Shibayama
|
2c5c3d6b6b
|
feat: support *attr funcs with py_compat mode
|
2023-05-10 16:05:01 +09:00 |
|
Shunsuke Shibayama
|
299db8aebe
|
Update register.rs
|
2023-05-10 15:46:35 +09:00 |
|
Shunsuke Shibayama
|
8adf6bd50b
|
Update compare.rs
|
2023-05-10 15:34:39 +09:00 |
|
Shunsuke Shibayama
|
e892277a9c
|
Update generalize.rs
|
2023-05-10 13:27:15 +09:00 |
|
Shunsuke Shibayama
|
536f4fb319
|
fix(els): eliminate unwrap s
|
2023-05-10 12:23:12 +09:00 |
|
Shunsuke Shibayama
|
07c21a4803
|
build: update version (nightly.2)
|
2023-05-09 23:58:16 +09:00 |
|
Shunsuke Shibayama
|
70510f6ae1
|
fix: a subtyping bug
|
2023-05-09 23:55:23 +09:00 |
|
Shunsuke Shibayama
|
61855db0c7
|
Update parse.rs
|
2023-05-09 23:06:19 +09:00 |
|
Shunsuke Shibayama
|
2ec2418df9
|
build: update version (nightly.1)
|
2023-05-09 22:22:29 +09:00 |
|
github-actions[bot]
|
c0b97d951f
|
Automatic update translation_status
|
2023-05-09 13:19:47 +00:00 |
|
Shunsuke Shibayama
|
a8f9fa2edb
|
feat: add Sequence!/Mapping!
|
2023-05-09 22:19:19 +09:00 |
|
Shunsuke Shibayama
|
1b5eced4a0
|
doc: update inference.md
|
2023-05-09 01:01:19 +09:00 |
|
github-actions[bot]
|
526ffaaec4
|
Automatic update translation_status
|
2023-05-08 15:15:33 +00:00 |
|
Shunsuke Shibayama
|
06abeb2c4d
|
doc: update contents
|
2023-05-09 00:15:18 +09:00 |
|
github-actions[bot]
|
e9690f2ebd
|
Automatic update translation_status
|
2023-05-08 07:58:32 +00:00 |
|
Shunsuke Shibayama
|
46afb9c72b
|
doc: update contents
|
2023-05-08 16:58:13 +09:00 |
|
Shunsuke Shibayama
|
293f301a4b
|
feat: add traits
* Sized
* Iterator
* Container
* Collection
* Indexable
* Mapping
|
2023-05-08 12:11:01 +09:00 |
|
Shunsuke Shibayama
|
fca904d3ef
|
Update unify.rs
|
2023-05-08 11:51:19 +09:00 |
|
Shunsuke Shibayama
|
c3da319e9f
|
feat: add zlib/hashlib
|
2023-05-07 22:15:24 +09:00 |
|
github-actions[bot]
|
8abc675772
|
Automatic update translation_status
|
2023-05-07 09:18:45 +00:00 |
|
Shunsuke Shibayama
|
98199532f1
|
doc: update API/types/traits
|
2023-05-07 18:18:20 +09:00 |
|
Shunsuke Shibayama
|
f6bbdc1e44
|
Merge pull request #425 from Hanaasagi/fix-typing
|
2023-05-07 08:11:12 +09:00 |
|
Shunsuke Shibayama
|
1ec9ae421b
|
Update typing.d.er
|
2023-05-07 08:06:18 +09:00 |
|
Shunsuke Shibayama
|
8ae1b38c89
|
Merge pull request #426 from Hanaasagi/fix-typo
chore: fix all typo
|
2023-05-07 07:55:52 +09:00 |
|
Shunsuke Shibayama
|
b81b75b02e
|
Update release.yml
|
2023-05-07 07:51:47 +09:00 |
|
Shunsuke Shibayama
|
73b9cb77bf
|
chmod +x cargo_publish.sh
|
2023-05-06 22:32:10 +00:00 |
|
Hanaasagi
|
ffb5f0e688
|
chore: fix all typo
|
2023-05-07 03:43:53 +09:00 |
|
Hanaasagi
|
685a573516
|
chore: fix typo
|
2023-05-07 03:33:21 +09:00 |
|
Hanaasagi
|
6b3fa8584a
|
fix(pystd): sync some decls in typing module
|
2023-05-07 03:28:43 +09:00 |
|
Shunsuke Shibayama
|
670a5e4c09
|
build: update version (nightly.0)
|
2023-05-06 21:41:18 +09:00 |
|
Shunsuke Shibayama
|
5c5c46d960
|
fix: __call__ resolution bug
|
2023-05-06 21:37:54 +09:00 |
|
Shunsuke Shibayama
|
e8117f83f9
|
fix: Inherit param bug
|
2023-05-06 19:22:23 +09:00 |
|