tarjei
|
f45d89270b
|
Implement basic List.drop that satisfies tests
Issues with uniqueness and copying which leaks memory obviously needs to be fixed.
|
2021-05-18 22:59:55 +02:00 |
|
Eric Henry
|
eda462c6e9
|
implement list.concat in zig
|
2021-05-08 14:39:06 -04:00 |
|
Richard Feldman
|
ab8cc95c2b
|
Disable clippy rule for manual_map
|
2021-05-07 08:44:44 -04:00 |
|
Folkert
|
fecb83b9c2
|
fixes
|
2021-05-07 11:00:15 +02:00 |
|
Folkert
|
1ac66a8fee
|
attempt to make examples more generic
|
2021-05-05 16:00:30 +02:00 |
|
Folkert
|
82aa5c766d
|
fix gen_primitives tests
|
2021-05-03 21:22:21 +02:00 |
|
Folkert de Vries
|
be36fe7194
|
Merge branch 'trunk' into parse-str
|
2021-05-02 19:33:41 +02:00 |
|
Folkert
|
c071cfba13
|
implement startsWithCodePoint
|
2021-05-02 19:26:08 +02:00 |
|
Folkert
|
f0070e7464
|
remove field from procs; pass separately
|
2021-05-02 15:28:53 +02:00 |
|
Folkert
|
cd1103df64
|
bumpalo allocator sadness; revert later
|
2021-05-02 01:09:16 +02:00 |
|
Folkert
|
2032ef9b52
|
refactor/optimize loop in ir codegen
|
2021-05-02 01:08:53 +02:00 |
|
Folkert
|
b79230c069
|
refactor reallocate
|
2021-05-01 23:16:34 +02:00 |
|
Folkert
|
327d7b77b0
|
remove dead code
|
2021-05-01 00:47:23 +02:00 |
|
Folkert
|
a586626d7c
|
more bump
|
2021-05-01 00:27:22 +02:00 |
|
Folkert
|
a2f144f4db
|
bump set
|
2021-05-01 00:13:11 +02:00 |
|
Folkert
|
503d011c43
|
more bump
|
2021-05-01 00:04:56 +02:00 |
|
Folkert
|
58ba5c09fd
|
bump-allocate procs
|
2021-04-30 23:52:08 +02:00 |
|
Folkert
|
efc004b19a
|
use bumpmap in partialproc
|
2021-04-28 23:37:17 +02:00 |
|
Folkert
|
3290528d70
|
use bumpmap in record IR gen
|
2021-04-28 23:26:09 +02:00 |
|
Folkert
|
2d00dd528f
|
use bumpmap in substitution
|
2021-04-28 23:23:40 +02:00 |
|
Folkert
|
a6fc267449
|
make bumpmap new functions using a trait
|
2021-04-28 23:16:02 +02:00 |
|
Folkert
|
2dab9c81d1
|
use invoke
|
2021-04-23 11:22:32 +02:00 |
|
Folkert
|
6633f8ca9f
|
add ExpectTrue lowlevel
|
2021-04-23 10:16:30 +02:00 |
|
Folkert
|
01c5b0dd66
|
codegen expect to boolean not
|
2021-04-23 10:00:36 +02:00 |
|
Folkert
|
903583f1d4
|
implement basic type error reporting
|
2021-04-23 09:41:49 +02:00 |
|
Richard Feldman
|
0a50b0b488
|
Change license to UPL-1.0
Closes https://github.com/rtfeldman/roc/issues/1199
|
2021-04-21 19:18:44 -04:00 |
|
Folkert
|
cdf5b89f9a
|
using hashbrown + bumpalo in practice
|
2021-04-18 15:35:43 +02:00 |
|
Folkert
|
383f35db5a
|
bump bumpalo
|
2021-04-18 14:36:47 +02:00 |
|
Richard Feldman
|
792a18816a
|
Update authors in Cargo.toml
|
2021-04-11 08:11:52 -04:00 |
|
Folkert
|
62da85cc06
|
remove ATTR_ATTR usage
|
2021-04-04 23:18:50 +02:00 |
|
Folkert
|
fa7dec2997
|
no more boolean algebra
|
2021-04-04 21:22:59 +02:00 |
|
Eric Henry
|
8e36b5797b
|
Merge branch 'trunk' of github.com:rtfeldman/roc into builtin-sortby
|
2021-04-03 10:03:45 -04:00 |
|
Folkert
|
61b7be7838
|
remove pub fn
|
2021-04-01 21:45:50 +02:00 |
|
Folkert
|
f2c144f58c
|
Merge remote-tracking branch 'origin/can-builtins-simplify' into list-range
|
2021-03-31 11:34:32 +02:00 |
|
Folkert
|
5d8d2bb030
|
Merge remote-tracking branch 'origin/trunk' into can-builtins-simplify
|
2021-03-31 11:29:33 +02:00 |
|
Richard Feldman
|
4dc1018aee
|
Merge pull request #1130 from rtfeldman/rc-missed-opt
fix missed RC optimization opportunity
|
2021-03-30 23:06:41 -04:00 |
|
Richard Feldman
|
24ef9aa81a
|
Merge pull request #1126 from rtfeldman/list-walk-until
List walk until
|
2021-03-30 22:08:35 -04:00 |
|
Folkert
|
e3293f1ba9
|
remove list sum and product lowlevel ops
|
2021-03-30 22:55:27 +02:00 |
|
Lucas
|
15203e3584
|
Merge branch 'trunk' into applied_tag_functions
|
2021-03-30 11:34:24 -04:00 |
|
Eric Henry
|
7045737669
|
sortWith boilerplate done
|
2021-03-30 11:05:31 -04:00 |
|
Folkert de Vries
|
cebf5db894
|
Merge branch 'trunk' into rc-missed-opt
|
2021-03-30 14:13:24 +02:00 |
|
Folkert
|
1ac7ed1bfd
|
fix missed RC optimization opportunity
|
2021-03-30 14:09:46 +02:00 |
|
Folkert
|
d718e21fd3
|
add List.range
|
2021-03-29 23:00:49 +02:00 |
|
Folkert
|
1302ee296f
|
refactor list walking
|
2021-03-29 16:32:43 +02:00 |
|
Folkert
|
bbeb89d027
|
fix mono test
|
2021-03-29 15:40:03 +02:00 |
|
Folkert
|
5babeb9d5a
|
remove runtime_errors field
|
2021-03-29 15:38:52 +02:00 |
|
Folkert
|
07d9fb3cc3
|
Merge remote-tracking branch 'origin/trunk' into panic-on-type-error
|
2021-03-29 15:11:24 +02:00 |
|
Lucas
|
7013ad49f9
|
Merge branch 'trunk' into applied_tag_functions
|
2021-03-28 21:56:29 -04:00 |
|
rvcas
|
a0b9d8c5eb
|
chore(mono/layout): remove useless import
|
2021-03-28 17:06:40 -04:00 |
|
Lucas
|
58b6a333d6
|
Merge branch 'trunk' into applied_tag_functions
|
2021-03-28 17:01:28 -04:00 |
|