Commit graph

2779 commits

Author SHA1 Message Date
Shunsuke Shibayama
b3e09f213f fix: type inference failure of as operator
Now the `as` operator is a kind of type ascription, i.e., a special operator.
2023-04-26 23:41:35 +09:00
Shunsuke Shibayama
6cb4e75fea feat: add bit operators &&/||/^^ 2023-04-25 09:55:20 +09:00
Shunsuke Shibayama
20a5231fc0 Update compare.rs 2023-04-24 22:21:40 +09:00
Shunsuke Shibayama
a74309cbb3 fix: type-variable union bugs 2023-04-24 21:48:05 +09:00
Shunsuke Shibayama
0e8dee3cbf feat: implement And type overloading 2023-04-24 21:43:46 +09:00
Shunsuke Shibayama
068ffcc34f fix(els): delete old info in ModuleCache when updating files 2023-04-24 04:09:42 +09:00
Shunsuke Shibayama
321c83cb11 fix(els): eliminate unwraps
* remove unused attr `metadata`
2023-04-24 03:47:02 +09:00
Cai Bingjun
1d8ce2b38f doc: update translation 2023-04-23 20:29:53 +08:00
Cai Bingjun
a687a64b7c
Merge pull request #422 from anzhi0708/main
fix the link issue of the 'Next Page' button pointing from page 10 to page 11 in the English and Traditional Chinese Markdown documents
2023-04-23 20:07:09 +08:00
Shunsuke Shibayama
3b9f56f53f fix: Context::substitute_typaram 2023-04-23 11:38:04 +09:00
Shunsuke Shibayama
1767df5de2 chore: add error msg for debug_assert! 2023-04-23 11:17:10 +09:00
Anji
93dddef3a3 fix the link issue of the 'Next Page' button pointing from page 10 to page 11 in the English and Traditional Chinese Markdown documents 2023-04-23 07:53:31 +09:00
Shunsuke Shibayama
0e070b3572 fix(els): completion bug 2023-04-23 02:00:09 +09:00
Shunsuke Shibayama
afafb9a32b build: update version (nightly.2) 2023-04-23 01:07:13 +09:00
Shunsuke Shibayama
3c40fc35e9 fix: #193
and many bugs
2023-04-22 23:43:03 +09:00
Shunsuke Shibayama
b444fcac2c build: remove unnecessary keys 2023-04-22 17:19:04 +09:00
Shunsuke Shibayama
db9a7fdfd4
Merge pull request #420 from Hanaasagi/fix-stderr 2023-04-22 17:13:18 +09:00
Shunsuke Shibayama
37a5109b25 Update repl_server.py 2023-04-22 17:07:16 +09:00
Shunsuke Shibayama
127659673c fix(repl): initialize PyCodeGenerator when REPL fails 2023-04-22 16:45:00 +09:00
Cai Bingjun
6844177409
Merge pull request #417 from anzhi0708/main
correct translation errors in (Simplified) Chinese documentation
2023-04-22 14:29:17 +08:00
Cai Bingjun
b788d634c0
Update index.md 2023-04-22 14:27:27 +08:00
Hanaasagi
4545c69b82 fix(repl): fix repl server crash when meet a exception 2023-04-22 13:25:44 +08:00
Shunsuke Shibayama
3fcd3ab9b1 feat: add Dict! 2023-04-20 11:34:04 +09:00
Shunsuke Shibayama
325d237f09 feat: add Dict.items/copy 2023-04-20 10:44:57 +09:00
Shunsuke Shibayama
e0d8306b3e feat: add Dict.keys/values/get 2023-04-20 02:19:31 +09:00
Shunsuke Shibayama
a8ef10951a build: update version (nightly.1) 2023-04-19 20:11:18 +09:00
Shunsuke Shibayama
7d7849b493 fix: unintended behavior for collections 2023-04-19 18:49:27 +09:00
Shunsuke Shibayama
daf01f3cf2 feat: add as operator 2023-04-19 15:20:46 +09:00
Shunsuke Shibayama
1c6a6b2ec8 feat: add real assert function 2023-04-19 13:23:25 +09:00
Shunsuke Shibayama
d4c566477f fix: symbol mangling 2023-04-19 12:21:55 +09:00
github-actions[bot]
6c23d85fc4 Automatic update translation_status 2023-04-19 02:05:22 +00:00
Shunsuke Shibayama
6c3d34d63c doc: update contents (JA) 2023-04-19 11:05:03 +09:00
Shunsuke Shibayama
b9538ca627 doc: update contents 2023-04-19 11:03:08 +09:00
Anji
9858289272 fix 'next page' error in zh_CN doc 2023-04-19 10:47:36 +09:00
Anji
c2f217a341 correct translation errors in (Simplified) Chinese documentation 2023-04-19 07:59:59 +09:00
Shunsuke Shibayama
3cc168182b feat: add typing.cast 2023-04-19 01:16:39 +09:00
Shunsuke Shibayama
943ee32db2 fix: external module errors were ignored 2023-04-18 19:47:04 +09:00
Shunsuke Shibayama
ffd33015d5 fix: external type resolving 2023-04-18 10:49:02 +09:00
Shunsuke Shibayama
da300b0f02 feat(els): jump to parameter type definitions 2023-04-18 01:01:13 +09:00
Shunsuke Shibayama
e39289d167 Update unify.rs 2023-04-17 17:19:34 +09:00
Shunsuke Shibayama
fd21c1c633 fix: #357 2023-04-17 13:37:27 +09:00
Shunsuke Shibayama
607ecc92b5 build: update version (nightly.0) 2023-04-16 23:38:49 +09:00
Shunsuke Shibayama
839133863f feat: enhance assert casting 2023-04-16 23:32:52 +09:00
Shunsuke Shibayama
5eb680cb21 fix: #415 2023-04-16 21:13:48 +09:00
Shunsuke Shibayama
62b06022cb fix: visibility bug 2023-04-15 13:27:40 +09:00
Shunsuke Shibayama
0d43299cce fix: subroutine-subtyping bugs 2023-04-14 18:32:17 +09:00
Shunsuke Shibayama
032b3afba2 doc: update faq_technical.md 2023-04-14 17:55:19 +09:00
Shunsuke Shibayama
2c1a6ffff2 fix: remove Tuple.__call__ 2023-04-14 09:26:45 +09:00
Shunsuke Shibayama
7c9e47d015 build: add target armv7-unknown-linux-gnueabihf, aarch64-unknown-linux-gnu 2023-04-12 15:20:19 +09:00
Shunsuke Shibayama
5dbcb7721c build: update version (v0.6.10) 2023-04-12 12:50:46 +09:00