Folkert
|
d561f2661d
|
speedups
|
2021-10-27 00:01:21 +02:00 |
|
Folkert
|
a4f7ddb1f5
|
rename
|
2021-10-17 20:45:49 +02:00 |
|
Folkert
|
9763f9b51b
|
WIP
|
2021-10-17 16:08:41 +02:00 |
|
Folkert
|
94e8c62613
|
make things compile, base64 has a memory leak
|
2021-10-06 22:57:11 +02:00 |
|
Folkert
|
0690633116
|
spec for List.reverse
|
2021-10-03 13:34:09 +02:00 |
|
Folkert
|
486f1d540f
|
add specifications for fromUtf8 and toUtf8
|
2021-10-03 13:22:03 +02:00 |
|
Folkert
|
7e6a3431e2
|
trick morphic into updating a value that comes from the host
|
2021-10-03 00:07:38 +02:00 |
|
Folkert
|
5a8547f2d4
|
trick morphic into specializing closure callers
|
2021-10-03 00:05:17 +02:00 |
|
Folkert
|
f3fae8ea61
|
alias analysis static list
|
2021-09-23 23:18:05 +02:00 |
|
Brendan Hansknecht
|
0c6f8f308f
|
Remove f16. It is not really supported by modern CPU hardware.
|
2021-09-21 16:51:47 -07:00 |
|
Folkert
|
58ee7f0bfc
|
fix argument order bug for mapWithIndex
|
2021-09-14 22:20:35 +02:00 |
|
Folkert
|
350891468a
|
add LambdaSet layout variant
|
2021-09-12 17:00:09 +02:00 |
|
Folkert
|
8e7aef314a
|
add ListLiteralElement
|
2021-09-05 21:23:08 +02:00 |
|
Jared Ramirez
|
4b2a63fb30
|
Merge branch 'trunk' of https://github.com/rtfeldman/roc into store-dec-as-str
|
2021-08-26 11:23:17 -07:00 |
|
Jared Ramirez
|
8594f2efbe
|
Change how decimals are stored in mono
|
2021-08-26 11:18:26 -07:00 |
|
Folkert
|
194918fe4b
|
remove Invoke
|
2021-08-20 19:32:55 +02:00 |
|
Richard Feldman
|
4c72aba4a7
|
Merge branch 'trunk' into store-dec-as-str
|
2021-08-19 23:06:04 -04:00 |
|
Jared Ramirez
|
d69b9173fc
|
Also store f64 for things like pattern comparisons, etc
|
2021-08-18 17:18:13 -07:00 |
|
Folkert
|
012b4baa2e
|
clippy
|
2021-08-18 18:33:33 +02:00 |
|
Folkert
|
c09b3b89f3
|
test_gen works again
|
2021-08-18 13:46:09 +02:00 |
|
Folkert
|
899cbeabd7
|
fix extra ampersands
|
2021-07-29 17:32:08 +02:00 |
|
Folkert
|
48d2f53eb1
|
create a new heap cell after modification
|
2021-07-25 12:50:42 +02:00 |
|
Folkert
|
99bab04c1d
|
Merge remote-tracking branch 'origin/trunk' into add-dec-types
|
2021-07-21 15:18:41 +02:00 |
|
Folkert
|
cb42f0c039
|
Merge remote-tracking branch 'origin/trunk' into add-dec-types
|
2021-07-18 16:54:38 +02:00 |
|
Folkert de Vries
|
beb3f9fed9
|
Merge branch 'trunk' into morphic-recursive-types
|
2021-07-18 16:50:40 +02:00 |
|
Richard Feldman
|
24f45f6437
|
Merge branch 'trunk' into reset-reuse
|
2021-07-17 20:59:44 -04:00 |
|
Jared Ramirez
|
de7cab629d
|
Merge branch 'trunk' into add-dec-types
|
2021-07-17 17:21:40 -07:00 |
|
Folkert
|
3acd5a3c0a
|
implement morphic encodings for more lowlevel ops
|
2021-07-17 00:05:06 +02:00 |
|
Folkert
|
55c760dd7a
|
turn debug mode off
|
2021-07-16 20:56:24 +02:00 |
|
Folkert
|
c9809fff2a
|
refactor
|
2021-07-16 20:52:47 +02:00 |
|
Folkert
|
abbbc67caf
|
alias analysis for NonNullableUnwrapped
|
2021-07-16 20:42:33 +02:00 |
|
Folkert
|
720440b3f9
|
alias analysis for NullableWrapped
|
2021-07-16 20:22:59 +02:00 |
|
Folkert
|
03422a9907
|
alias analysis for NullableUnwrapped
|
2021-07-16 20:16:56 +02:00 |
|
Folkert
|
7dd440f642
|
morphic Recursive types
|
2021-07-16 17:55:03 +02:00 |
|
Folkert
|
8e54023d60
|
foundation for encoding recursive types
|
2021-07-15 15:16:09 +02:00 |
|
Folkert
|
d464c005f0
|
encode tag unions as morphic unions
|
2021-07-14 23:26:19 +02:00 |
|
Folkert
|
0171fd0959
|
remove Boxed
|
2021-07-14 15:33:59 +02:00 |
|
Folkert
|
09f01ba193
|
Boxed skeleton
|
2021-07-12 17:01:53 +02:00 |
|
Jared Ramirez
|
67eef2c97f
|
Merge branch 'trunk' of https://github.com/rtfeldman/roc into add-dec-types
|
2021-07-08 16:47:42 -07:00 |
|
Folkert
|
ee67ee546a
|
thread reset-reuse through
|
2021-07-03 01:13:50 +02:00 |
|
Folkert
|
6e3a2cd94d
|
remove union_size from Tag expr
|
2021-07-02 10:48:03 +02:00 |
|
Folkert
|
99d0d9c732
|
WIP
|
2021-06-27 13:49:49 +02:00 |
|
Folkert
|
98a9dc0945
|
remove tag id from data bytes for non-recursive tags
|
2021-06-26 17:01:23 +02:00 |
|
Jared Ramirez
|
4d6e5a1a4f
|
[WIP] Add Dec/Decimal builtin types
|
2021-06-23 19:30:16 -07:00 |
|
Folkert
|
98b4930054
|
rename
|
2021-06-21 23:14:05 +02:00 |
|
Folkert
|
f3b23a6a54
|
get rid of Wrapped
|
2021-06-21 23:10:56 +02:00 |
|
Folkert
|
205b168f16
|
rename
|
2021-06-21 23:02:49 +02:00 |
|
Folkert
|
368d45fb01
|
remove single element record
|
2021-06-21 23:02:09 +02:00 |
|
Folkert
|
4bbaa007f3
|
remove EmptyStruct from wrapper
|
2021-06-21 21:16:21 +02:00 |
|
Folkert
|
ab8e0c756d
|
remove LikeARoseTree
|
2021-06-21 21:07:49 +02:00 |
|