Commit graph

807 commits

Author SHA1 Message Date
Shunsuke Shibayama
e7072bdb84 build: update version (v.0.6.15) 2023-06-23 00:26:24 +09:00
Shunsuke Shibayama
e2a2c0fe46 feat(els): add neighbor_completion 2023-06-22 20:49:25 +09:00
Shunsuke Shibayama
eaeb659a7d fix: errors in other modules are ignored 2023-06-22 16:32:10 +09:00
Shunsuke Shibayama
4b6283d388 Merge branch 'main' into mpl 2023-06-21 22:34:08 +09:00
Shunsuke Shibayama
7ba874a85c feat(els): suggest external python libs 2023-06-21 20:09:07 +09:00
Shunsuke Shibayama
798f22afa4 fix(els): incremental updating var-definition 2023-06-21 15:08:03 +09:00
Shunsuke Shibayama
e27cf8f9ad fix: import bug 2023-06-21 14:40:29 +09:00
Shunsuke Shibayama
d456234d7b Update error.rs 2023-06-21 14:02:12 +09:00
Shunsuke Shibayama
c707e36d44 fix: rename bug 2023-06-21 13:49:39 +09:00
Shunsuke Shibayama
7cc6f3e590 fix: hover bug 2023-06-21 13:46:21 +09:00
Shunsuke Shibayama
d49e6fa70c feat(els): parallelize Server 2023-06-21 01:16:53 +09:00
Shunsuke Shibayama
5aa73ef19b Merge branch 'main' into para-els 2023-06-20 11:11:47 +09:00
Shunsuke Shibayama
7063056c39 fix: heisenbug 2023-06-19 23:22:26 +09:00
Shunsuke Shibayama
804a42e508 chore(els): add AnalysisResultCache 2023-06-19 11:14:56 +09:00
Shunsuke Shibayama
73cd578f42 build: update version (nightly.2) 2023-06-18 19:13:05 +09:00
Shunsuke Shibayama
21c53dacc1 refactor: LocalShared -> Forkable 2023-06-18 18:30:09 +09:00
Shunsuke Shibayama
75f4c206f6 feat: parallelize the analysis process 2023-06-18 15:58:32 +09:00
Shunsuke Shibayama
1abf812027 Merge branch 'main' into rwlock 2023-06-17 16:20:17 +09:00
Shunsuke Shibayama
d697d40760 fix: codegen bug 2023-06-17 16:18:33 +09:00
Shunsuke Shibayama
97ef1561e6 Merge branch 'main' into rwlock 2023-06-17 13:59:50 +09:00
Shunsuke Shibayama
1e07776583 fix: desugar_hir bug 2023-06-17 13:58:51 +09:00
Shunsuke Shibayama
1a4095077f WIP 2023-06-15 10:49:09 +09:00
Shunsuke Shibayama
28459166bf chore: add do_avoiding_recursion 2023-06-14 23:41:56 +09:00
Shunsuke Shibayama
5018aeb241 build: remove unnecessary deps 2023-06-12 00:10:27 +09:00
Shunsuke Shibayama
f23a178737 Merge branch 'main' into rwlock 2023-06-12 00:05:01 +09:00
Shunsuke Shibayama
ca664ca54c Update shared.rs 2023-06-12 00:02:46 +09:00
Shunsuke Shibayama
61fe131adc build: update version (nightly.1) 2023-06-10 23:08:40 +09:00
Shunsuke Shibayama
26be281137 fix: infinte recursion bug 2023-06-10 23:04:23 +09:00
Shunsuke Shibayama
0d3691f243 Merge branch 'main' into rwlock 2023-06-10 17:45:08 +09:00
Shunsuke Shibayama
393a018fb9 chore: eliminate thread_local! 2023-06-10 16:07:50 +09:00
Shunsuke Shibayama
d6f30924f1 chore: add FreshNameGenerator 2023-06-10 15:31:26 +09:00
Shunsuke Shibayama
46cf002a71 fix: Shared<usize> -> AtomicShared 2023-06-10 14:10:55 +09:00
Shunsuke Shibayama
5ea48ab88e fix: desugaring leaks 2023-06-10 13:46:10 +09:00
Shunsuke Shibayama
0840d9bf60 fix: subtyping bug 2023-06-10 11:16:30 +09:00
Slug
57e5a50e1b
Merge pull request #320 from GreasySlug/feature/parser-err
Classify parser errors and use them

- Internal error(parser bug)
- Invalid/unintended syntax error
2023-06-09 22:29:35 +09:00
Shunsuke Shibayama
ce6a6dbecd fix: typo 2023-06-09 22:23:25 +09:00
Shunsuke Shibayama
924b22a171 Merge branch 'main' into pr/320 2023-06-09 22:04:44 +09:00
Shunsuke Shibayama
138afe2af4 build: update version (nightly.0) 2023-06-09 18:19:03 +09:00
Shunsuke Shibayama
d75ac0c17b chore: add erg_common::io module 2023-06-09 12:11:13 +09:00
Shunsuke Shibayama
324618dbdc chore(parser): return AST and Warnings 2023-06-09 02:36:41 +09:00
Shunsuke Shibayama
d4b78eb020 fix: distinguish between access to class/instance attr 2023-06-08 22:17:52 +09:00
Shunsuke Shibayama
1cbe2de706 fix: __new__ method definition bug 2023-06-08 12:37:58 +09:00
Shunsuke Shibayama
ef30a05708 fix: discard params 2023-06-08 02:33:33 +09:00
Shunsuke Shibayama
4851826b3a fix: type-specification bug 2023-06-07 21:31:12 +09:00
Slug
e9e5d095bf
Merge pull request #431 from C-BJ/main
Fix REPL
2023-06-07 00:03:23 +09:00
Shunsuke Shibayama
5002a1c85d chore: add package.er for type decl packages 2023-06-07 00:01:45 +09:00
Shunsuke Shibayama
da340e790d feat: add pandas decls 2023-06-07 00:00:54 +09:00
Cai Bingjun
e3a2403d07 fmt/clean 2023-06-06 22:57:47 +08:00
Shunsuke Shibayama
890f4d9373 build: update version (v0.6.14) 2023-06-06 12:08:19 +09:00
Shunsuke Shibayama
c8ea6f6c9b fix: nested polymorphic type check bug 2023-06-06 00:04:18 +09:00