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 |
|
Folkert
|
ba186bfe09
|
can store, but not load recursive fields
|
2020-08-22 16:01:04 +02:00 |
|
Folkert
|
f4e1aa046d
|
basic infrastruture for recursive layouts
|
2020-08-21 00:14:24 +02: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 |
|
Richard Feldman
|
295cb00499
|
wip
|
2020-08-12 23:18:40 -04:00 |
|
Richard Feldman
|
3f0b08a992
|
Have Stmt::new accept LayoutCache
|
2020-08-12 23:14:06 -04:00 |
|
Richard Feldman
|
8751e4bd00
|
Make pattern_vars be a slice
|
2020-08-12 23:08:43 -04:00 |
|
Richard Feldman
|
a4f4da7f5a
|
Add Debug to LayoutCache
|
2020-08-12 23:05:51 -04:00 |
|
Richard Feldman
|
31811410ee
|
cargo fmt
|
2020-08-12 23:03:09 -04:00 |
|
Richard Feldman
|
2173bc6f6f
|
Drop commented-out code
|
2020-08-12 22:48:36 -04:00 |
|
Richard Feldman
|
84789d3077
|
Drop commented-out code
|
2020-08-12 22:48:28 -04:00 |
|
Richard Feldman
|
fe0da7a8d7
|
Appease clippy
|
2020-08-12 22:33:10 -04:00 |
|
Folkert
|
c52f866d8a
|
fix tests
|
2020-08-13 01:40:03 +02:00 |
|