Chad Stearns
|
5561f9787e
|
Use Str.split bitcode with proper arguments and names
|
2020-11-07 02:26:59 -05:00 |
|
Chad Stearns
|
006bc6163b
|
Fix typo from segements to segments
|
2020-11-07 02:26:41 -05:00 |
|
Chad Stearns
|
3e03c1fb93
|
Small clean ups
|
2020-11-07 02:26:23 -05:00 |
|
Chad Stearns
|
d41e940b7f
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
|
2020-11-07 02:07:52 -05:00 |
|
Pablo Hirafuji
|
ecfcdf7d79
|
Add docs multiparagraph tests
|
2020-11-06 14:36:30 -03:00 |
|
Pablo Hirafuji
|
0c20713f94
|
Add doc comment new line parsing
|
2020-11-06 13:57:41 -03:00 |
|
Richard Feldman
|
00130c6dc0
|
Merge pull request #613 from rtfeldman/fix/docs-tests
Add some tests for documentation gen
|
2020-11-06 08:53:52 -05:00 |
|
Richard Feldman
|
6f4d727b6f
|
Merge pull request #646 from rtfeldman/add_list_contains
Add List.contains
|
2020-11-06 08:49:59 -05:00 |
|
Richard Feldman
|
27d17f6e2e
|
Merge branch 'trunk' into fix/docs-tests
|
2020-11-05 23:35:41 -05:00 |
|
Richard Feldman
|
8429bd896f
|
Fix fix of typo
|
2020-11-05 22:31:52 -05:00 |
|
Richard Feldman
|
401c3319a0
|
Merge branch 'trunk' into optional-fields-in-exprs
|
2020-11-05 20:58:51 -05:00 |
|
Richard Feldman
|
b7914cda46
|
fix typo
|
2020-11-05 20:53:28 -05:00 |
|
lrosa007
|
39d5221810
|
pass list_elem_layout down to build_eq
|
2020-11-05 11:07:07 -05:00 |
|
lrosa007
|
82820ac4a0
|
no need to clone match on &list_layout
|
2020-11-05 09:07:02 -05:00 |
|
lrosa007
|
d880293afa
|
remove match cause build_eq can tell if it can't compare the BasicEnumValues
|
2020-11-05 08:54:12 -05:00 |
|
Folkert
|
42e9ab3998
|
Merge remote-tracking branch 'origin/trunk' into call-closures-from-host
|
2020-11-05 14:01:02 +01:00 |
|
Folkert
|
377e57bed9
|
fix comment
|
2020-11-05 13:56:25 +01:00 |
|
Folkert
|
9790312d4a
|
add some gen tests
|
2020-11-05 13:49:21 +01:00 |
|
Folkert
|
b4852c0f4f
|
fix uniqueness signature
|
2020-11-05 13:49:09 +01:00 |
|
lrosa007
|
7c9e0ac3e9
|
Merge branch 'trunk' into add_list_contains
|
2020-11-04 22:10:12 -05:00 |
|
lrosa007
|
0266754963
|
fix: bad double condition made no sense
|
2020-11-04 22:00:32 -05:00 |
|
lrosa007
|
deb249bdb4
|
llvm yells now
|
2020-11-04 21:56:42 -05:00 |
|
lrosa007
|
9269f1d8a7
|
feat(List): start contains function
|
2020-11-04 21:09:15 -05:00 |
|
Folkert
|
b70eb3c636
|
cleanup
|
2020-11-05 01:09:48 +01:00 |
|
Folkert
|
82ad0001b6
|
remove unneeded field from module cache
|
2020-11-05 01:06:31 +01:00 |
|
Folkert
|
3fe0140c7e
|
clip clip clip
|
2020-11-05 00:59:26 +01:00 |
|
Folkert
|
f07e69ad87
|
wrap closure call result in RocCallResult
|
2020-11-05 00:43:13 +01:00 |
|
Folkert
|
c3090cf9d7
|
attempt to wrap closure call result in RocCallResult
|
2020-11-05 00:23:53 +01:00 |
|
Folkert
|
0289fe37a5
|
make it actually work
|
2020-11-05 00:02:49 +01:00 |
|
Folkert
|
cb28e533b8
|
so close
|
2020-11-04 23:07:02 +01:00 |
|
Folkert
|
4c5a5dc6a2
|
thread things through
|
2020-11-04 21:03:43 +01:00 |
|
Folkert
|
33820dd82e
|
record alias data in Annotation
|
2020-11-04 20:06:57 +01:00 |
|
Sébastien Besnier
|
7a21b6a162
|
make clippy happy
|
2020-11-04 15:45:25 +01:00 |
|
Folkert
|
2acbfa91f1
|
remove def_symbol field
|
2020-11-04 14:59:41 +01:00 |
|
Folkert
|
6a51ba70c2
|
Merge remote-tracking branch 'origin/trunk' into track-exposed-rigids-aliases
|
2020-11-04 13:22:45 +01:00 |
|
Folkert
|
c09b66a9cc
|
add HostExposedAlias
|
2020-11-04 13:19:57 +01:00 |
|
Sébastien Besnier
|
619cabe1b8
|
add reporting tests
|
2020-11-04 10:51:34 +01:00 |
|
Sébastien Besnier
|
b2e6ebd32e
|
add tests
|
2020-11-04 09:51:37 +01:00 |
|
Sébastien Besnier
|
5273896981
|
working feature
|
2020-11-04 09:49:19 +01:00 |
|
Richard Feldman
|
84fe87a756
|
Panic if rebuilding host fails
|
2020-11-03 21:54:53 -05:00 |
|
Richard Feldman
|
3479f61820
|
Merge branch 'trunk' into optional-fields-in-exprs
|
2020-11-03 20:59:28 -05:00 |
|
Folkert
|
d19223dfb3
|
add VariableSizedTypes struct
|
2020-11-04 00:03:14 +01:00 |
|
Sébastien Besnier
|
aaff5a5dce
|
first draft about invalid optional fields in records
|
2020-11-03 21:28:50 +01:00 |
|
Folkert
|
2cf7a9fe42
|
fix tests
|
2020-11-03 20:13:38 +01:00 |
|
Folkert
|
212f8b4d50
|
change test runners to use new error reporting stuff
|
2020-11-03 19:36:02 +01:00 |
|
Folkert
|
e565abd411
|
remove passing of src
|
2020-11-03 17:13:44 +01:00 |
|
Folkert
|
c47e3d7649
|
remove FinishedInfo
|
2020-11-03 17:11:13 +01:00 |
|
Folkert
|
af0600dc25
|
report errors per-module
|
2020-11-03 16:59:37 +01:00 |
|
Pablo Hirafuji
|
f441e1dbd1
|
Merge branch 'trunk' into fix/docs-tests
|
2020-11-03 10:59:05 -03:00 |
|
Folkert
|
1a36733c04
|
fix clippy issues
|
2020-11-02 23:44:59 +01:00 |
|