Sam Mohr
|
12df3a04de
|
Merge attempt
|
2024-08-19 23:34:05 -07:00 |
|
Luke Boswell
|
eca453d07f
|
Merge remote-tracking branch 'remote/main' into builtin-task
|
2024-07-29 16:05:51 +10:00 |
|
Brendan Hansknecht
|
a81d4b8b16
|
add extra test case from issue
|
2024-07-20 20:31:29 -07:00 |
|
Brendan Hansknecht
|
c5a74bdc12
|
for referenced values, use allocas instead of phi nodes
|
2024-07-20 19:52:11 -07:00 |
|
Sam Mohr
|
700c7ae9aa
|
Add Task as a built-in module/type
|
2024-06-25 00:03:56 -07:00 |
|
Richard Feldman
|
ca8f83b896
|
Use usize instead of pointer type for wasm tests
|
2024-02-11 12:35:37 -05:00 |
|
Richard Feldman
|
24a38c4a26
|
Merge remote-tracking branch 'origin/main' into remove-nat
|
2024-02-11 12:26:36 -05:00 |
|
Richard Feldman
|
50ea255703
|
Fix some tests that were expecting usize over u64
|
2024-02-11 12:21:50 -05:00 |
|
Anton-4
|
3c7a834da1
|
update to new interpolation syntax
|
2024-02-02 13:39:10 +01:00 |
|
Richard Feldman
|
4a38d3a1af
|
Remove Nat from some compiler tests that use lists
|
2024-01-26 16:06:08 -05:00 |
|
Anton-4
|
1126f85b5a
|
fix clippy unnecessary hashes
|
2024-01-01 16:38:36 +01:00 |
|
Folkert
|
4fafc669b8
|
in record fields give a forced imported thunk a unique symbol
|
2023-11-28 23:47:53 +01:00 |
|
Isaac Van Doren
|
139d3c6f89
|
make dropFirst and dropLast drop n elements
|
2023-10-29 13:23:33 -05:00 |
|
Folkert
|
46e8328056
|
add test that exhausts argument registers
|
2023-10-09 15:24:41 +02:00 |
|
Folkert
|
052ee0cc5f
|
more boxing tests
|
2023-10-09 15:24:32 +02:00 |
|
Folkert
|
3a8d4b853b
|
an attempt at passing bigger values
|
2023-10-09 15:24:30 +02:00 |
|
Anton-4
|
5f878aee93
|
clippy
|
2023-09-26 15:08:30 +02:00 |
|
Folkert
|
7606998c89
|
simplify signatures to what they were before
|
2023-09-14 12:57:33 +02:00 |
|
Folkert
|
d7bc03c589
|
fix segfault where wrong return type was expected
|
2023-09-13 20:31:43 +02:00 |
|
Folkert
|
3909443ef4
|
fix two bugs in the dev backend
|
2023-09-13 20:24:17 +02:00 |
|
Folkert
|
5ca3d3bcf1
|
make llvm tests work again
|
2023-09-13 20:24:15 +02:00 |
|
Folkert
|
d5bf526d66
|
fix calling convention problems
|
2023-07-30 20:44:11 +02:00 |
|
Folkert
|
29df340a26
|
pass the crash tag through
|
2023-07-30 20:44:11 +02:00 |
|
Folkert
|
f59eed6366
|
so close
|
2023-07-30 20:44:10 +02:00 |
|
Folkert
|
644def72f1
|
working happy path
|
2023-07-30 20:44:10 +02:00 |
|
Folkert
|
26308f1dae
|
reformat test
|
2023-06-24 14:49:56 +02:00 |
|
Folkert
|
c38f8bec75
|
fix llvm gen tests
|
2023-06-24 14:49:56 +02:00 |
|
Folkert
|
e19f0ae6d6
|
don't capture from outside join point for the dev backend
|
2023-06-24 14:49:55 +02:00 |
|
Folkert
|
284fd3ee6c
|
disable dev test for now
|
2023-06-24 14:49:54 +02:00 |
|
Folkert
|
b9b486e4b0
|
clean up linked_list_trmc test
|
2023-06-24 14:49:50 +02:00 |
|
Folkert
|
51f3752c94
|
wasm backend struggles
|
2023-06-24 14:49:47 +02:00 |
|
Folkert
|
2eaf158053
|
fix register not cleared before reading bool
|
2023-06-11 15:29:20 +02:00 |
|
Folkert
|
cb5241380f
|
enable more dev backend tests
|
2023-06-11 13:39:44 +02:00 |
|
Folkert
|
728f982aa5
|
dev backend NumCompare
|
2023-06-11 13:39:42 +02:00 |
|
Folkert
|
515d60a138
|
many extra gen_primitives tests for gen-dev
|
2023-06-07 12:52:33 +02:00 |
|
Folkert
|
0ace44ae8c
|
implement reset/reuse in the dev backend
|
2023-05-31 23:57:38 +02:00 |
|
Folkert
|
dfed7b95e6
|
enable more tests
|
2023-05-31 23:57:37 +02:00 |
|
Folkert
|
c24312a045
|
fix logic error
|
2023-05-31 23:57:37 +02:00 |
|
Folkert
|
e33c2b3c84
|
first working linked list test
|
2023-05-31 23:57:36 +02:00 |
|
Folkert de Vries
|
a5a91d428f
|
Merge pull request #5336 from roc-lang/dev-backend-list-map
dev backend: many more builtins
|
2023-05-01 10:20:15 +02:00 |
|
Folkert
|
25d2d090e8
|
make box decrement its contents when free'ing
|
2023-04-28 18:11:39 +02:00 |
|
Folkert
|
f6ebeff298
|
unboxing of non-recursive tag unions
|
2023-04-26 22:17:18 +02:00 |
|
Folkert
|
67281b2712
|
handle lambda set when passed as a function argument
|
2023-04-08 20:14:15 +02:00 |
|
Folkert
|
c6de2c4a58
|
re-wrap a named type in morphic spec generation
|
2023-04-02 19:01:00 +02:00 |
|
Ayaz Hafiz
|
4936708b18
|
Add gen test
|
2023-03-30 18:20:09 -05:00 |
|
Ayaz Hafiz
|
3f532df981
|
Generate code for recursive nullable wrapped lambda sets
|
2023-03-27 10:11:49 -05:00 |
|
Ayaz Hafiz
|
0f73c25c0c
|
Add gen test for recursion var resolved upon specialization
|
2023-03-27 10:11:48 -05:00 |
|
Ayaz Hafiz
|
8a32747bc8
|
Clippy
|
2023-03-25 16:14:31 -05:00 |
|
Ayaz Hafiz
|
628fd6a49f
|
Add gen test for #5176
|
2023-03-25 16:14:31 -05:00 |
|
Folkert
|
816828040d
|
tests for boxing/unboxing floats
|
2023-02-18 16:42:45 +01:00 |
|