Commit graph

4395 commits

Author SHA1 Message Date
Folkert
f3234e002a change list over 2021-02-23 20:05:58 +01:00
Folkert
6eab8abe9e improve message for outdented then 2021-02-23 19:50:14 +01:00
Folkert
3907680536 parse multiple if-then-else pairs into one AST node 2021-02-23 15:23:48 +01:00
Folkert
5d8944fc6a use new parser for If 2021-02-23 15:05:25 +01:00
Folkert
30ecd378a0 refactor parse AST to allow multiple if branches 2021-02-23 14:31:48 +01:00
Folkert
63091392f5 toBytes test 2021-02-21 21:18:15 +01:00
Folkert
1746b8da6f bitwise or test 2021-02-21 21:14:20 +01:00
Folkert
c4972f45ba bit shift tests 2021-02-21 21:12:47 +01:00
Folkert
c4ddeefed9 add test of integer type inference let polymorphism 2021-02-21 20:45:17 +01:00
Folkert
0297e47fa1 Merge remote-tracking branch 'origin/str-fromUtf8' into bytes 2021-02-21 20:23:03 +01:00
Folkert
5742afa005 fix tests 2021-02-21 20:10:35 +01:00
Folkert
9116e9e8c9 add Str.toBytes 2021-02-21 19:52:32 +01:00
Folkert
bcbef5d3aa generalize add and sub intrinsics to all integer types 2021-02-21 19:10:09 +01:00
Folkert
43e71f2ee9 int cast 2021-02-21 16:07:35 +01:00
Folkert
128741e585 add right shift operators 2021-02-21 16:01:01 +01:00
Folkert
93359b88cb Merge remote-tracking branch 'origin/str-fromUtf8' into bytes 2021-02-21 15:31:49 +01:00
Folkert
47b1bf9c71 clippy 2021-02-21 15:27:54 +01:00
Folkert
8c2c6b0d5c Merge remote-tracking branch 'origin/trunk' into str-fromUtf8 2021-02-21 15:25:47 +01:00
Folkert
57b78dde06 Merge remote-tracking branch 'origin/trunk' into str-fromUtf8 2021-02-21 15:25:36 +01:00
Folkert
ea76578e06 add Num.bitwiseOr and Num.shiftLeftBy 2021-02-21 15:15:16 +01:00
Folkert
89bf22598e call by pointer wrappers need to call by pointer for closures 2021-02-21 14:41:08 +01:00
Richard Feldman
c1ee743dc9
Merge branch 'trunk' into ci_ssl_fix 2021-02-20 23:36:20 -05:00
Richard Feldman
6e52d91ac5 Merge remote-tracking branch 'origin/trunk' into astar-fixes 2021-02-20 23:35:49 -05:00
Richard Feldman
e056b02c0b
Merge branch 'trunk' into ci_ssl_fix 2021-02-20 23:34:23 -05:00
Richard Feldman
d2b7614046
Merge pull request #1017 from rtfeldman/parse-pattern
better pattern and when parse error messages
2021-02-20 23:33:51 -05:00
Folkert
362a1fa018 clippy 2021-02-21 00:16:38 +01:00
Folkert
cbdf4c71ed Merge branch 'ci_ssl_fix' into cli-run-non-app 2021-02-21 00:14:45 +01:00
Folkert
7f14f27ee4 better formatting 2021-02-21 00:14:15 +01:00
Folkert
daf6de950e crude prototype 2021-02-20 22:56:01 +01:00
Folkert
df206edd88 clippy 2021-02-20 22:48:44 +01:00
Folkert
232c8652d5 clippy 2021-02-20 22:28:01 +01:00
Folkert
a87bf0a302 clippy 2021-02-20 22:16:42 +01:00
Folkert
9edbf322c0 error message for when 2021-02-20 22:08:53 +01:00
Anton-4
b098d13407 new rustfmt and clippy 2021-02-20 20:00:37 +01:00
Folkert
3a35bcb3cb clippy 2021-02-20 19:31:49 +01:00
Folkert
9f60ba2557 fix region issue in record fields 2021-02-20 19:15:08 +01:00
Folkert
a6fbf55390 empty or pattern message 2021-02-20 16:44:29 +01:00
Folkert
576b7974e8 if guard empty condition message 2021-02-20 16:30:56 +01:00
Folkert
bcf87f5df6 branch result 2021-02-20 15:51:57 +01:00
Folkert
5f4f7f009c milestone: change pattern messages over 2021-02-20 15:34:32 +01:00
Folkert
e27be136cb progress on apply 2021-02-20 14:17:25 +01:00
Folkert
f6fac092a4 checkpoint 2021-02-20 13:47:01 +01:00
Folkert
48dee993d0 stop aliasing in dictWalk 2021-02-20 04:25:21 +01:00
Folkert
1a39fa201c dicts are only 3 words on the stack 2021-02-20 04:16:09 +01:00
Folkert
e007430584 infra for record patterns 2021-02-20 01:08:25 +01:00
Folkert
70b5e18c21 start building pattern parser 2021-02-20 00:35:03 +01:00
Folkert
b43b36dd00 clippy 2021-02-19 22:26:35 +01:00
Folkert
9a8285386f fix mono test 2021-02-19 22:25:11 +01:00
Folkert
a850ccb94a use the WhenRecursive trick in refcounting 2021-02-19 22:13:50 +01:00
Folkert
ff20ab76ce put closure tests into one file 2021-02-19 21:29:33 +01:00