Commit graph

246 commits

Author SHA1 Message Date
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
github-actions[bot]
0130c74c6d Automatic update SUMMARY.md 2023-03-29 12:59:45 +00:00
Shunsuke Shibayama
4e19acbb53 docs: update JA docs 2023-03-29 21:59:28 +09:00
Shunsuke Shibayama
b9ff06bb35 docs: update compound.md 2023-03-26 01:04:37 +09:00
Shunsuke Shibayama
1293fa58c8 refactor: Reorderer -> ASTLinker, Linker -> HIRLinker 2023-03-07 20:18:30 +09:00
Shunsuke Shibayama
fa2919e824 fix: bugs with enumeration of vars 2023-03-06 19:44:49 +09:00
Jonathan
103197e1eb
docs: fix redundant print! in doc. 2023-02-28 20:42:34 +02:00
Shunsuke Shibayama
718ae9d7d8 docs: update contents 2023-02-26 18:53:48 +09:00
Shunsuke Shibayama
aaa6b40b24 feat: support Structural types for methods 2023-02-23 18:12:05 +09:00
Shunsuke Shibayama
baf9e9597f Update docs 2023-02-22 12:59:40 +09:00
Shunsuke Shibayama
51cae591a3 feat: allow separating sample code and doc-comments 2023-02-17 20:37:15 +09:00
Shunsuke Shibayama
5fe4ad1207 Update 20_visibility.md 2023-02-16 15:12:45 +09:00
Shunsuke Shibayama
5a347e87e8 docs: update troubleshooting.md 2023-02-14 16:27:21 +09:00
Shunsuke Shibayama
307087f6b5 test: let some tests not to run locally 2023-02-14 11:30:23 +09:00
Shunsuke Shibayama
fcb7cf72ab docs: modify contents 2023-02-13 01:22:29 +09:00
Shunsuke Shibayama
e56ba70c7d Update faq_syntax.md 2023-02-13 00:19:46 +09:00
Cai BingJun
5842add0f6 docs: update contents 2023-02-08 20:28:17 +08:00
Shunsuke Shibayama
8673a0ce56 docs: update contents 2023-02-07 20:03:22 +09:00
Shunsuke Shibayama
1e2d1d3776 docs: update .gitmessage 2023-02-05 11:49:28 +09:00
Cai Bingjun
c00e377891
Merge branch 'main' into main 2023-02-05 09:59:26 +08:00
Cai Bingjun
d95219b68b
docs: remove the PR name specification 2023-02-05 09:53:53 +08:00
GreasrySlug
b66f1db0f5 docs: update commit message guide 2023-02-05 10:48:41 +09:00
Cai Bingjun
dfa9f305fb
docs: add PR title and merge mode specification 2023-02-04 21:50:29 +08:00
Shunsuke Shibayama
e2469cc0df Create commit_message.md 2023-02-04 21:03:44 +09:00
Cai Bingjun
cee3820a85
Update Array!(T,N).md 2023-02-02 10:13:35 +08:00
Cai Bingjun
e370752ad8
Merge branch 'main' into add-sync_to_translation_status.er 2023-02-02 09:59:26 +08:00
Shunsuke Shibayama
c7096b17f1 Merge branch 'main' into feature-var-params-fn 2023-02-01 02:05:09 +09:00
Shunsuke Shibayama
8f874b3251 Update docs 2023-01-31 21:27:09 +09:00
Shunsuke Shibayama
a76da9feb2 Update dev guide 2023-01-28 19:44:51 +09:00
toddlerer
6ef297c45f
Merge remote-tracking branch 'upstream/main' into add-sync_to_translation_status.er 2023-01-28 10:21:18 +09:00
Shunsuke Shibayama
0019147007 Fix: doc comments cannot be used in method defs 2023-01-27 09:46:59 +09:00
toddlerer
c3d27fb059
Merge remote-tracking branch 'upstream/main' into add-sync_to_translation_status.er 2023-01-27 06:36:35 +09:00