Commit graph

532 commits

Author SHA1 Message Date
Shunsuke Shibayama
ae9648b289 fix: suppress optimization in REPL 2023-06-26 00:44:02 +09:00
Shunsuke Shibayama
ddb483c2cf fix: minor bugs 2023-06-25 23:06:40 +09:00
Shunsuke Shibayama
456cc458fe fix: error msg for illegal use of Self type 2023-06-23 20:30:35 +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
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
d49e6fa70c feat(els): parallelize Server 2023-06-21 01:16:53 +09:00
Shunsuke Shibayama
7063056c39 fix: heisenbug 2023-06-19 23:22:26 +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
f23a178737 Merge branch 'main' into rwlock 2023-06-12 00:05:01 +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
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
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
Shunsuke Shibayama
c8ea6f6c9b fix: nested polymorphic type check bug 2023-06-06 00:04:18 +09:00
Shunsuke Shibayama
95af482e22 fix: path resolution bug & subtyping bug 2023-06-05 13:07:06 +09:00
GreasySlug
9f8746c4de Merge branch 'main' of https://github.com/GreasySlug/erg into feature/parser-err 2023-06-04 20:50:51 +09:00
Shunsuke Shibayama
a8abb7709e fix: type declaration bugs 2023-06-04 16:48:21 +09:00
Cai Bingjun
47718b43e1 fix: modify Chinese error information 2023-06-04 14:49:40 +08:00
Shunsuke Shibayama
446262d74c Update declare.rs 2023-06-04 11:11:44 +09:00
Shunsuke Shibayama
5052ebb077 feat: impl polymorphic type declaration 2023-06-04 01:34:20 +09:00
Shunsuke Shibayama
0b87a49b85 feat: enhance matplotlib type defs 2023-06-03 12:03:31 +09:00
Shunsuke Shibayama
1a26c841a9 test: fix stack overflow 2023-06-02 23:13:11 +09:00
Shunsuke Shibayama
0d1e5e5bff Update transpile.rs 2023-06-02 11:46:43 +09:00
Shunsuke Shibayama
4137a07b70 chore(els): impl hover/jump for type specification 2023-06-02 10:54:31 +09:00
Shunsuke Shibayama
c4b4f18ca8 build: add experimental feature 2023-06-01 21:27:28 +09:00
Shunsuke Shibayama
1d0657c544 fix: overload subtyping 2023-06-01 19:36:25 +09:00
Shunsuke Shibayama
ef3bb68044 fix: #430 2023-06-01 13:08:51 +09:00