Richard Feldman
|
88990c8711
|
Move Int and Float modules into Num
|
2020-06-22 23:25:38 -04:00 |
|
Richard Feldman
|
3691152d20
|
Introduce the let_tvars! macro
|
2020-06-22 21:40:00 -04:00 |
|
Richard Feldman
|
0b106614f9
|
wip
|
2020-06-22 21:29:18 -04:00 |
|
Folkert
|
af33e26811
|
fix repeat
|
2020-06-23 00:02:36 +02:00 |
|
Folkert
|
2a7bf2ae66
|
fix map
|
2020-06-22 23:48:37 +02:00 |
|
Folkert
|
0fbac382d0
|
improve uniqueness signatures
|
2020-06-22 23:28:23 +02:00 |
|
Folkert
|
7de691b511
|
clarify list uniqueness signatures
|
2020-06-22 20:37:28 +02:00 |
|
Richard Feldman
|
d041355c1d
|
Rename to_owned to into_owned
|
2020-06-21 22:30:16 -04:00 |
|
Richard Feldman
|
8d92920731
|
Re-add Float128 and Float16
|
2020-06-21 22:29:28 -04:00 |
|
Richard Feldman
|
b97c94c2da
|
Fix infinite loop
|
2020-06-21 22:29:28 -04:00 |
|
Richard Feldman
|
44b19d3174
|
Merge branch 'trunk' into list-push
|
2020-06-21 22:23:24 -04:00 |
|
Richard Feldman
|
5ec512a0e7
|
Drop dead code
|
2020-06-21 21:23:01 -04:00 |
|
Richard Feldman
|
41519fc5a9
|
Remove incorrect debug_assert
|
2020-06-21 21:22:57 -04:00 |
|
Richard Feldman
|
cad0a1421e
|
Annotate low-level usages
|
2020-06-21 21:06:52 -04:00 |
|
Chad Stearns
|
af34f248ea
|
move from i32 to i64
|
2020-06-21 18:20:45 -04:00 |
|
Chad Stearns
|
830394eadf
|
Comply with clippy
|
2020-06-21 17:24:14 -04:00 |
|
Richard Feldman
|
52dfb75dc0
|
Fix some Int8s that should have been Int1s
|
2020-06-21 16:52:22 -04:00 |
|
Richard Feldman
|
56c637e399
|
Fix some constraint gen
|
2020-06-21 16:48:44 -04:00 |
|
Richard Feldman
|
32b9b1ea60
|
Remove FLOAT_ADD and similar
|
2020-06-21 15:35:38 -04:00 |
|
Richard Feldman
|
ddf980e475
|
Use RunLowLevel over calling Bool.and
|
2020-06-21 15:25:03 -04:00 |
|
Richard Feldman
|
1f6afe1182
|
Default Num layout to Int
|
2020-06-21 15:21:03 -04:00 |
|
Richard Feldman
|
6ef74a2432
|
Add canonical builtins to test_mono
|
2020-06-21 15:14:04 -04:00 |
|
Richard Feldman
|
187f3f8dc5
|
Move some Num operations into LowLevel
|
2020-06-21 15:07:32 -04:00 |
|
Richard Feldman
|
7c98e2e9f8
|
Only immediately specialize anonymous closures
|
2020-06-21 15:07:20 -04:00 |
|
Chad Stearns
|
16dd9bd8d6
|
Comply with clippy
|
2020-06-21 14:39:17 -04:00 |
|
Richard Feldman
|
0d6d30e5df
|
debug_assert for duplicate partial_procs
|
2020-06-21 14:20:10 -04:00 |
|
Richard Feldman
|
706c28b2bb
|
Specialize in test_mono
|
2020-06-21 14:18:19 -04:00 |
|
Chad Stearns
|
0eee0cc07b
|
A comment about the output list length
|
2020-06-21 14:14:26 -04:00 |
|
Chad Stearns
|
9376b4b988
|
empty_list helper
|
2020-06-21 14:03:04 -04:00 |
|
Chad Stearns
|
10aa44e12b
|
More comments
|
2020-06-21 14:02:52 -04:00 |
|
Chad Stearns
|
3af1632ede
|
Changed some commented out type signatures from List a to List elem
|
2020-06-21 13:30:49 -04:00 |
|
Chad Stearns
|
7125af2493
|
Switched from one list foldr type to the other in the test
|
2020-06-21 13:24:45 -04:00 |
|
Chad Stearns
|
197dc01ad8
|
Got rid of test for negative amount of repeats. We will worry about that later
|
2020-06-21 13:24:21 -04:00 |
|
Chad Stearns
|
ca411b11a3
|
Switched all i32 to i64 in gen builtins
|
2020-06-21 13:23:59 -04:00 |
|
Chad Stearns
|
5898fa0905
|
Cleaned up list_push
|
2020-06-21 04:37:58 -04:00 |
|
Chad Stearns
|
e4eeff5bd0
|
List repeat works for all test cases except one with a negative number repeats param, and avoids malloc in the case that the number of repeats is not more than 0
|
2020-06-21 00:55:53 -04:00 |
|
Chad Stearns
|
6485b039c7
|
List repeats code gen works.. so long as its 5
|
2020-06-20 15:49:58 -04:00 |
|
Chad Stearns
|
4cf87d2374
|
Fixed small errors in list push, such as using wrong argument, and using wrong list length
|
2020-06-20 15:00:11 -04:00 |
|
Richard Feldman
|
461e166254
|
wip
|
2020-06-20 13:59:04 -04:00 |
|
Chad Stearns
|
7bf8be5e9a
|
Merge branch 'trunk' of github.com:rtfeldman/roc into list-repeat
|
2020-06-20 13:45:04 -04:00 |
|
Chad Stearns
|
0531d91301
|
WIP
|
2020-06-20 13:40:48 -04:00 |
|
Richard Feldman
|
920b530008
|
Rename solve tests
|
2020-06-20 13:25:40 -04:00 |
|
Richard Feldman
|
f90b64edd9
|
Use a custom macro for builtin_defs
|
2020-06-20 10:58:12 -04:00 |
|
Richard Feldman
|
07689ca9dc
|
Switch back to builtin_defs returning Def
|
2020-06-20 10:57:44 -04:00 |
|
Chad Stearns
|
3af6d5f0b3
|
WIP
|
2020-06-19 21:02:52 -04:00 |
|
Richard Feldman
|
16ceb895c1
|
Fix some Bool.isEq stuff
|
2020-06-19 20:45:14 -04:00 |
|
Richard Feldman
|
dec5c3a062
|
Get low-level ops compiling
|
2020-06-19 20:07:04 -04:00 |
|
Richard Feldman
|
b75f061f4f
|
Fix exhaustiveness errors
|
2020-06-19 13:30:14 -04:00 |
|
Richard Feldman
|
11920e781e
|
Remove gen_module test
|
2020-06-19 11:10:22 -04:00 |
|
Richard Feldman
|
e014e5c95c
|
Update gen_module test
|
2020-06-19 11:10:14 -04:00 |
|