Folkert de Vries
|
51d5aa789a
|
Merge pull request #3870 from roc-lang/dev-backend-div
add int/float division to the dev backend
|
2022-08-25 09:03:19 +02:00 |
|
Folkert
|
71e78f77a2
|
disable subs caching on windows statically
|
2022-08-24 23:16:49 +02:00 |
|
Folkert
|
428b1edf5d
|
cross-compile hello world (it runs in wine!)
|
2022-08-24 22:43:09 +02:00 |
|
Ayaz
|
f5e1baffda
|
Merge pull request #3887 from roc-lang/lib-dir-erro
improved lib dir error msg
|
2022-08-24 12:55:20 -05:00 |
|
Folkert de Vries
|
c06e5cfa32
|
Merge pull request #3769 from roc-lang/expect-fx-codegen
expect fx codegen
|
2022-08-24 19:48:42 +02:00 |
|
Anton-4
|
53aa346f47
|
clippy
|
2022-08-24 17:32:36 +02:00 |
|
Folkert
|
8ca7ee1e14
|
build zig builtins for windows
|
2022-08-24 16:59:06 +02:00 |
|
Anton-4
|
25a5303923
|
improved lib dir error msg
|
2022-08-24 16:46:55 +02:00 |
|
Ayaz Hafiz
|
238464c505
|
Get rid of a redundant subs snapshot
|
2022-08-24 09:01:02 -05:00 |
|
Ayaz Hafiz
|
2afad0127f
|
Replace snapshot of subs/layout directly with "TypeState" snapshots
|
2022-08-24 08:53:21 -05:00 |
|
Folkert
|
7d060e82fc
|
Merge remote-tracking branch 'origin/main' into expect-fx-codegen
|
2022-08-24 14:56:46 +02:00 |
|
Folkert
|
592a219f5d
|
remove test that is not useful
|
2022-08-24 14:09:16 +02:00 |
|
Ayaz Hafiz
|
3b2e3d515f
|
Include var in lambda set size traces
|
2022-08-23 15:42:01 -05:00 |
|
Ayaz Hafiz
|
b3f8ead89d
|
Add tracing of lambda set sizes in mono layout
|
2022-08-23 15:20:39 -05:00 |
|
Ayaz Hafiz
|
e5034e7331
|
Add tracing for external specializations
|
2022-08-23 14:32:24 -05:00 |
|
Folkert
|
a3a4a5ff3c
|
some gen_num test cleanups
|
2022-08-23 20:36:12 +02:00 |
|
Folkert
|
6869c5d5c8
|
implement signed checked addition
|
2022-08-23 20:23:01 +02:00 |
|
Ayaz Hafiz
|
2b9013c5f5
|
Add roc_tracing to test_mono
|
2022-08-23 13:11:30 -05:00 |
|
Folkert
|
b43c0ac1e3
|
use RocResult in addChecked test
|
2022-08-23 20:10:05 +02:00 |
|
Folkert
|
a44afd1383
|
enable some result tests for the dev backend
|
2022-08-23 20:08:33 +02:00 |
|
Ayaz Hafiz
|
848facb386
|
Add roc_tracing crate and initial traces in mono
|
2022-08-23 12:47:41 -05:00 |
|
Ayaz Hafiz
|
a01583efff
|
Add derive key tests for able ext vars
|
2022-08-23 10:41:06 -05:00 |
|
Ayaz Hafiz
|
a8bd529664
|
Support derivers for tag unions with ext vars
|
2022-08-23 10:41:06 -05:00 |
|
Ayaz Hafiz
|
2f24c81dab
|
Support deriving decoder for record with arbitrary ext var
|
2022-08-23 10:41:06 -05:00 |
|
Ayaz Hafiz
|
b5e59d22e3
|
Support extension variables in record and tag union encoding derive keys
|
2022-08-23 10:41:06 -05:00 |
|
Ayaz Hafiz
|
a1d8f8392a
|
Include RigidOptional as optional field
|
2022-08-23 10:39:51 -05:00 |
|
Ayaz Hafiz
|
e77e53f37b
|
Enable optional record field underivable error
|
2022-08-23 10:39:51 -05:00 |
|
Ayaz Hafiz
|
55fe1df995
|
Add more context to derivability errors when they happen
|
2022-08-23 10:39:50 -05:00 |
|
Ayaz Hafiz
|
d2b9cc056f
|
Record with optionally-typed fields cannot be derived for decoding
|
2022-08-23 10:38:30 -05:00 |
|
Folkert
|
7eb24aa160
|
fix merge conflict
|
2022-08-23 16:47:35 +02:00 |
|
Folkert
|
a22e04361c
|
Merge remote-tracking branch 'origin/main' into expect-fx-codegen
|
2022-08-23 16:28:21 +02:00 |
|
raleng
|
1b2952bc70
|
Fix invalid multiline string output in REPL
If a PlainLine string contains a newline character, the REPL will print
the string using a triple-quoted block string.
|
2022-08-23 11:26:48 +02:00 |
|
Folkert
|
2d366acc6e
|
split out int and frac division into separate lowlevels
|
2022-08-23 11:07:38 +02:00 |
|
Folkert
|
2151891ecd
|
add disassembler tests for division
|
2022-08-23 10:48:10 +02:00 |
|
Folkert
|
8305d3b037
|
better comments for the DIV functions
|
2022-08-23 10:29:04 +02:00 |
|
Folkert de Vries
|
5e8faf64be
|
Merge pull request #3833 from roc-lang/dev-backend-mul
dev backend mul
|
2022-08-23 09:22:38 +02:00 |
|
Folkert de Vries
|
9f772d4ca2
|
Merge pull request #3826 from roc-lang/flex-ability-adhoc
Allow inferred flex vars inside type constructors bound to an ability
|
2022-08-23 09:21:55 +02:00 |
|
Ayaz Hafiz
|
0ddbc172d7
|
Add destructured inferred example
|
2022-08-22 17:06:23 -05:00 |
|
Ayaz Hafiz
|
142428a0bc
|
Add let-generalization example for decoding
|
2022-08-22 17:05:57 -05:00 |
|
Ayaz Hafiz
|
6417e75bda
|
Add gen example of inferred decoder
|
2022-08-22 17:05:57 -05:00 |
|
Ayaz Hafiz
|
6255332cee
|
Promote flex vars to flex-able in obligation checking
|
2022-08-22 17:05:56 -05:00 |
|
Folkert
|
e9f66a6385
|
Merge remote-tracking branch 'origin/main' into i3696
|
2022-08-22 23:02:35 +02:00 |
|
Folkert
|
4f84a120c5
|
add int/float division to the dev backend
|
2022-08-22 22:40:09 +02:00 |
|
Anton-4
|
5776297b52
|
Merge branch 'main' of github.com:roc-lang/roc into rust-1-62-1
|
2022-08-22 19:42:02 +02:00 |
|
Anton-4
|
172e58f96b
|
Merge pull request #3849 from roc-lang/small-ci-rebirth
set up small-ci again
|
2022-08-22 15:46:45 +02:00 |
|
Anton-4
|
6df2632157
|
minor cleanup
|
2022-08-22 15:33:18 +02:00 |
|
Anton-4
|
9aee7cdcf6
|
1.62.1 version update, fmt, clippy
|
2022-08-22 15:27:19 +02:00 |
|
dependabot[bot]
|
0f31f0f07a
|
Bump insta from 1.18.2 to 1.19.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.18.2...1.19.0)
---
updated-dependencies:
- dependency-name: insta
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-22 05:22:53 +00:00 |
|
Richard Feldman
|
e71b657662
|
Merge pull request #3821 from roc-lang/fix-roc-run2
Don't monomorphize if roc foo.roc has errors
|
2022-08-21 23:30:37 -04:00 |
|
Richard Feldman
|
f2f4fb59b5
|
Merge pull request #3815 from roc-lang/glue-dict
Generate glue for `Dict` and `Set`
|
2022-08-21 18:06:05 -04:00 |
|