Prajwal S N
|
df7e4eea7e
|
builtin(str): implement Str.graphemes
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-22 19:29:49 -07:00 |
|
Ayaz Hafiz
|
595433b8c8
|
Make sure to map structuralNotEq to NotEq
|
2022-10-12 16:38:37 -05:00 |
|
Ayaz Hafiz
|
6149c289fc
|
Update Eq symbols
|
2022-10-12 16:38:36 -05:00 |
|
Ayaz Hafiz
|
a256947a9f
|
Move Eq to Bool
|
2022-10-12 16:37:51 -05:00 |
|
Ayaz Hafiz
|
3674f6861e
|
Compile derived structural equality
|
2022-10-12 16:37:49 -05:00 |
|
Ayaz
|
83b64c4fb3
|
Merge pull request #4209 from roc-lang/impl-tag-discriminant
Derive `Hash` implementations for tag unions
|
2022-10-10 22:23:05 -05:00 |
|
Prajwal S N
|
9013e4ce11
|
builtin(str): implement withCapacity
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-08 00:24:46 +05:30 |
|
Ayaz Hafiz
|
792afe5457
|
Remove TagDiscriminant low-level
|
2022-10-05 13:00:45 -05:00 |
|
Ayaz Hafiz
|
fd54cdfdd1
|
Low-level to extract discriminant from a tag union
|
2022-10-04 16:17:05 -05:00 |
|
Folkert
|
2d366acc6e
|
split out int and frac division into separate lowlevels
|
2022-08-23 11:07:38 +02:00 |
|
Folkert
|
5763248b44
|
Merge remote-tracking branch 'origin/trunk' into assoc-list-dict
|
2022-07-13 20:44:28 +02:00 |
|
Richard Feldman
|
25facfa9c6
|
Expose capacity builtins
|
2022-07-13 12:19:37 -04:00 |
|
Folkert
|
8e21fdcb04
|
remove dict/set lowlevels
|
2022-07-13 11:24:07 +02:00 |
|
Folkert
|
a4e1de2f2d
|
improve names and comments around the new macros
|
2022-07-08 23:43:36 +02:00 |
|
Folkert
|
e8530eaca5
|
improve lowlevel unwrapping
|
2022-07-08 22:13:13 +02:00 |
|
Folkert
|
56c9787e8f
|
List.appendUnsafe and List.reserve
|
2022-07-07 22:40:28 +02:00 |
|
Folkert
|
3a30e77726
|
Merge remote-tracking branch 'origin/trunk' into list-unreachable
|
2022-07-06 01:38:50 +02: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
|
6d7c329698
|
Str.walkScalars
|
2022-07-04 18:01:19 +02:00 |
|
Folkert
|
9c41a4d442
|
str.appendScalar
|
2022-07-04 16:27:04 +02:00 |
|
Brian Carroll
|
eb2ac4c82b
|
module: delete LowLevel enum variant ListMapWithIndex
|
2022-07-04 15:07:12 +01:00 |
|
Folkert
|
ab721dd3c1
|
Str.reserve
|
2022-07-04 14:57:20 +02:00 |
|
Folkert
|
5904934887
|
rename countBytes -> countUtf8Bytes
|
2022-07-03 21:49:01 +02:00 |
|
Folkert
|
be3800d7fa
|
add substringUnsafe roc function
|
2022-07-03 17:15:25 +02:00 |
|
Folkert
|
3cd56c3184
|
add Str.countBytes
|
2022-07-03 14:16:47 +02:00 |
|
Folkert
|
1f943a5452
|
add Str.getUnsafe
|
2022-07-03 13:46:22 +02:00 |
|
Folkert
|
762258ae20
|
Merge remote-tracking branch 'origin/trunk' into list-unreachable
|
2022-07-03 02:54:15 +02:00 |
|
Folkert de Vries
|
2a82d24847
|
Merge pull request #3369 from rtfeldman/pure-roc-list-walk
List.walk and friends in pure Roc
|
2022-07-03 02:32:43 +02:00 |
|
Folkert
|
2e0e867f32
|
format
|
2022-07-03 01:33:05 +02:00 |
|
Folkert de Vries
|
d2c07f350d
|
Merge pull request #3371 from rtfeldman/starts-with-scalar
Str.startsWithCodePt -> Str.startsWithScalar
|
2022-07-03 00:22:21 +02:00 |
|
Folkert de Vries
|
75b4b3a206
|
Merge pull request #3365 from rtfeldman/to-scalars
Add Str.toScalars builtin
|
2022-07-02 23:04:28 +02:00 |
|
Brian Carroll
|
94181111be
|
Merge branch 'trunk' of github.com:rtfeldman/roc into pure-roc-list-walk
|
2022-07-02 21:44:42 +01:00 |
|
Richard Feldman
|
af05723d35
|
Rename startsWithCodePt to startsWithScalar
|
2022-07-02 15:51:33 -04:00 |
|
Folkert
|
506e374642
|
List.unreachable
|
2022-07-02 19:40:05 +02:00 |
|
Folkert
|
e29a89d33c
|
remove zig implementation of keepIf/keepErrs/keepOks
|
2022-07-02 19:38:38 +02:00 |
|
Richard Feldman
|
acb7cf99e1
|
Add Str.toScalars builtin
|
2022-07-02 13:12:12 -04:00 |
|
Brian Carroll
|
219e6d11cf
|
Merge branch 'trunk' of github.com:rtfeldman/roc into pure-roc-list-walk
|
2022-07-02 18:08:43 +01:00 |
|
Anton-4
|
b74fc3554b
|
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder
|
2022-07-02 12:35:19 +02:00 |
|
Anton-4
|
b1b9a8dc0a
|
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder
|
2022-07-02 10:44:25 +02:00 |
|
Anton-4
|
eee85fa45d
|
moved all crates into seperate folder + related path fixes
|
2022-07-01 17:37:43 +02:00 |
|