Folkert
|
74df66a472
|
make new PartialProcs struct
|
2021-11-03 13:59:00 +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 |
|
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
|
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
|
899cbeabd7
|
fix extra ampersands
|
2021-07-29 17:32:08 +02:00 |
|
Folkert
|
e02d950c7c
|
Merge remote-tracking branch 'origin/trunk' into reset-reuse
|
2021-07-13 00:44:05 +02:00 |
|
Chadtech
|
21a3d5a124
|
Bring back alises by symbol to loaded module
|
2021-07-05 13:03:00 -04:00 |
|
Chadtech
|
62d5633546
|
Fixed problems with docs failing to render and included test to validate that behavior
|
2021-07-03 14:51:40 -04:00 |
|
Folkert
|
ee67ee546a
|
thread reset-reuse through
|
2021-07-03 01:13:50 +02:00 |
|
tarjei
|
5bb3146aa8
|
Enable reset-reuse and fix layout problems
|
2021-07-02 22:21:21 +02:00 |
|
Chadtech
|
38ef2a915a
|
Only render exposed values
|
2021-06-27 20:24:05 -04:00 |
|
Richard Feldman
|
f08c764cad
|
Merge pull request #1422 from rtfeldman/raw-function-layout
remove FunctionPointer layout variant
|
2021-06-19 20:42:56 -04:00 |
|
Chadtech
|
a7abc8b5b3
|
Remove dbg and todo
|
2021-06-19 13:37:10 -04:00 |
|
Chadtech
|
9d2976f14f
|
Module aliases passed into LoadedModule, and used in docs to generate docs for aliases exposed by the module
|
2021-06-19 13:35:57 -04:00 |
|
Folkert
|
6a010c9513
|
rename TopLevelFunctionLayout -> ProcLayout
|
2021-06-19 15:07:40 +02:00 |
|
Folkert
|
f2f9897187
|
remove FunctionPointer completely
|
2021-06-19 15:04:28 +02:00 |
|
Folkert
|
53ce8b2d25
|
improve call_by_name with raw layout
|
2021-06-19 15:04:27 +02:00 |
|
Folkert
|
cf6eb718b3
|
create alias analysis entry point
|
2021-06-13 23:16:53 +02:00 |
|
Folkert
|
0d5e91eb92
|
fix entry points
|
2021-06-13 22:13:37 +02:00 |
|
Folkert
|
e9135c71af
|
store main_for_host in file.rs State
|
2021-06-13 21:07:47 +02:00 |
|
Richard Feldman
|
60ae15c7ea
|
Merge branch 'trunk' into thread-morphic
|
2021-06-02 21:45:13 -04:00 |
|
Folkert
|
07e16469e4
|
morphic stuff can happen in the LLVM backend alone
|
2021-06-02 21:38:31 +02:00 |
|
Folkert
|
1697b8e9b4
|
cheap increment, cheaper decrement for tag unions
|
2021-06-02 14:40:32 +02:00 |
|
Folkert
|
25c9089334
|
Revert "thread alias analysis solutions"
This reverts commit b75c40e65b .
|
2021-05-28 23:57:26 +02:00 |
|
Folkert
|
b75c40e65b
|
thread alias analysis solutions
|
2021-05-28 23:57:11 +02:00 |
|
Folkert
|
b04b9ab729
|
disable AA
|
2021-05-26 13:41:11 +02:00 |
|