rvcas
|
d62471c73a
|
fix: gen_list
|
2020-12-29 14:55:52 -05:00 |
|
rvcas
|
75fdff4398
|
feat(aliases): add Int a and Float a
|
2020-12-29 13:35:24 -05:00 |
|
Celso Bonutti Filho
|
f3bd5368f0
|
feat: adds Num.mulWrap and Num.mulChecked
|
2020-12-23 13:42:18 -03:00 |
|
Celso Bonutti Filho
|
d3d3497b46
|
refactor: use function for overflow Tag in std.rs
|
2020-12-23 13:40:24 -03:00 |
|
Celso Bonutti Filho
|
fe588c120c
|
adds Num.subChecked
|
2020-12-22 23:27:16 -03:00 |
|
Celso Bonutti Filho
|
176cdd0274
|
adds Num.subWrap
|
2020-12-22 22:17:45 -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 |
|
Chadtech
|
197d3c3c81
|
Changed 'Map' to 'Dict' in many places
|
2020-12-05 23:26:00 -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
|
b615b0127c
|
Fix Str.startsWith std definition
|
2020-11-22 14:00:01 -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 |
|
Chad Stearns
|
d41e940b7f
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
|
2020-11-07 02:07:52 -05:00 |
|
Jared Ramirez
|
63308d90e1
|
Add Str.countGraphemes
|
2020-11-06 16:54:28 -06: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 |
|
Folkert
|
9e981c264e
|
fix clippy issues
|
2020-10-30 22:28:55 +01:00 |
|
Folkert
|
cba841601b
|
fix some uniqueness issues
|
2020-10-30 01:50:57 +01:00 |
|
Folkert
|
c6633ece7c
|
cleanup unused code
|
2020-10-30 00:38:00 +01:00 |
|
Folkert
|
2478ae05b1
|
expand aliases from the very beginning
|
2020-10-29 22:30:54 +01:00 |
|
Dimitar Apostolov
|
b82baf55e7
|
Add types for Str.startsWith
|
2020-10-22 23:23:11 +02:00 |
|
Chad Stearns
|
c0e5c295b6
|
Fixed Str.split definition in std
|
2020-10-18 21:11:10 -04:00 |
|
Chad Stearns
|
415a37a891
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
|
2020-10-15 05:26:33 -04:00 |
|
Folkert
|
085c5f54de
|
use a Dependencies struct to track what the dependencies between modules are and when they are met
|
2020-10-10 19:29:10 +02:00 |
|
Chad Stearns
|
d5dd03313a
|
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
|
2020-10-03 00:21:37 -04:00 |
|
Folkert
|
2e1e87ad6a
|
add closure size variable
|
2020-10-02 00:53:02 +02:00 |
|
Chad Stearns
|
43960cf1c6
|
unique and std work, check if delimiter is longer than str
|
2020-09-27 14:27:56 -04:00 |
|
Jared Ramirez
|
5cafbcd5ad
|
Add Num.atan builtin
|
2020-09-26 19:00:51 -07:00 |
|
Richard Feldman
|
9381207f61
|
Clarify some comments
|
2020-09-21 21:26:56 -04:00 |
|
Folkert
|
fb4a796e07
|
add different variants of addition
|
2020-09-21 23:38:10 +02:00 |
|
Folkert
|
f732eb3e83
|
crash upon integer overflow
|
2020-09-20 17:01:00 +02:00 |
|
Jared Ramirez
|
665c7c7f9f
|
Add Num.floor
|
2020-09-17 17:44:53 -07:00 |
|
Dimitar Apostolov
|
51e4b14131
|
Add Num.powInt types
|
2020-09-17 11:36:53 +02:00 |
|
Richard Feldman
|
5d3645350d
|
Merge remote-tracking branch 'origin/trunk' into small-str
|
2020-09-16 02:23:06 -04:00 |
|
Jared Ramirez
|
a0402bca4d
|
Add Num.ceiling
|
2020-09-15 18:37:45 -07:00 |
|
Dimitar Apostolov
|
d0864608fd
|
Register types for Num.pow
|
2020-09-14 22:01:12 +02:00 |
|
Richard Feldman
|
e3d0145894
|
Add Str.isEmpty
|
2020-09-12 21:56:53 -04:00 |
|
Folkert
|
1b42831973
|
implement Num.compare
|
2020-09-08 19:40:18 +02:00 |
|
Chad Stearns
|
5d0ec57461
|
List.walkRight definition in unique, std, builtins, etc. No implementation
|
2020-09-06 14:06:08 -04:00 |
|
Chad Stearns
|
30046d1ad4
|
basic List.keepIf set definition, but no implementation
|
2020-08-29 15:47:11 -04:00 |
|
Chad Stearns
|
a81504720b
|
Str.concat tests and definition set up
|
2020-08-15 02:45:52 -04:00 |
|
Chad Stearns
|
a9ab550c10
|
List.join builtin and unification
|
2020-08-01 22:28:09 -04:00 |
|
Chad Stearns
|
59b30ad20f
|
Resolve conflicts with remote
|
2020-07-26 21:41:38 -04:00 |
|