Folkert
|
754521c4c3
|
all the clippy fixes
|
2021-01-01 00:40:41 +01:00 |
|
Folkert
|
728298d15a
|
automatic clippy fixes
|
2021-01-01 00:05:45 +01:00 |
|
rvcas
|
9dbcfb7a97
|
Merge branch 'temp_numbers' into int_a_float_a
|
2020-12-30 19:59:20 -05:00 |
|
rvcas
|
c33cab57f2
|
Merge branch 'int-float-size-gen' into temp_numbers
|
2020-12-30 19:41:44 -05:00 |
|
rvcas
|
97fc5f12a7
|
Merge branch 'trunk' into int_a_float_a
|
2020-12-30 15:19:31 -05:00 |
|
rvcas
|
127c4e1bcc
|
feat: add inner var to IntLiteral and FloatLiteral
|
2020-12-29 20:52:54 -05:00 |
|
Jared Ramirez
|
48f964adf4
|
Add percision variable in fp/integer eq constraints
|
2020-12-28 16:22:34 -06:00 |
|
Sébastien Besnier
|
4e9387cbda
|
fix compile issues
|
2020-12-28 21:17:27 +01:00 |
|
Folkert
|
0099e3e9fd
|
rely on the symbol -> var mapping from solving; don't extract var from the def itself
|
2020-12-26 17:39:16 +01:00 |
|
Folkert
|
0d17e9a879
|
only store exposed symbols in Module
|
2020-12-26 17:18:03 +01:00 |
|
Celso Bonutti Filho
|
f3bd5368f0
|
feat: adds Num.mulWrap and Num.mulChecked
|
2020-12-23 13:42:18 -03:00 |
|
Celso Bonutti Filho
|
fe588c120c
|
adds Num.subChecked
|
2020-12-22 23:27:16 -03:00 |
|
Celso Bonutti Filho
|
59b850ba50
|
uses Num.subWrap for List.last
|
2020-12-22 22:26:53 -03:00 |
|
Celso Bonutti Filho
|
176cdd0274
|
adds Num.subWrap
|
2020-12-22 22:17:45 -03:00 |
|
Celso Bonutti Filho
|
bbb7ee7ed1
|
updates List.last LowLevel ops comments
|
2020-12-21 19:50:08 -03:00 |
|
Celso Bonutti Filho
|
51a302957f
|
adds List.last
|
2020-12-21 19:44:24 -03:00 |
|
Celso Bonutti Filho
|
0a24f3b4b4
|
adds Num.bitwiseAnd
|
2020-12-20 19:55:10 -03:00 |
|
Folkert
|
7bedc3ff6e
|
ident and tags
|
2020-12-18 00:53:31 +01:00 |
|
Folkert
|
421e652edb
|
Merge remote-tracking branch 'origin/trunk' into parse-to-edit-ast
|
2020-12-16 00:29:27 +01:00 |
|
Folkert
|
8b289f3398
|
simple literals in editor ast
|
2020-12-15 17:00:08 +01:00 |
|
Anton-4
|
b085469602
|
Replaced large_enum_variant explanation with link to issue #800
|
2020-12-14 16:09:16 +01:00 |
|
Richard Feldman
|
6883f57543
|
If we hit ExposedButNotDefined, gen a RuntimeError
|
2020-12-11 21:13:55 -05:00 |
|
Richard Feldman
|
ed222912b3
|
Report exposed-but-not-defined symbols
|
2020-12-10 23:59:15 -05:00 |
|
Folkert
|
d7449482c3
|
clippy
|
2020-12-10 02:47:45 +01:00 |
|
Folkert
|
16994cfaf7
|
shrink number of used variables (by a lot)
|
2020-12-10 00:13:09 +01:00 |
|
Folkert
|
7123269f30
|
successfully load package-qualified host
|
2020-12-07 23:24:06 +01:00 |
|
Folkert
|
1471cd0db4
|
error message investigation
|
2020-12-06 21:19:52 +01:00 |
|
Folkert
|
66748d3a50
|
Merge remote-tracking branch 'origin/trunk' into editor-ir
|
2020-12-04 20:45:30 +01:00 |
|
Richard Feldman
|
cb488f5f4c
|
Fix comment
|
2020-12-03 22:26:09 -05:00 |
|
Folkert
|
4b0b5126a1
|
add Str.fromInt
|
2020-12-04 00:37:19 +01:00 |
|
Folkert
|
22d798b7c7
|
add Str.endsWith
|
2020-12-03 19:16:50 +01:00 |
|
rvcas
|
8feab843ea
|
feat(List): add walk function and fix walkBackwards
|
2020-11-24 09:01:03 -05:00 |
|
rvcas
|
d9e906b8fb
|
feat(List): rename walkRight to walkBackwards
|
2020-11-23 19:39:30 -05:00 |
|
Chadtech
|
385d0fda9f
|
Resolving conflicts with remote trunk
|
2020-11-22 13:54:13 -05:00 |
|
Richard Feldman
|
a5fd9bff9d
|
Merge pull request #711 from rtfeldman/trailing-comma-record-annotation
Formatting record type annotation
|
2020-11-21 16:24:53 -05:00 |
|
Sébastien Besnier
|
d87b5bfd9f
|
add failing tests
|
2020-11-21 20:36:26 +01:00 |
|
Chadtech
|
767a348812
|
Record references in can/expr before evaluating to runtime error
|
2020-11-21 14:07:09 -05:00 |
|
Folkert
|
4db48d9f13
|
more clippy things
|
2020-11-19 22:20:00 +01:00 |
|
rvcas
|
8df5d5c13c
|
feat(parse): support capturing a str in Pattern::Underscore
|
2020-11-17 21:53:49 -05:00 |
|
rvcas
|
84c49040b2
|
feat(List): redudant mapping of Symbol::LIST_SUM
|
2020-11-15 12:34:58 -05:00 |
|
rvcas
|
1c8bb74268
|
feat(List): add sum builtin
|
2020-11-15 11:08:27 -05:00 |
|
Sébastien Besnier
|
58acc59b01
|
correctly parse trailing commas in record
|
2020-11-13 19:02:26 +01:00 |
|
Sébastien Besnier
|
6ad1bb233a
|
add TrailingComma to Record & little formatter refactor
|
2020-11-13 19:01:46 +01:00 |
|
Chad Stearns
|
c9e3531ecd
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
|
2020-11-13 00:58:37 -05:00 |
|
Folkert
|
815b942f29
|
cleanup
|
2020-11-13 01:59:09 +01:00 |
|
Folkert
|
c05ec12be0
|
report a Foo.Bar malformed identifier
|
2020-11-12 20:48:34 +01:00 |
|
Folkert
|
bde82c3bb6
|
add Store constraint that does not report errors
|
2020-11-12 15:47:56 +01:00 |
|
Folkert
|
55b26277ca
|
properly sort recursive definitions
|
2020-11-12 00:32:45 +01:00 |
|
Chad Stearns
|
4f54b87817
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
|
2020-11-11 02:14:31 -05:00 |
|
Folkert
|
cf80e2852f
|
add test for transitive alias import
|
2020-11-11 01:20:30 +01:00 |
|