Luke Boswell
|
2c2a70b8e7
|
Merge remote-tracking branch 'upstream/main' into rust-docs
|
2022-11-06 09:15:57 +11:00 |
|
Folkert
|
92cc120c7f
|
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
|
2022-11-05 12:21:37 +01:00 |
|
Folkert
|
66a1ba00eb
|
1.65 clippy fixes
|
2022-11-03 16:20:37 +01:00 |
|
Luke Boswell
|
a3f901427a
|
correct formatting and removed duplicate image
|
2022-11-03 20:02:10 +11:00 |
|
Luke Boswell
|
f3bdb5f321
|
updating rust package documentation
|
2022-11-03 20:00:06 +11:00 |
|
Folkert
|
0c9b49f5cd
|
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
|
2022-11-02 23:02:22 +01:00 |
|
Ayaz Hafiz
|
0706615d29
|
Decision tree compilation of suffixed list patterns
|
2022-11-01 15:22:31 -05:00 |
|
Ayaz Hafiz
|
b0edcc9af4
|
Add base gen tests for list matching compilation
|
2022-11-01 15:22:31 -05:00 |
|
Ayaz
|
da1d937277
|
Merge pull request #4352 from roc-lang/i4349
Support monomorphic captures of body-polymorphic expressions in closures
|
2022-11-01 15:21:30 -05:00 |
|
Anton-4
|
4ec43d9964
|
Closes #4423, link build command refactoring
|
2022-10-31 21:32:38 +01:00 |
|
Ayaz Hafiz
|
debe6332c5
|
Support OIOP for type aliases
|
2022-10-31 09:38:21 -05:00 |
|
Ayaz Hafiz
|
cfe7c8e5ef
|
Warn on the presence of unnecessary wildcards in output positions
|
2022-10-31 09:38:20 -05:00 |
|
Ayaz Hafiz
|
ec4285c1dd
|
Work around constraining bug in gen test
|
2022-10-31 09:37:41 -05:00 |
|
Folkert
|
dbd0d30893
|
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
|
2022-10-30 15:57:07 +01:00 |
|
Ayaz Hafiz
|
152400dea3
|
Add gen test for multiple ability bounds
|
2022-10-24 14:00:45 -05:00 |
|
Folkert
|
b4878e5550
|
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
|
2022-10-24 18:39:30 +02:00 |
|
Ayaz Hafiz
|
1d885c4ab2
|
Support deriving Decode for opaques
|
2022-10-23 20:48:06 -05:00 |
|
Ayaz Hafiz
|
c4f9aa6fe6
|
Add deriving toEncoder for opaques
|
2022-10-23 20:47:42 -05:00 |
|
Ayaz Hafiz
|
83813afeaf
|
Derive Eq for opaques
|
2022-10-23 20:46:56 -05:00 |
|
Ayaz Hafiz
|
40e05d5a00
|
Add support for deriving Hash for opaques
|
2022-10-23 20:46:56 -05:00 |
|
Ayaz Hafiz
|
ee8e718cc1
|
Support monomorphic captures of polymorphic expressions in closures
Closes #4349
|
2022-10-23 20:44:03 -05:00 |
|
Folkert de Vries
|
bcf2fc340d
|
Merge pull request #4350 from roc-lang/i4348
Use runtime representation of values when building structural eq
|
2022-10-23 01:19:17 +02:00 |
|
Folkert
|
ebac056814
|
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
|
2022-10-21 23:05:34 +02:00 |
|
Ayaz Hafiz
|
f826ff1a71
|
Remove addI* variants from Hash
These are trivially fulfilled by converting a signed int to its unsigned
repr and hashing that.
|
2022-10-19 14:24:21 -05:00 |
|
Ayaz Hafiz
|
7986514d20
|
Use runtime representation of values when building structural eq
Closes #4348
|
2022-10-17 11:36:57 -05:00 |
|
Prajwal S N
|
07224e9086
|
builtin(list): add List.walkFrom, List.walkFromUntil
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-17 20:51:03 +05:30 |
|
Folkert
|
323210c547
|
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
|
2022-10-16 13:56:30 +02:00 |
|
Ayaz
|
e471f4b388
|
Merge pull request #4290 from roc-lang/impl-eq
Add the `Eq` ability
|
2022-10-13 16:13:51 -05:00 |
|
Folkert de Vries
|
da0a8f0b2b
|
Merge pull request #4312 from roc-lang/i4309
Correctly destructure patterns that are assigned to a thunk'd value
|
2022-10-13 00:22:04 +02:00 |
|
Ayaz Hafiz
|
6e5de0d0a9
|
Disable test on gen-dev, for now
|
2022-10-12 16:38:37 -05:00 |
|
Ayaz Hafiz
|
861800ceea
|
Fix gen tests in the presence of Eq
|
2022-10-12 16:38:37 -05:00 |
|
Ayaz Hafiz
|
43086a7e25
|
Enable remaining gen tests
|
2022-10-12 16:38:35 -05:00 |
|
Ayaz Hafiz
|
a256947a9f
|
Move Eq to Bool
|
2022-10-12 16:37:51 -05:00 |
|
Ayaz Hafiz
|
0b02ef2803
|
Fix gen-tests except those that rely on Bool eq
|
2022-10-12 16:37:50 -05:00 |
|
Ayaz Hafiz
|
71c4731256
|
Remove test that is no longer correct
|
2022-10-12 16:37:50 -05:00 |
|
Ayaz Hafiz
|
3674f6861e
|
Compile derived structural equality
|
2022-10-12 16:37:49 -05:00 |
|
Ayaz Hafiz
|
8310230f78
|
Add gen test for custom Eq
|
2022-10-12 16:37:49 -05:00 |
|
Prajwal S N
|
a3e6345257
|
builtin(list): add List.countIf
Closes #4174
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-13 00:45:13 +05:30 |
|
Ayaz Hafiz
|
a68c63f1d1
|
Correctly destructure patterns that are assigned to a thunk'd value
Closes #4309
|
2022-10-12 09:23:48 -05:00 |
|
Brendan Hansknecht
|
ac33fd3237
|
fix wasm test
|
2022-10-10 23:18:06 -07: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 |
|
dependabot[bot]
|
1a9323ecdc
|
Bump libc from 0.2.133 to 0.2.135
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.133 to 0.2.135.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.133...0.2.135)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-10 13:00:20 +00:00 |
|
Folkert
|
d27eff1b36
|
fix test compilation
|
2022-10-09 19:00:34 +02:00 |
|
Prajwal S N
|
aef15ac1e8
|
Merge branch 'main' into str-withprefix
|
2022-10-09 15:53:16 +05:30 |
|
Richard Feldman
|
8b3d73dfbc
|
Merge pull request #4249 from snprajwal/list-walkBckwardsUntil
builtin(list): implement List.walkBackwardsUntil
|
2022-10-08 23:47:29 -07:00 |
|
Ayaz
|
51c687df54
|
Merge branch 'main' into i4150
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
|
2022-10-08 16:08:35 -05:00 |
|
Ayaz
|
9d05bcd9d8
|
Merge pull request #4237 from snprajwal/str-withcapacity
builtin(str): implement Str.withCapacity
|
2022-10-08 14:31:30 -05:00 |
|
Anton-4
|
54fb1bc32f
|
Merge remote-tracking branch 'upstream/main' into str-withprefix
|
2022-10-08 19:58:51 +02:00 |
|
Prajwal S N
|
cbceeff902
|
builtin(list): implement List.walkBackwardsUntil
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-08 14:23:06 +05:30 |
|
Prajwal S N
|
d6526fa425
|
builtin(str): add withPrefix
Closes #4142
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-08 12:52:10 +05:30 |
|