Ayaz
|
addfa29a56
|
Merge pull request #4227 from snprajwal/list-expose-walktry
builtin(list): expose walkTry
|
2022-10-07 09:45:21 -05:00 |
|
Ayaz
|
f0786121fb
|
Merge pull request #4222 from roc-lang/explicit-imports-in-prelude
List dependencies in the stdlib explicitly rather than hard-coding
|
2022-10-07 02:39:54 -05:00 |
|
Ayaz
|
2cf1309326
|
Update crates/compiler/builtins/roc/List.roc
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
|
2022-10-06 16:19:15 -05:00 |
|
Prajwal S N
|
0f96dddc25
|
builtin(list): expose walkTry
Fixes: #4168
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-07 00:03:18 +05:30 |
|
Ayaz
|
a5a984ca45
|
Merge pull request #4217 from roc-lang/hashing-perf
Misc hashing perf
|
2022-10-05 20:00:46 -05:00 |
|
Ayaz Hafiz
|
5416eb7cbf
|
List dependencies in the stdlib explicitly rather than hard-coding
|
2022-10-05 18:53:49 -05:00 |
|
Ayaz
|
0b57b00235
|
Merge pull request #4205 from roc-lang/more-hash-derivers
Support deriving `Hash` for inductive records
|
2022-10-05 17:30:02 -05:00 |
|
Ayaz
|
4f1d7fca9a
|
Merge pull request #4218 from roc-lang/rollup-10-05
Misc bugfixes 10-05
|
2022-10-05 14:52:11 -05:00 |
|
Ayaz
|
596f14d173
|
Merge pull request #4203 from roc-lang/shift-signature
Have `Num.shift*By` functions shift by a `U8`
|
2022-10-05 13:26:36 -05:00 |
|
Ayaz Hafiz
|
f849bab6f1
|
Ignore large bit abs on wasm
|
2022-10-05 13:06:44 -05:00 |
|
Brendan Hansknecht
|
ca92b5e8e8
|
Increase the inline threshold
|
2022-10-05 08:11:10 -07:00 |
|
Brendan Hansknecht
|
4ebe1b2bce
|
Avoid allocating a new list when calling List.sublist
|
2022-10-05 08:11:02 -07:00 |
|
Ayaz Hafiz
|
657346a057
|
Support Num.abs for non-64 bit integer types
Closes #4210
|
2022-10-05 08:39:45 -05:00 |
|
Ayaz Hafiz
|
df3b7cb1b4
|
Preserve comments before header
Closes #4212
|
2022-10-05 08:34:30 -05:00 |
|
Ayaz Hafiz
|
7421485973
|
Remove clone
|
2022-10-04 15:37:03 -05:00 |
|
Ayaz Hafiz
|
5870de54ae
|
Add gen tests for record hash deriving
|
2022-10-04 15:29:20 -05:00 |
|
Ayaz Hafiz
|
46f111c6dd
|
Add hash deriving for records
|
2022-10-04 15:23:41 -05:00 |
|
Ayaz Hafiz
|
ad4d98be9c
|
Add derive key generation for record hashing
|
2022-10-04 14:42:00 -05:00 |
|
Ayaz Hafiz
|
fd421c005d
|
Refactor hash immediate tests
|
2022-10-04 14:40:53 -05:00 |
|
Ayaz Hafiz
|
6d7f664194
|
Add test for hashing list of lists
|
2022-10-04 14:40:21 -05:00 |
|
Ayaz Hafiz
|
c2c15d3ee1
|
Skip pending test on wasm
|
2022-10-04 14:39:55 -05:00 |
|
Ayaz Hafiz
|
29991654db
|
Make sure conversion of signed ints before shift applies to the shifted number
|
2022-10-04 14:23:53 -05:00 |
|
Ayaz Hafiz
|
085c73dffe
|
Clippy
|
2022-10-04 14:10:29 -05:00 |
|
Ayaz Hafiz
|
f2c30a699c
|
Remove stray dbg
|
2022-10-04 14:09:40 -05:00 |
|
Ayaz Hafiz
|
42ddcb70df
|
Add derive test for List of strings
|
2022-10-04 14:09:40 -05:00 |
|
Ayaz Hafiz
|
5b833e57b5
|
Support derivation of Hash for Str and List
|
2022-10-04 14:09:40 -05:00 |
|
Ayaz Hafiz
|
294244ae25
|
Make sure flex unifies with rigid-able vars correctly
|
2022-10-04 14:09:40 -05:00 |
|
Ayaz Hafiz
|
715d88510c
|
Add tests for immediates of the Hash ability
|
2022-10-04 14:09:40 -05:00 |
|
Ayaz Hafiz
|
8844cd256e
|
Make sure Num.minU128 /Num.maxU128 is properly exposed
|
2022-10-04 14:09:40 -05:00 |
|
Ayaz Hafiz
|
427528e659
|
Add deriving of immediates for the Hash ability
|
2022-10-04 14:09:39 -05:00 |
|
Ayaz
|
a08b45263b
|
Merge branch 'main' into shift-signature
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
|
2022-10-04 12:58:09 -05:00 |
|
Ayaz Hafiz
|
dea7661068
|
Have Num.shift*By functions shift by a U8
302305020
|
2022-10-04 12:28:33 -05:00 |
|
Ayaz Hafiz
|
f68cb3b0ed
|
Flip order of hash signature
|
2022-10-04 12:14:07 -05:00 |
|
Ayaz Hafiz
|
e9efc95425
|
Obligation checking for the Hash ability
This implements type-level checks that types can and cannot implement
the `Hash` ability.
Part of #4195
|
2022-10-04 10:51:14 -05:00 |
|
Ayaz Hafiz
|
ca4ee908f8
|
Avoid shadowing Hash in mono tests
|
2022-10-04 10:23:39 -05:00 |
|
Ayaz Hafiz
|
1c8ed27e58
|
Avoid Hash shadowing in abilities tests
|
2022-10-04 10:23:09 -05:00 |
|
Ayaz Hafiz
|
eadbc0912a
|
Update the compiler to be aware of Hash
|
2022-10-04 10:22:22 -05:00 |
|
Ayaz Hafiz
|
76510ec323
|
Add Hash.roc builtin module
|
2022-10-04 10:14:29 -05:00 |
|
Ayaz Hafiz
|
f6c21cc933
|
Correctly format abilities with comments
|
2022-10-04 10:03:51 -05:00 |
|
Ayaz
|
f145610be0
|
Merge pull request #4125 from roc-lang/fix-module-name-mismatches
Assorted QoL improvements to incorrect module importing
|
2022-10-04 06:37:19 -05:00 |
|
Ayaz
|
6ff59f6dc7
|
Merge pull request #4182 from roc-lang/i4151
Correctly format nested pipeline operators
|
2022-10-03 14:53:02 -05:00 |
|
Ayaz Hafiz
|
bbb2083dd6
|
Correctly format nested pipeline operators
Closes #4151
|
2022-10-03 14:18:17 -05:00 |
|
Ayaz Hafiz
|
92b754f292
|
Illegal self recursion on toplevel defs
Closes #4153
|
2022-10-03 13:14:56 -05:00 |
|
Richard Feldman
|
2764ebb94c
|
Merge pull request #4146 from roc-lang/format-char-with-spaces
Properly format characters with escape sequences
|
2022-10-02 23:09:10 -07:00 |
|
Ayaz Hafiz
|
ec40c3aa0e
|
Derive Copy
|
2022-10-02 21:42:43 -05:00 |
|
Ayaz Hafiz
|
5bf71edf0c
|
Some cleanup
|
2022-10-02 21:42:28 -05:00 |
|
Ayaz Hafiz
|
e1aadbc6ef
|
Add clone comment
|
2022-10-02 21:41:10 -05:00 |
|
Ayaz Hafiz
|
a6cf21dcf9
|
Revert "Lints"
This reverts commit f7e85b5295a44217bde9b6b83d188d84ee863d0c.
|
2022-10-02 21:39:48 -05:00 |
|
Ayaz Hafiz
|
f3689b1146
|
Fmt
|
2022-10-02 21:38:04 -05:00 |
|
Ayaz Hafiz
|
852fd0a127
|
Lints
|
2022-10-02 21:38:04 -05:00 |
|