Commit graph

277 commits

Author SHA1 Message Date
Shunsuke Shibayama
1cdcefc63f fix: disable parallelization by default 2024-09-19 15:36:37 +09:00
Shunsuke Shibayama
33b0212002 feat: set type variable 2024-08-19 22:45:15 +09:00
Shunsuke Shibayama
ea6e3df982 chore: add log-level-error feature 2024-06-16 13:40:36 +09:00
Shunsuke Shibayama
85d800653f doc: add EN translations 2024-05-20 22:45:42 +09:00
GreasySlug
7a15359419 doc(en): translate the headline from ja to en 2024-05-19 11:21:35 +09:00
GreasySlug
19bab4ae63 doc(en): add phases by using chatgpt4o 2024-05-18 18:01:59 +09:00
GreasySlug
d79b242c05 doc(en): update 2024-05-18 15:14:33 +09:00
buster-blue
f5b471778f
Add ! link early for the curious 2024-04-30 19:21:03 +00:00
Shunsuke Shibayama
c6eb78a44d refactor!: rename Array -> List 2024-04-04 23:24:07 +09:00
Shunsuke Shibayama
09655d99f7 doc: update constructor syntax description 2024-03-03 19:53:01 +09:00
Shunsuke Shibayama
5dcc688908 doc: update pack.md 2024-01-23 00:46:34 +09:00
Shunsuke Shibayama
5b74077955 doc: update tools/pack.md 2024-01-06 00:39:09 +09:00
Shunsuke Shibayama
b87c075ffa chore: add PackageBuilder::build_module 2023-11-06 23:43:27 +09:00
Shunsuke Shibayama
3e3ec44cdf doc: update 14_record.md 2023-10-25 21:48:34 +09:00
Shunsuke Shibayama
aa6e6474ff doc: update faq_technical.md 2023-09-13 11:21:49 +09:00
Shunsuke Shibayama
3fd66f1a32 feat: (partial) comprehension support 2023-09-11 02:24:03 +09:00
Shunsuke Shibayama
482f22374b docs: update 29_comprehension.md 2023-09-11 00:49:16 +09:00
Shunsuke Shibayama
509f9c4fe3 fix: pyc execution 2023-09-06 12:18:37 +09:00
buster-blue
f70aa55af2
Fix grammar (an → a) 2023-09-03 20:10:39 +00:00
Shunsuke Shibayama
5affa5065f fix: dynamic type checking bugs 2023-08-19 16:34:07 +09:00
buster-blue
79152ee1df
Create Sealed.md
Translate Sealed.md
2023-08-13 14:40:34 +00:00
Shunsuke Shibayama
a2bad2c8f1 docs: update 34_integration_with_Python.md 2023-07-31 11:36:29 +09:00
Shunsuke Shibayama
a4d4f9db7a docs: add command_options.md 2023-07-24 10:02:16 +09:00
Shunsuke Shibayama
c0209706bb docs: update tools/pack.md 2023-07-06 16:17:15 +09:00
Shunsuke Shibayama
ddb483c2cf fix: minor bugs 2023-06-25 23:06:40 +09:00
Shunsuke Shibayama
eb5b9c4946 doc: update architecture.md 2023-06-19 11:28:38 +09:00
Shunsuke Shibayama
0150fcc2b1 doc: update 34_integration_with_Python.md 2023-06-07 00:11:05 +09:00
Shunsuke Shibayama
68a27f8eca Revert "test: fix stack overflow" 2023-06-02 23:46:48 +09:00
Shunsuke Shibayama
1a26c841a9 test: fix stack overflow 2023-06-02 23:13:11 +09:00
Shunsuke Shibayama
829b0d11b6 fix: module accessibility 2023-05-21 22:35:44 +09:00
Shunsuke Shibayama
cac2c51cd4 doc: update contents 2023-05-11 14:42:03 +09:00
Shunsuke Shibayama
8f5a8528ee doc: update contents 2023-05-11 14:16:41 +09:00
Shunsuke Shibayama
1b5eced4a0 doc: update inference.md 2023-05-09 01:01:19 +09:00
Shunsuke Shibayama
06abeb2c4d doc: update contents 2023-05-09 00:15:18 +09:00
Shunsuke Shibayama
46afb9c72b doc: update contents 2023-05-08 16:58:13 +09:00
Shunsuke Shibayama
98199532f1 doc: update API/types/traits 2023-05-07 18:18:20 +09:00
Hanaasagi
ffb5f0e688 chore: fix all typo 2023-05-07 03:43:53 +09:00
Shunsuke Shibayama
85b5804644 Update faq_technical.md 2023-05-06 00:28:52 +09:00
Shunsuke Shibayama
730886021e feat: add special namespaces module/global 2023-05-03 14:32:09 +09:00
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
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
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
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
b9538ca627 doc: update contents 2023-04-19 11:03:08 +09:00
Shunsuke Shibayama
032b3afba2 doc: update faq_technical.md 2023-04-14 17:55:19 +09:00
Shunsuke Shibayama
cf4008c135 doc: update contents 2023-04-03 11:29:21 +09:00
github-actions[bot]
673707fe3f Automatic update SUMMARY.md 2023-03-29 13:15:58 +00:00
Shunsuke Shibayama
b80234b066 docs: update contents 2023-03-29 22:15:39 +09:00