Folkert
|
9a51737a47
|
fix use after free
|
2022-07-13 10:34:30 +02:00 |
|
Richard Feldman
|
5f430034f3
|
roc format List.roc
|
2022-07-12 22:04:55 -04:00 |
|
Folkert
|
4d33e32078
|
comment
|
2022-07-13 01:09:03 +02:00 |
|
Folkert
|
66c0b7d9fd
|
formatting
|
2022-07-13 01:00:27 +02:00 |
|
Folkert
|
f9d8e01561
|
implement Dict/Set completely in roc
|
2022-07-13 00:35:20 +02:00 |
|
Folkert
|
bc24841921
|
Str.fromUtf8Range: take list argument as owned; make sure it's decremented in the small string case
|
2022-07-12 22:57:48 +02:00 |
|
Folkert
|
32207beedf
|
List.sublist: make sure input list is decremented if slice length is 0
|
2022-07-12 22:51:44 +02:00 |
|
Richard Feldman
|
f5f137982c
|
Merge pull request #3432 from rtfeldman/fmt-multiline-when
Format multiline `when` branches
|
2022-07-12 12:54:11 -04:00 |
|
Richard Feldman
|
f5fac8230f
|
Prune some unused dependencies
|
2022-07-11 20:51:41 -04:00 |
|
Richard Feldman
|
d2e5efadc0
|
roc format builtins
|
2022-07-11 13:14:34 -04:00 |
|
Folkert
|
855d49004c
|
remove std.rs
|
2022-07-10 23:16:07 +02:00 |
|
Ayaz Hafiz
|
5e3ccc30cb
|
Inject List.len into Num, and properly import List in Str
|
2022-07-10 16:03:30 -04:00 |
|
Ayaz Hafiz
|
1646e84a77
|
Make json import str
|
2022-07-10 13:15:30 -04:00 |
|
Ayaz Hafiz
|
f06c2af4f1
|
Make sure Json.roc imports List
|
2022-07-10 10:32:28 -04:00 |
|
Marten/Qqwy
|
620d719661
|
Run the formatter
|
2022-07-09 14:28:30 +02:00 |
|
Marten/Qqwy
|
906aa5bbb0
|
Fix implementation and tests for Result.after and Result.afterErr
|
2022-07-09 14:28:30 +02:00 |
|
Marten/Qqwy
|
5632d07179
|
Pure Roc implementation of Result.alterErr
|
2022-07-09 14:28:29 +02:00 |
|
Folkert
|
e8530eaca5
|
improve lowlevel unwrapping
|
2022-07-08 22:13:13 +02:00 |
|
Folkert
|
0f86886ab7
|
Merge branch 'list-unsafe-append' into can-builtins-cleanup
|
2022-07-08 15:38:02 +02:00 |
|
Folkert
|
c3914883be
|
format our roc code
|
2022-07-08 15:00:10 +02:00 |
|
Folkert
|
972d652d5d
|
Merge remote-tracking branch 'origin/trunk' into list-unsafe-append
|
2022-07-08 13:57:09 +02:00 |
|
Folkert
|
41768bfa97
|
new approach for defining our builtins
|
2022-07-08 13:46:34 +02:00 |
|
Ayaz
|
856b38a958
|
Merge pull request #3319 from rtfeldman/remove-old-expect-logic
remove old expect logic
|
2022-07-07 21:21:36 -05:00 |
|
Folkert
|
2f18ff39dc
|
use List.appendUnsafe in List.roc
|
2022-07-07 23:20:43 +02:00 |
|
Folkert
|
56c9787e8f
|
List.appendUnsafe and List.reserve
|
2022-07-07 22:40:28 +02:00 |
|
Folkert de Vries
|
0412578e49
|
Merge pull request #3433 from rtfeldman/url-appending-fixes
url appending fixes
|
2022-07-07 11:51:40 +02:00 |
|
Folkert
|
c5ac4a2984
|
fix reallocation setting both length and capacity
|
2022-07-06 23:56:04 +02:00 |
|
Richard Feldman
|
7e12171b76
|
roc format builtins
|
2022-07-06 14:00:40 -04:00 |
|
Folkert
|
36b42fb62b
|
use existing capacity in Str.concat if possible
|
2022-07-06 17:59:48 +02:00 |
|
Richard Feldman
|
7365da6f69
|
Merge pull request #3370 from rtfeldman/list-unreachable
List unreachable
|
2022-07-06 10:45:50 -04:00 |
|
Folkert
|
f05274faef
|
Merge remote-tracking branch 'origin/trunk' into remove-old-expect-logic
|
2022-07-06 13:03:41 +02:00 |
|
Jan Van Bruggen
|
0002cdf8ec
|
Merge pull request #3380 from rtfeldman/3377-list-range-segfault
Fixes `List.range` segfaulting
|
2022-07-06 00:59:01 -06:00 |
|
Folkert
|
3a30e77726
|
Merge remote-tracking branch 'origin/trunk' into list-unreachable
|
2022-07-06 01:38:50 +02:00 |
|
Folkert
|
52605fcca9
|
simplify string splitting LLVM codegen
|
2022-07-06 01:12:03 +02:00 |
|
Richard Feldman
|
84b11155de
|
Merge pull request #3405 from rtfeldman/roc-anywhere
Roc anywhere
|
2022-07-05 18:27:41 -04:00 |
|
Folkert de Vries
|
93dbda9ac5
|
Merge pull request #3399 from rtfeldman/pure-roc-map-with-index
Pure Roc `List.mapWithIndex`
|
2022-07-06 00:25:46 +02:00 |
|
Folkert
|
3360d9e5cd
|
recurse correctly
|
2022-07-05 22:06:49 +02:00 |
|
Brendan Hansknecht
|
c10ddf8594
|
fix accidental nested directory in lib
|
2022-07-05 11:12:30 -07:00 |
|
Brendan Hansknecht
|
4220b02913
|
setup copying zig bitcode to the target directory
|
2022-07-05 10:44:24 -07:00 |
|
Folkert
|
68de9723cd
|
fix incorrect tag name
|
2022-07-05 11:33:53 +02:00 |
|
Folkert
|
6095dcff66
|
Merge remote-tracking branch 'origin/trunk' into list-unreachable
|
2022-07-04 19:21:31 +02:00 |
|
Folkert
|
6d7c329698
|
Str.walkScalars
|
2022-07-04 18:01:19 +02:00 |
|
Folkert
|
1de9270ecf
|
Merge remote-tracking branch 'origin/trunk' into str-walk
|
2022-07-04 16:30:07 +02:00 |
|
Folkert
|
9c41a4d442
|
str.appendScalar
|
2022-07-04 16:27:04 +02:00 |
|
Brian Carroll
|
40231535fa
|
builtins: Delete Zig implementation of List.mapWithIndex
|
2022-07-04 15:14:32 +01:00 |
|
Brian Carroll
|
557ae4dd9c
|
builtins: Implement List.mapWithIndex in pure Roc
|
2022-07-04 14:57:18 +01:00 |
|
Folkert
|
ab721dd3c1
|
Str.reserve
|
2022-07-04 14:57:20 +02:00 |
|
Folkert
|
f7b8094dfb
|
expose countUtf8Bytes
|
2022-07-04 13:59:19 +02:00 |
|
Folkert
|
a9ba08d8cb
|
appendScalar zig implementation
|
2022-07-04 13:58:39 +02:00 |
|
Folkert
|
4f965ec263
|
fix RocStr.capacity() in zig
|
2022-07-04 13:39:51 +02:00 |
|