rvcas
|
c9308c0662
|
add new layer to the Num types
|
2020-12-21 09:56:11 -05:00 |
|
Celso Bonutti Filho
|
0a24f3b4b4
|
adds Num.bitwiseAnd
|
2020-12-20 19:55:10 -03:00 |
|
Anton-4
|
b085469602
|
Replaced large_enum_variant explanation with link to issue #800
|
2020-12-14 16:09:16 +01:00 |
|
Richard Feldman
|
d59352d9b4
|
Fix outdated comment
|
2020-12-13 22:54:40 -05:00 |
|
Richard Feldman
|
860b120037
|
Merge remote-tracking branch 'origin/trunk' into more-tea
|
2020-12-13 22:50:10 -05:00 |
|
Folkert de Vries
|
3d9b82e35e
|
Merge branch 'trunk' into more-tea
|
2020-12-14 02:30:04 +01:00 |
|
Folkert
|
99a95b7200
|
make sure the app and Pkg-Config have different names
otherwise there could be naming conflicts. for the mono tests, we must rename the app module to our tests continue to work
|
2020-12-14 01:57:42 +01:00 |
|
Richard Feldman
|
c789885499
|
Merge remote-tracking branch 'origin/trunk' into add-builtin-num-aliases
|
2020-12-13 18:49:00 -05:00 |
|
Jared Ramirez
|
0695dcac14
|
Add Integer/Float num aliases
|
2020-12-11 17:09:30 -08:00 |
|
Chadtech
|
c376b5d0cc
|
Merge branch 'trunk' into rename-map-to-dict
|
2020-12-08 01:33:37 -05:00 |
|
Richard Feldman
|
149d10ea0b
|
Merge pull request #780 from rtfeldman/rvcas/rename_int
Rename Int to I64
|
2020-12-07 22:49:39 -05:00 |
|
Chadtech
|
6d977fef58
|
Merge branch 'trunk' into rename-map-to-dict
|
2020-12-07 20:33:12 -05:00 |
|
rvcas
|
4987721154
|
feat(Num): rename Num.Int to Num.I64
|
2020-12-07 19:17:20 -05:00 |
|
Folkert
|
95a66bb1fc
|
clippy
|
2020-12-08 00:27:53 +01:00 |
|
Folkert
|
7123269f30
|
successfully load package-qualified host
|
2020-12-07 23:24:06 +01:00 |
|
Chadtech
|
197d3c3c81
|
Changed 'Map' to 'Dict' in many places
|
2020-12-05 23:26:00 -05:00 |
|
rvcas
|
0c8260d71a
|
Merge branch 'trunk' into task_can
|
2020-12-04 20:03:27 -05:00 |
|
rvcas
|
79cce7c5c9
|
Merge branch 'trunk' into task_can
|
2020-12-03 19:05:10 -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
|
f72a63edbb
|
feat: build a map of package qualified module names
|
2020-11-28 15:42:29 -05:00 |
|
Richard Feldman
|
7bbf9812f7
|
Merge branch 'parse-pkg-import' into task_can
|
2020-11-26 21:26:50 -05:00 |
|
rvcas
|
14368fafb8
|
quick commit
|
2020-11-24 21:47:25 -05:00 |
|
Richard Feldman
|
e6fd9cd884
|
Merge branch 'trunk' into rvcas/list_functions
|
2020-11-24 20:20:51 -05:00 |
|
rvcas
|
f7bd803509
|
feat(Num): rename Float to F64
|
2020-11-24 10:25:21 -05:00 |
|
Lucas
|
dfcf7bb7a2
|
Merge branch 'trunk' into rvcas/list_functions
|
2020-11-24 09:07:28 -05: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 |
|
Richard Feldman
|
eb6a7b51ff
|
Use app path in output
|
2020-11-23 00:08:49 -05:00 |
|
Chadtech
|
385d0fda9f
|
Resolving conflicts with remote trunk
|
2020-11-22 13:54:13 -05:00 |
|
rvcas
|
1c8bb74268
|
feat(List): add sum builtin
|
2020-11-15 11:08:27 -05:00 |
|
Chad Stearns
|
5e0e3da3b7
|
Merging in remote trunk
|
2020-11-08 07:01:07 -05:00 |
|
Jared Ramirez
|
74b09605a7
|
Merge branch 'trunk' into builtin-count-graphemes
|
2020-11-07 18:49:29 -06:00 |
|
Chad Stearns
|
d41e940b7f
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
|
2020-11-07 02:07:52 -05:00 |
|
Folkert
|
7cfe5efe1b
|
Merge remote-tracking branch 'origin/trunk' into generate-effects-module
|
2020-11-07 00:30:23 +01:00 |
|
Jared Ramirez
|
63308d90e1
|
Add Str.countGraphemes
|
2020-11-06 16:54:28 -06:00 |
|
Folkert
|
7a8e9fe343
|
special hash and dedup for SolvedType
|
2020-11-06 23:12:47 +01:00 |
|
Folkert
|
7e6724262d
|
make after work
|
2020-11-06 21:48:54 +01:00 |
|
Folkert
|
eae797a47a
|
introduce ForeignSymbol wrapper
|
2020-11-05 23:43:32 +01:00 |
|
lrosa007
|
9269f1d8a7
|
feat(List): start contains function
|
2020-11-04 21:09:15 -05:00 |
|
Chad Stearns
|
c412a8e0db
|
Merge in remote trunk
|
2020-11-01 11:38:44 -05:00 |
|
lrosa007
|
bd696e1f6f
|
feat(builtins): Num.asin : Float -> Float
|
2020-11-01 09:54:00 -05:00 |
|
lrosa007
|
4da2d7f101
|
feat(builtins): Num.acos : Float -> Float
|
2020-11-01 09:27:42 -05:00 |
|
Chadtech
|
5287a8db7d
|
Merge branch 'trunk' into str-split
|
2020-10-24 11:20:46 -04:00 |
|
Dimitar Apostolov
|
0ae045c1f3
|
Add canonical Expr for Str.startsWith
|
2020-10-22 23:24:29 +02:00 |
|
Dimitar Apostolov
|
9e1836dde0
|
Add Str.startsWith symbol
|
2020-10-22 23:23:11 +02:00 |
|
Chad Stearns
|
af3882c8e3
|
Merging in remote trunk
|
2020-10-20 05:06:12 -04:00 |
|
Folkert
|
3408a31453
|
preparations for specializing closures
|
2020-10-20 00:33:10 +02:00 |
|
Folkert
|
40ffca2b7b
|
IT WORKS
|
2020-10-16 00:18:40 +02:00 |
|
Chad Stearns
|
415a37a891
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
|
2020-10-15 05:26:33 -04:00 |
|