Joshua Warner
|
4df0880e7a
|
Commit local changes (whoops!)
|
2021-11-11 18:57:26 -08:00 |
|
Joshua Warner
|
04d4a8ca79
|
Introduce Collection as a general abstraction in the ast
|
2021-11-11 14:49:33 -08:00 |
|
Joshua Warner
|
0e9d7d8b7b
|
Fix clippy lints due to clones on now-Copy types
|
2021-11-10 19:55:11 -08:00 |
|
Brendan Hansknecht
|
73e2cbcb1e
|
Make versions numbers consistent and matching the lock files
|
2021-11-06 13:24:45 -07:00 |
|
Brendan Hansknecht
|
d49ac68bcc
|
Update dep with major version changes
|
2021-11-05 19:19:37 -07:00 |
|
Brendan Hansknecht
|
bddc08c977
|
Remove unused dependencies
|
2021-11-05 16:58:11 -07:00 |
|
Folkert
|
c5005d3dd1
|
Merge remote-tracking branch 'origin/trunk' into partialproc-by-reference
|
2021-11-03 15:32:39 +01:00 |
|
Folkert
|
a15183a7d1
|
refactor
|
2021-11-03 14:09:04 +01:00 |
|
Folkert
|
74df66a472
|
make new PartialProcs struct
|
2021-11-03 13:59:00 +01:00 |
|
Folkert
|
54429162ad
|
clippy
|
2021-11-01 23:19:47 +01:00 |
|
Folkert
|
05b5cd3429
|
specializations requested in file.rs are specializations for the host
|
2021-10-29 21:27:26 +02:00 |
|
Matthias Beyer
|
c47da13994
|
Fix indention
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
|
2021-10-27 15:00:51 +02:00 |
|
Matthias Beyer
|
0c8db62533
|
Fix: Add missing space in error message
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
|
2021-10-27 15:00:51 +02:00 |
|
Anton-4
|
39974ea039
|
Merge branch 'trunk' of github.com:rtfeldman/roc into function_closure_to_mark_node
|
2021-10-25 14:34:58 +02:00 |
|
Folkert
|
2e773e5f66
|
turn module_thunks into a slice
|
2021-10-22 22:59:00 +02:00 |
|
Folkert
|
6a6ea64323
|
abstract checking of is module thunk
|
2021-10-22 22:16:52 +02:00 |
|
Folkert
|
6400baf2c1
|
shrink Procs until the last moment
|
2021-10-22 21:42:53 +02:00 |
|
Folkert
|
eaaf3eb940
|
simplify monomorphization first steps
|
2021-10-22 18:12:46 +02:00 |
|
Folkert
|
0529d6dbc6
|
refactor insert_named
|
2021-10-22 17:22:15 +02:00 |
|
Folkert
|
9d343ab206
|
use vector instead of set
|
2021-10-22 16:57:14 +02:00 |
|
Anton-4
|
c7c421b2f5
|
fixed scope lookup bug
|
2021-10-19 16:45:28 +02:00 |
|
Folkert
|
5084fd533b
|
only do type checing for roc check
|
2021-10-10 16:32:14 +02:00 |
|
Folkert
|
15a2ac7410
|
update more List.walk uses
|
2021-10-10 12:35:52 +02:00 |
|
Richard Feldman
|
e3a8d436cf
|
Merge pull request #1607 from rtfeldman/editor-let-value
file loading/saving/running, headers, top level defs
|
2021-10-03 15:45:08 -05:00 |
|
Anton-4
|
e0bd644c79
|
single threaded file loading with env var
|
2021-09-27 15:16:07 +02:00 |
|
Anton-4
|
bae7a12e9e
|
Merge branch 'trunk' of github.com:rtfeldman/roc into editor-let-value
|
2021-09-24 11:52:27 +02:00 |
|
Folkert
|
77911cb68a
|
store closure data for bool/byte again
|
2021-09-18 01:01:38 +02:00 |
|
Richard Feldman
|
fc1be5d90b
|
Fix total_problems calculation
|
2021-09-11 16:34:30 -04:00 |
|
Anton-4
|
f1af9df70b
|
applied Folkert's fix
|
2021-09-10 12:04:07 +02:00 |
|
Anton-4
|
18901129fd
|
platform temp fix, ready for demo
|
2021-09-09 20:06:29 +02:00 |
|
Anton-4
|
db4f788076
|
assertion failed solved_all
|
2021-09-09 16:55:30 +02:00 |
|
Folkert
|
f40949c64e
|
pass correct argument to procs.get_specialized_procs_without_rc
|
2021-09-08 20:04:24 +02:00 |
|
Richard Feldman
|
828c5191cf
|
Print a horizontal rule after the last error
|
2021-09-02 21:59:13 -04:00 |
|
Richard Feldman
|
1360b04227
|
Add severity to file loading reports
|
2021-09-02 21:59:13 -04:00 |
|
Folkert
|
af1051ef89
|
add ptr_bytes to the layout cache
|
2021-08-26 22:06:47 +02:00 |
|
Folkert
|
6284a90785
|
a working version
|
2021-08-18 17:36:27 +02:00 |
|
Folkert
|
df83bf0d48
|
Merge remote-tracking branch 'origin/soa-alias' into alias-nominal-equality
|
2021-08-13 12:11:36 +02:00 |
|
Chadtech
|
d7b347bd1d
|
Compute annotation instead of NoTypeAnn in docs code
|
2021-08-10 00:21:21 -04:00 |
|
Folkert
|
f301de5576
|
assert type sizes
|
2021-08-03 22:16:27 +02:00 |
|
Folkert
|
d4896d3ed2
|
remove inlinable_string dependency
|
2021-08-03 21:24:19 +02:00 |
|
Folkert
|
ceb5cc66fa
|
use IdentStr
|
2021-08-03 21:14:36 +02:00 |
|
Richard Feldman
|
e8fc9c5e4c
|
Thread dep_idents through to LoadedModule
|
2021-08-01 10:23:16 -04:00 |
|
Folkert
|
a47f9baef4
|
Merge remote-tracking branch 'origin/trunk' into alias-nominal-equality
|
2021-07-31 22:59:01 +02:00 |
|
Folkert
|
894ef2b7b2
|
Merge remote-tracking branch 'origin/trunk' into alias-nominal-equality
|
2021-07-30 23:34:16 +02:00 |
|
Folkert
|
35404bd25f
|
use get_content_without_compacting more
|
2021-07-30 22:15:17 +02:00 |
|
Folkert
|
e805e63db6
|
typos
|
2021-07-30 16:54:22 +02:00 |
|
Folkert
|
13b05e54e8
|
Merge remote-tracking branch 'origin/clippy-1.54' into alias-nominal-equality
|
2021-07-30 14:25:50 +02:00 |
|
Folkert
|
899cbeabd7
|
fix extra ampersands
|
2021-07-29 17:32:08 +02:00 |
|
Folkert
|
27c3d57e35
|
BROKEN
|
2021-07-29 17:22:25 +02:00 |
|
Folkert
|
4cefbec5c7
|
store lambda set in alias types
|
2021-07-28 15:26:25 +02:00 |
|