Anton-4
|
c6e816dfbe
|
progress on starting with existing file to enable using LoadedModule
|
2021-08-09 19:50:27 +02:00 |
|
Anton-4
|
334f91392a
|
let-value ast updating progress
|
2021-08-06 19:26:25 +02:00 |
|
Folkert
|
059cac3b98
|
remove ListSetInPlace
|
2021-06-22 20:34:59 +02:00 |
|
Folkert
|
b20269d16d
|
clippy
|
2021-06-19 19:59:51 +02:00 |
|
Richard Feldman
|
53ccef0506
|
nightly clippy
I was on nightly for benchmarks, and these all seem reasonable.
|
2021-06-18 15:21:11 -04:00 |
|
tarjei
|
bec6e556d5
|
Merge branch 'trunk' into builtins/list-swap
|
2021-05-31 19:16:31 +02:00 |
|
tarjei
|
ade591dd10
|
Fix plumbing
|
2021-05-29 22:21:25 +02:00 |
|
tarjei
|
107822a5cc
|
Add plumbing for List.swap
|
2021-05-29 21:30:16 +02:00 |
|
Folkert
|
1b3bbaf5de
|
define one global static str
|
2021-05-28 23:56:52 +02:00 |
|
Richard Feldman
|
75ec2ecc7b
|
Merge pull request #1300 from rtfeldman/specialize-lowlevel
Polyvariant defunctionalization
|
2021-05-24 19:54:17 -04:00 |
|
Folkert
|
fbb711b2ca
|
Merge remote-tracking branch 'origin/trunk' into specialize-lowlevel
|
2021-05-24 15:11:40 +02:00 |
|
Richard Feldman
|
c8665fa9b2
|
Merge branch 'trunk' into hash-links
|
2021-05-24 08:25:11 -04:00 |
|
Richard Feldman
|
b60988d63e
|
Merge branch 'trunk' into morphic-lib
|
2021-05-24 07:18:59 -04:00 |
|
Richard Feldman
|
a7518a675a
|
Clean up some clippy warnings
|
2021-05-23 20:28:23 -04:00 |
|
Chadtech
|
46f5c7fadc
|
Merge branch 'trunk' into hash-links
|
2021-05-22 20:34:55 -04:00 |
|
Richard Feldman
|
6f8804f24a
|
Merge branch 'trunk' into gen_dev/mac-os
|
2021-05-22 18:20:37 -04:00 |
|
Richard Feldman
|
c5da16f071
|
Merge branch 'trunk' into morphic-lib
|
2021-05-22 15:21:50 -04:00 |
|
tarjei
|
f581b017e8
|
Enable writing dev backend on macOS
|
2021-05-22 20:56:40 +02:00 |
|
Chadtech
|
12c0067348
|
Created scope and idents for module docs, but they appear to be empty when the doc links function tries to use them
|
2021-05-22 14:06:56 -04:00 |
|
Folkert
|
9c32965a3d
|
remove unused var
|
2021-05-22 19:35:35 +02:00 |
|
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 |
|
Folkert
|
2b72f9e733
|
add HigherOrderLowLevel
|
2021-05-16 22:49:57 +02:00 |
|
Folkert
|
e675bac893
|
make higher-order distinction in lowlevels
|
2021-05-16 22:13:13 +02:00 |
|
Folkert
|
27f8465e9c
|
clippy
|
2021-05-15 23:59:54 +02:00 |
|
Folkert
|
ca78439756
|
working Set.walk
|
2021-05-14 12:35:44 +02:00 |
|
Folkert
|
f1a8b75196
|
great success
|
2021-05-09 23:24:27 +02:00 |
|
Folkert
|
03d5f05226
|
to_ne_bytes
|
2021-05-08 14:26:03 +02:00 |
|
Folkert
|
352dacc5a3
|
build skeleton
|
2021-05-07 20:57:04 +02:00 |
|
Folkert
|
c071cfba13
|
implement startsWithCodePoint
|
2021-05-02 19:26:08 +02:00 |
|
Folkert
|
6633f8ca9f
|
add ExpectTrue lowlevel
|
2021-04-23 10:16:30 +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
|
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
|
f73be5d4a0
|
fix naming
|
2021-04-03 21:23:40 +02:00 |
|
Eric Henry
|
ac001598e8
|
setup before zig work
|
2021-04-03 11:28:36 -04:00 |
|
Eric Henry
|
8e36b5797b
|
Merge branch 'trunk' of github.com:rtfeldman/roc into builtin-sortby
|
2021-04-03 10:03:45 -04: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 |
|
Folkert
|
e3293f1ba9
|
remove list sum and product lowlevel ops
|
2021-03-30 22:55:27 +02:00 |
|
Folkert
|
5cfc9c1d85
|
implement List.sum and List.product in roc can AST
|
2021-03-30 22:19:37 +02:00 |
|
Eric Henry
|
7045737669
|
sortWith boilerplate done
|
2021-03-30 11:05:31 -04: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 |
|
Richard Feldman
|
51e7720658
|
Merge branch 'trunk' into add-num-log
|
2021-03-28 12:43:51 -04:00 |
|
Ju Liu
|
928249df2a
|
Add Num.log and wire it up
|
2021-03-28 15:02:45 +01:00 |
|
Peter Fields
|
fed470b316
|
add list-product builtin function
|
2021-03-27 20:15:16 +00:00 |
|
Richard Feldman
|
eadb28b95d
|
Replace a bunch of Into impls with Froms
|
2021-03-26 08:39:01 -04:00 |
|
Richard Feldman
|
6e95d05a57
|
Add some more clippy allows
|
2021-03-26 07:46:16 -04:00 |
|
Folkert
|
9208000316
|
only store start position for PrecedenceConflict
|
2021-03-20 15:34:08 +01:00 |
|
Richard Feldman
|
1f29fc4358
|
Merge branch 'trunk' into singleton-to-single
|
2021-03-15 00:42:59 -04:00 |
|