Chad Stearns
|
d0587fa92c
|
Commented in some quick sort tests
|
2020-08-29 17:46:27 -04:00 |
|
Chad Stearns
|
8547b7de89
|
Commented in first_empty_list_test
|
2020-08-29 17:41:12 -04:00 |
|
Chad Stearns
|
01b3d2cf61
|
broke up list_prepend_tests
|
2020-08-29 17:41:03 -04:00 |
|
Chad Stearns
|
b3ce6041a3
|
Split List.join and List.concat
|
2020-08-29 16:56:35 -04:00 |
|
Chad Stearns
|
195925d993
|
Removed 'main = \_ ->' from List.map tests, since they were to work around a bug, and also split list_map and list_append tests into separate tests
|
2020-08-29 16:30:54 -04:00 |
|
Folkert
|
73bb8e58c5
|
List.map: set calling convention explicitly
|
2020-08-27 00:34:57 +02:00 |
|
Folkert
|
020b6154f9
|
fix passing functions by name
|
2020-08-26 23:34:49 +02:00 |
|
Folkert
|
c51345ac8b
|
Merge remote-tracking branch 'origin/trunk' into list-map
|
2020-08-26 15:30:30 +02:00 |
|
Richard Feldman
|
2dc1f62d02
|
Start of Str implementation and docs
|
2020-08-24 21:45:45 -04:00 |
|
Chadtech
|
3690977e57
|
Merge branch 'trunk' into list-map
|
2020-08-24 03:36:39 -04:00 |
|
Chad Stearns
|
27ef81df58
|
Commented back in ir.rs lines
|
2020-08-24 03:36:20 -04:00 |
|
Chad Stearns
|
6a34b9355c
|
reverted to original unique for List.map
|
2020-08-24 03:36:08 -04:00 |
|
Chad Stearns
|
ddc15fd2ea
|
Added some tests that should work some day
|
2020-08-24 03:35:25 -04:00 |
|
Richard Feldman
|
3c8c41c145
|
Clipster
|
2020-08-24 00:03:12 -04:00 |
|
Richard Feldman
|
181cf10d2c
|
Replace TagName::into_string with as_string
|
2020-08-24 00:03:12 -04:00 |
|
Richard Feldman
|
c5f5bb1bef
|
Use sorted field names for printing records
|
2020-08-24 00:03:12 -04:00 |
|
Richard Feldman
|
51c0180f45
|
Don't have formatter print parens in field types
|
2020-08-24 00:02:59 -04:00 |
|
Chad Stearns
|
4ea52c139d
|
List.map implementation
|
2020-08-23 19:35:21 -04:00 |
|
Chad Stearns
|
6232b31818
|
Comment out inc_dec in ir.rs
|
2020-08-22 19:48:08 -04:00 |
|
Chad Stearns
|
43bb4af2f4
|
Import listmap into build.rs
|
2020-08-22 19:47:59 -04:00 |
|
Chad Stearns
|
7c3e9809ca
|
Put List.map tests under main
|
2020-08-22 19:47:29 -04:00 |
|
Chad Stearns
|
4d1945d062
|
Put List.map tests under main
|
2020-08-22 19:47:12 -04:00 |
|
Chad Stearns
|
800b99d165
|
Try different List.map unique implementation
|
2020-08-22 19:46:29 -04:00 |
|
Richard Feldman
|
f48aca841c
|
Update compiler/gen/src/llvm/build.rs
|
2020-08-19 23:38:48 -04:00 |
|
Richard Feldman
|
e02e64af2a
|
Register StrConcat's borrow signature
|
2020-08-19 23:31:45 -04:00 |
|
Richard Feldman
|
50251c678b
|
Merge branch 'trunk' into str-concat
|
2020-08-19 23:05:13 -04:00 |
|
Chad Stearns
|
8b582d4835
|
Fix some names and some comments
|
2020-08-19 20:04:00 -04:00 |
|
Folkert
|
7bc162687d
|
make code block in comment look like not a code block to rust doctests
|
2020-08-20 00:37:37 +02:00 |
|
Folkert
|
36a2c9d978
|
add comment
|
2020-08-20 00:09:16 +02:00 |
|
Folkert
|
0e5283efd2
|
Merge remote-tracking branch 'origin/trunk' into infer-borrow
|
2020-08-19 23:56:29 +02:00 |
|
Folkert
|
bfa11cf6b0
|
appease the clipman
|
2020-08-19 23:46:56 +02:00 |
|
Folkert
|
fa5e5ab201
|
back to a working version
|
2020-08-19 23:42:45 +02:00 |
|
Chad Stearns
|
72558c61f1
|
Implemented Str.concat
|
2020-08-19 02:00:49 -04:00 |
|
Chad Stearns
|
2f2763351d
|
Change parameters to List.concat. Now it is less dependent on &args
|
2020-08-19 02:00:40 -04:00 |
|
Chad Stearns
|
a99adb9cdb
|
Fix test that was named Str.append
|
2020-08-19 01:59:47 -04:00 |
|
Chad Stearns
|
e71e33c34e
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-concat
|
2020-08-18 19:54:41 -04:00 |
|
Chadtech
|
485626ce61
|
Merge branch 'trunk' into remove-nul-terminator-str-literal-implementation
|
2020-08-17 03:26:49 -04:00 |
|
Chad Stearns
|
4d4379ae2d
|
Put str literal implementation under if statement checking if its empty
|
2020-08-17 03:26:18 -04:00 |
|
Chad Stearns
|
eb89367159
|
Comment in str test
|
2020-08-17 03:24:00 -04:00 |
|
Chad Stearns
|
8960c0e0a0
|
Comment out llvm error messages
|
2020-08-17 03:23:28 -04:00 |
|
Richard Feldman
|
504d7b65e2
|
Str and List have the same layout now
|
2020-08-16 16:37:25 -04:00 |
|
Richard Feldman
|
608c4eebd9
|
Drop unnecessary arg_basic_types
|
2020-08-16 16:17:10 -04:00 |
|
Chad Stearns
|
4ded732a09
|
Implement String literals as lists of bytes instead of null terminating c-strings
|
2020-08-16 04:38:24 -04:00 |
|
Richard Feldman
|
771570bc3c
|
Update more docs
|
2020-08-15 10:01:11 -04:00 |
|
Chad Stearns
|
a81504720b
|
Str.concat tests and definition set up
|
2020-08-15 02:45:52 -04:00 |
|
Folkert
|
b0e4a3fd47
|
make join points use borrow signature
|
2020-08-15 00:16:03 +02:00 |
|
Folkert
|
294273283b
|
make shared quicksort work
|
2020-08-15 00:14:20 +02:00 |
|
Richard Feldman
|
73d826ce36
|
Update some docs
|
2020-08-14 09:46:06 -04:00 |
|
Chad Stearns
|
0a725eff3c
|
Base definition of List.map, but not real implementation, and the tests fail
|
2020-08-14 02:10:20 -04:00 |
|
Folkert
|
d8c71c23f4
|
thread in borrow signature inference
|
2020-08-13 20:56:33 +02:00 |
|