Anton-4
|
b74fc3554b
|
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder
|
2022-07-02 12:35:19 +02:00 |
|
Anton-4
|
897943b2e1
|
fix repl_test path
|
2022-07-02 12:35:08 +02:00 |
|
Brian Carroll
|
07ee2c597c
|
Merge pull request #3362 from rtfeldman/list-iterate
list iterate
|
2022-07-02 10:55:36 +01:00 |
|
Anton-4
|
80226143e0
|
update mono tests
|
2022-07-02 11:02:10 +02:00 |
|
Anton-4
|
b1b9a8dc0a
|
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder
|
2022-07-02 10:44:25 +02:00 |
|
Anton-4
|
75d7450495
|
crates path fixes
|
2022-07-02 10:41:14 +02:00 |
|
Brian Carroll
|
e0795035bd
|
wasm: disable tests on List.join
|
2022-07-02 09:27:20 +01:00 |
|
Brian Carroll
|
cce930ebc9
|
wasm: Create stack frame pointer even for zero-size struct
|
2022-07-02 09:19:51 +01:00 |
|
Folkert de Vries
|
4fb272f6a1
|
Merge pull request #3363 from rtfeldman/benchmark-prompt
Make the benchmark host prompt the user for input
|
2022-07-02 00:54:28 +02:00 |
|
Brian Carroll
|
f098d71f61
|
Make the benchmark host prompt the user for input
|
2022-07-01 21:57:02 +01:00 |
|
Folkert
|
122d226e08
|
fix reporting test
|
2022-07-01 22:47:26 +02:00 |
|
Folkert
|
1b10db3883
|
Revert "fix reporting test"
This reverts commit 3eeb4698d6 .
|
2022-07-01 22:46:51 +02:00 |
|
Folkert
|
3eeb4698d6
|
fix reporting test
|
2022-07-01 22:46:37 +02:00 |
|
Folkert
|
13d96ce050
|
fix tests
|
2022-07-01 22:36:52 +02:00 |
|
Folkert
|
82e0f7ebc0
|
Merge remote-tracking branch 'origin/trunk' into list-iterate
|
2022-07-01 22:08:46 +02:00 |
|
Folkert
|
57ba7219e0
|
update mono tests
|
2022-07-01 21:50:49 +02:00 |
|
Folkert
|
af6ad8c851
|
write List.join in pure roc
|
2022-07-01 21:42:36 +02:00 |
|
Folkert
|
a66f7c416d
|
write List.range in pure roc
|
2022-07-01 21:26:56 +02:00 |
|
Folkert
|
29aba93331
|
define walkUntil in terms of iterate
|
2022-07-01 20:58:29 +02:00 |
|
Brian Carroll
|
454f690e66
|
Merge pull request #3360 from rtfeldman/list-with-capacity
implement List.withCapacity in llvm and wasm
|
2022-07-01 19:41:44 +01:00 |
|
Anton-4
|
4fc2d808f3
|
fix str.zig finding
|
2022-07-01 20:35:15 +02:00 |
|
Anton-4
|
e4d8c1e88e
|
updated mono tests, fixed earthly dir copy
|
2022-07-01 19:15:36 +02:00 |
|
Folkert
|
15cb0e8ac3
|
remove a bunch of lowlevel operations
|
2022-07-01 18:28:07 +02:00 |
|
Anton-4
|
ef68d821f1
|
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder
|
2022-07-01 17:43:05 +02:00 |
|
Anton-4
|
59609aa5f2
|
removed dbg
|
2022-07-01 17:41:53 +02:00 |
|
Anton-4
|
eee85fa45d
|
moved all crates into seperate folder + related path fixes
|
2022-07-01 17:37:43 +02:00 |
|
Folkert
|
2b9514f04f
|
cleanup of can implementations
|
2022-07-01 16:34:47 +02:00 |
|
Folkert
|
e04a1b0a9f
|
List.find and List.contains in pure roc
|
2022-07-01 16:29:21 +02:00 |
|
Folkert
|
73e10d2041
|
update mono tests
|
2022-07-01 15:44:11 +02:00 |
|
Richard Feldman
|
5e26c04766
|
Merge pull request #3359 from rtfeldman/list-unsafe-get
more list functionality in pure roc
|
2022-07-01 09:33:33 -04:00 |
|
Folkert
|
b48407ad35
|
List.all and List.any in pure roc
|
2022-07-01 15:30:06 +02:00 |
|
Folkert
|
74b28be503
|
add List.iterate
|
2022-07-01 14:51:02 +02:00 |
|
Folkert
|
25f9ac6ccb
|
format our roc code
|
2022-07-01 12:35:34 +02:00 |
|
Folkert
|
b7ae9998b0
|
implement List.withCapacity in llvm and wasm
|
2022-07-01 12:32:26 +02:00 |
|
Folkert
|
7819b59b35
|
List.replaceUnsafe
|
2022-07-01 11:46:08 +02:00 |
|
Folkert
|
7a644154d3
|
remove manual can sorting implementations
|
2022-07-01 11:42:45 +02:00 |
|
Folkert
|
cdc1b68402
|
remove manual can implementations for sum/product/min/max
|
2022-07-01 11:30:50 +02:00 |
|
Folkert
|
a945ef7246
|
Write dropAt functions in pure roc
|
2022-07-01 11:27:10 +02:00 |
|
Folkert
|
2afdc19f86
|
List.getUnsafe
|
2022-07-01 11:25:12 +02:00 |
|
Anton-4
|
12ef03bb86
|
Merge pull request #3357 from rtfeldman/build-cleanup
Build cleanup - Just some crate updating and deps cleanup
|
2022-07-01 10:57:59 +02:00 |
|
Richard Feldman
|
b2ba4b6390
|
Merge remote-tracking branch 'origin/trunk' into build-cleanup
|
2022-06-30 21:07:06 -04:00 |
|
Richard Feldman
|
a279d43d87
|
Merge pull request #2068 from rtfeldman/disassembler-tests
Disassembler tests
|
2022-06-30 21:00:50 -04:00 |
|
Brendan Hansknecht
|
dfd80ae9b3
|
make clippy happier
|
2022-06-30 15:24:39 -07:00 |
|
Brendan Hansknecht
|
bf6126041c
|
remove old code
|
2022-06-30 15:24:38 -07:00 |
|
Brendan Hansknecht
|
e114ad2737
|
read allow dead code
|
2022-06-30 15:24:37 -07:00 |
|
Brendan Hansknecht
|
32238bf8d0
|
fix load and store tests
|
2022-06-30 15:24:36 -07:00 |
|
Brendan Hansknecht
|
bd7159799c
|
port remaining arm tests
|
2022-06-30 15:24:35 -07:00 |
|
Brendan Hansknecht
|
4a60534967
|
port some more tests
|
2022-06-30 15:24:34 -07:00 |
|
Brendan Hansknecht
|
6adab3822a
|
rename ldr_reg64_imm16 to ldr_reg64_reg64_imm16
|
2022-06-30 15:24:33 -07:00 |
|
Brendan Hansknecht
|
8f2bb31de2
|
expand supported naming for zrsp reg
|
2022-06-30 15:24:31 -07:00 |
|