Norbert Hajagos
|
fc0a9ec4cf
|
add with_ascii_uppercased and caseless_ascii_equals to Str
|
2025-01-23 15:21:11 +01:00 |
|
shua
|
6c29d7aa1f
|
Merge branch 'main' into fromutf-roc
|
2025-01-20 19:16:38 +01:00 |
|
Norbert Hajagos
|
8403f1ea19
|
with_ascii_lowercased zig builtin
|
2025-01-20 10:58:41 +01:00 |
|
Luke Boswell
|
c8467b1fe0
|
Merge pull request #7454 from roc-lang/ayaz/error-on-invalid-generalized-types
Restrict usages of type variables in non-generalized contexts
|
2025-01-20 11:30:52 +11:00 |
|
shua
|
17624a9d2c
|
Merge branch 'main' into fromutf-roc
|
2025-01-18 01:58:14 +01:00 |
|
Ian McLerran
|
14d99c6907
|
update solve_expr and test_gen tests with map_ok
|
2025-01-15 21:30:19 -06:00 |
|
shua
|
414fecd14d
|
add fromUtf16 and 32, as well as lossy variants
|
2025-01-15 00:17:09 +01:00 |
|
Ayaz Hafiz
|
89700b491c
|
Fix some tests
|
2025-01-10 20:49:53 -05:00 |
|
Sam Mohr
|
eb1b5ffa26
|
Move to new interpolation syntax
|
2025-01-10 10:29:20 -08:00 |
|
Sam Mohr
|
7a2f8bfa71
|
Merge branch 'main' into auto-snake-case
|
2025-01-07 13:18:41 -08:00 |
|
Sam Mohr
|
0edbf16d55
|
More progress
|
2025-01-05 05:16:47 -08:00 |
|
Sam Mohr
|
b56fbd38e1
|
Progress on updating entire compiler for snake_case
|
2025-01-05 03:48:03 -08:00 |
|
shua
|
2dfce54a7c
|
update Str.fromUtf8 error type
|
2024-12-08 23:09:47 +01:00 |
|
Isaac Van Doren
|
45b50bd131
|
add List.splitAt
|
2024-11-09 17:16:21 -06:00 |
|
shua
|
f7bec802c0
|
PR: rename to List.concatUtf8
|
2024-06-08 13:36:20 +02:00 |
|
shua
|
33e8a7a439
|
implement Str.concatUtf8
|
2024-06-07 19:05:52 +02:00 |
|
Agus Zubiaga
|
7ebfc6d06d
|
Support both inline and header imports
Load will now convert header imports to inline import defs, so that
we can support both temporarily.
|
2024-04-20 19:04:09 -03:00 |
|
Richard Feldman
|
24a38c4a26
|
Merge remote-tracking branch 'origin/main' into remove-nat
|
2024-02-11 12:26:36 -05:00 |
|
Anton-4
|
3c7a834da1
|
update to new interpolation syntax
|
2024-02-02 13:39:10 +01:00 |
|
Richard Feldman
|
bf660ad094
|
Remove Nat from tests
|
2024-01-26 16:19:52 -05:00 |
|
Richard Feldman
|
7e51dfd526
|
Update test fixtures to not use Nat indices
|
2024-01-26 16:06:07 -05:00 |
|
Anton-4
|
1126f85b5a
|
fix clippy unnecessary hashes
|
2024-01-01 16:38:36 +01:00 |
|
Bryce Miller
|
59eb28ef58
|
Add builtin List.walkWithIndexUntil
|
2023-12-11 23:04:40 -05:00 |
|
Isaac Van Doren
|
139d3c6f89
|
make dropFirst and dropLast drop n elements
|
2023-10-29 13:23:33 -05:00 |
|
Richard Feldman
|
dc7e8b43bd
|
Rename Float to Frac in more places
|
2023-09-11 08:50:13 -04:00 |
|
Richard Feldman
|
2da41be29f
|
Merge remote-tracking branch 'origin/main' into abilities-syntax
|
2023-08-10 20:36:01 -04:00 |
|
Ayaz Hafiz
|
6014370b91
|
Initial support for erasure in tests
|
2023-07-12 13:53:51 -05:00 |
|
Folkert
|
ef39bad7c6
|
auto clippy fixes
|
2023-07-10 18:27:08 +02:00 |
|
Hannes
|
97fa6758d0
|
Rename trimLeft to trimStart and trimRight to trimEnd
|
2023-06-19 13:17:59 +08:00 |
|
Bryce Miller
|
cb08225bf0
|
| -> where
|
2023-06-05 20:19:00 -04:00 |
|
Bryce Miller
|
91e37293a2
|
abilities syntax has -> implements
|
2023-05-24 21:29:38 -04:00 |
|
Bryce Miller
|
31c06ca979
|
has -> implements
|
2023-05-21 19:54:58 -04:00 |
|
Ayaz Hafiz
|
7797412aef
|
Drop unused functions
|
2023-04-20 17:57:18 -05:00 |
|
Ayaz Hafiz
|
721d3836cd
|
Migrate even more tests
|
2023-04-20 16:18:23 -05:00 |
|
Ayaz Hafiz
|
7c14b78e5d
|
Migrate more tests
|
2023-04-20 16:18:23 -05:00 |
|
Ayaz Hafiz
|
014ec8c092
|
Support multiple modules in uitest
|
2023-04-12 11:35:33 -05:00 |
|
Ayaz Hafiz
|
aa7fb75f3e
|
Drop infer_queries macro
|
2023-04-02 13:16:04 -05:00 |
|
Ayaz Hafiz
|
c57aaecad4
|
Migrate pattern tests
|
2023-04-02 13:15:36 -05:00 |
|
Ayaz Hafiz
|
67364e1a42
|
Migrate polymorphic lambda set specialization tests
|
2023-04-02 13:12:51 -05:00 |
|
Ayaz Hafiz
|
e72e17fc82
|
Migrate list_of_lambdas
|
2023-04-02 13:03:18 -05:00 |
|
Ayaz Hafiz
|
88b044a765
|
Migrate ability resolution tests
|
2023-04-02 13:02:01 -05:00 |
|
Ayaz Hafiz
|
05af17af43
|
Migrate even more tests
|
2023-04-02 12:56:01 -05:00 |
|
Ayaz Hafiz
|
2dcafffb46
|
Migrate couple more tests
|
2023-04-02 12:53:06 -05:00 |
|
Ayaz Hafiz
|
bc7e6c4340
|
Unused test
|
2023-04-02 12:50:19 -05:00 |
|
Ayaz Hafiz
|
6b3a4b419e
|
Migrate even more tests
|
2023-03-31 19:05:10 -05:00 |
|
Ayaz Hafiz
|
61adcd34d2
|
Migrate more tests
|
2023-03-31 18:35:45 -05:00 |
|
Ayaz Hafiz
|
906f2349b8
|
Remove migrated test
|
2023-03-31 18:02:10 -05:00 |
|
Ayaz Hafiz
|
fadd3e7e4a
|
Remove migrated test
|
2023-03-31 14:35:21 -05:00 |
|
Ayaz Hafiz
|
a10ce77584
|
Support printing can decls in uitest
|
2023-03-31 14:34:06 -05:00 |
|
Ayaz Hafiz
|
d891dd829f
|
Migrate more tests
|
2023-03-31 14:06:49 -05:00 |
|