Richard Feldman
|
6f1932eae4
|
Fix endsWith off-by-one error
|
2022-07-25 19:15:38 +02:00 |
|
Richard Feldman
|
7cf5732001
|
Add List.startsWith and endsWith gen tests
|
2022-07-25 19:15:38 +02:00 |
|
Richard Feldman
|
bdfcabd803
|
Add List.findLast gen tests
|
2022-07-25 19:15:37 +02:00 |
|
Richard Feldman
|
c3cfc0d396
|
Add List.findLastIndex gen tests
|
2022-07-25 19:15:37 +02:00 |
|
Richard Feldman
|
97720c4090
|
Drop unexposed List symbol
List.iterate doesn't need a manual Symbol entry because
it's not exposed.
|
2022-07-25 19:15:37 +02:00 |
|
Richard Feldman
|
d60ad6b5af
|
Fix iterateBackwards
|
2022-07-25 19:15:36 +02:00 |
|
Richard Feldman
|
1c2047fbeb
|
Rename an argument
|
2022-07-25 19:15:36 +02:00 |
|
Richard Feldman
|
3991bd31d6
|
Don't qualify iterateBackwards
|
2022-07-25 19:15:36 +02:00 |
|
Richard Feldman
|
5520a82bfe
|
Re-enable and expand list_find_empty_layout
|
2022-07-25 19:15:35 +02:00 |
|
Richard Feldman
|
038e999009
|
roc format List.roc
|
2022-07-25 19:15:35 +02:00 |
|
Richard Feldman
|
6a3694cf8f
|
Fix some errors and warnings
|
2022-07-25 19:15:35 +02:00 |
|
Richard Feldman
|
bae99413dd
|
Expose List.startsWith and List.endsWith
|
2022-07-25 19:15:34 +02:00 |
|
Richard Feldman
|
baa9176363
|
Update List builtin symbols
|
2022-07-25 19:15:34 +02:00 |
|
Richard Feldman
|
a5384effee
|
Improve some doc comments
|
2022-07-25 19:15:33 +02:00 |
|
Richard Feldman
|
c87f2fdee1
|
Add List.splitFirst and List.splitLast
|
2022-07-25 19:15:33 +02:00 |
|
Richard Feldman
|
87f03d1f9f
|
Add List.findLast and findLastIndex
|
2022-07-25 19:15:32 +02:00 |
|
Richard Feldman
|
46abf539bf
|
Drop unnecessary parens
|
2022-07-25 19:15:32 +02:00 |
|
Richard Feldman
|
f3b8025d8d
|
Rename List.find and findIndex to include 'First'
|
2022-07-25 19:15:32 +02:00 |
|
Richard Feldman
|
661376958c
|
Add List.startsWith and List.endsWith
|
2022-07-25 19:15:31 +02:00 |
|
Richard Feldman
|
10001876bb
|
Merge pull request #3629 from rtfeldman/when-binop
Allow `when` after infix operators
|
2022-07-25 08:59:54 -04:00 |
|
Richard Feldman
|
a790db6159
|
Merge pull request #3613 from rtfeldman/i3263
Allow underscores in assignment patterns, and warn on assignments that don't add anything new
|
2022-07-25 08:59:40 -04:00 |
|
Richard Feldman
|
a1a3eff278
|
Support when after binop
|
2022-07-24 18:25:02 -04:00 |
|
Richard Feldman
|
bbf867c1d1
|
Reproduce missing support for when after operator
|
2022-07-24 18:25:02 -04:00 |
|
Richard Feldman
|
0d2141d8b8
|
Separate out parse_loc_term_or_underscore_or_if
|
2022-07-24 18:15:18 -04:00 |
|
Folkert de Vries
|
834378503f
|
Merge pull request #3625 from rtfeldman/multiple-expects
Multiple expects
|
2022-07-25 00:04:37 +02:00 |
|
Richard Feldman
|
a9483e4098
|
Merge pull request #3626 from rtfeldman/llvm-wasm-tests
Llvm wasm tests
|
2022-07-24 17:12:19 -04:00 |
|
Richard Feldman
|
089fae2d56
|
Merge pull request #3627 from rtfeldman/glue
Replace separate bindgen CLI with `roc glue`
|
2022-07-24 17:04:20 -04:00 |
|
Ayaz Hafiz
|
c882c76685
|
Update test
|
2022-07-24 16:12:47 -04:00 |
|
Ayaz Hafiz
|
0d13dcb1af
|
Update can tests
|
2022-07-24 16:11:05 -04:00 |
|
Ayaz Hafiz
|
0de32ac5a9
|
Warn on definitions that introduce no new variables
|
2022-07-24 16:11:04 -04:00 |
|
Ayaz Hafiz
|
beccc92c87
|
Support underscores in assignment patterns
|
2022-07-24 16:11:03 -04:00 |
|
Ayaz Hafiz
|
fbd70c4031
|
Parse assignment patterns with underscores
|
2022-07-24 16:10:01 -04:00 |
|
Brendan Hansknecht
|
3e82d30e89
|
Merge pull request #3619 from rtfeldman/gen-dev/array
Gen dev/array
|
2022-07-24 18:21:20 +00:00 |
|
Richard Feldman
|
cc790a2773
|
fixup! Rename bindgen_rs to rust_glue
|
2022-07-24 11:54:40 -04:00 |
|
Folkert
|
916ab396c0
|
don't read uninitialized memory
|
2022-07-24 17:53:59 +02:00 |
|
Folkert
|
9cb611e540
|
clippy
|
2022-07-24 16:49:42 +02:00 |
|
Folkert
|
7953da1c71
|
clippy
|
2022-07-24 16:33:57 +02:00 |
|
Folkert
|
11c0ca2f1b
|
wasm test wrapper: don't return dangling pointers
|
2022-07-24 16:28:41 +02:00 |
|
Folkert
|
d87c079620
|
change how tags are created
wasm in optimize mode just removed the whole tag creation
|
2022-07-24 15:50:54 +02:00 |
|
Folkert
|
425004dd28
|
remove duplicate test
|
2022-07-24 15:49:21 +02:00 |
|
Folkert
|
6e12ac191d
|
check i128 alignment for wasm too
|
2022-07-24 14:11:52 +02:00 |
|
Folkert
|
2181d4c498
|
cleanup
|
2022-07-24 14:11:37 +02:00 |
|
Folkert
|
91a11a70af
|
fix str_walk_utf8_with_index
|
2022-07-24 14:04:41 +02:00 |
|
Folkert
|
8d4a770373
|
return list instead of nat
|
2022-07-24 13:48:06 +02:00 |
|
Folkert
|
4b5432328b
|
update tag tests
|
2022-07-24 13:42:06 +02:00 |
|
Folkert
|
60b7f2cf94
|
additional 32-bit string layout tests
|
2022-07-24 13:38:11 +02:00 |
|
Folkert
|
05a7d76a5e
|
update StrGetUnsafe
|
2022-07-24 13:34:14 +02:00 |
|
Folkert
|
100e439852
|
fix bug with ALIGN_OF_WASM on tuples (it used the size)
|
2022-07-24 13:33:35 +02:00 |
|
Folkert
|
f7d1ba6952
|
fix list sorting
|
2022-07-24 13:24:28 +02:00 |
|
Folkert
|
c274ada741
|
more cleanup
|
2022-07-24 13:21:00 +02:00 |
|