Folkert
|
2ddf0ce180
|
disable debugging flag
|
2023-09-14 14:43:29 +02:00 |
|
Folkert
|
5ebd18cee0
|
trim some debug messages
|
2023-09-14 14:43:29 +02:00 |
|
Folkert
|
fddec0ca24
|
fix tag layout dev backend issue
|
2023-09-14 14:43:29 +02:00 |
|
Folkert
|
fdacfce108
|
all gen-dev tests work again
|
2023-09-14 14:43:28 +02:00 |
|
Folkert
|
5e4f43e1d8
|
checkpoint
|
2023-09-14 14:43:24 +02:00 |
|
Folkert
|
3c8dbce72e
|
fix alignment bug in list literals
|
2023-09-14 14:39:15 +02:00 |
|
Folkert
|
44777c5cac
|
fix recursive tag memory layout
|
2023-09-14 14:39:15 +02:00 |
|
Folkert
|
1cb57859cf
|
remove overly strict assert
|
2023-09-14 14:39:14 +02:00 |
|
Folkert
|
5e2dbe3362
|
NumDivCeilUnchecked
|
2023-09-14 14:39:14 +02:00 |
|
Folkert
|
5557fb7e34
|
repl helper codegen
|
2023-09-14 14:39:12 +02:00 |
|
Folkert
|
45ce8e4da6
|
stack allocate with alignment
|
2023-09-14 14:38:32 +02:00 |
|
Folkert
|
1178b281b4
|
add for decimal
|
2023-09-14 14:38:32 +02:00 |
|
Folkert
|
134bcf8098
|
wrapped & saturated multiplication
|
2023-09-14 14:38:32 +02:00 |
|
Richard Feldman
|
85c0eaddcb
|
Merge pull request #5773 from roc-lang/remaining-dev-backend-lowlevels
Remaining dev backend lowlevels
|
2023-09-14 08:35:53 -04:00 |
|
Richard Feldman
|
0b76f127d3
|
Merge pull request #5783 from roc-lang/pf-qualify-in-platform
assert that package qualifications are valid in platform modules
|
2023-09-14 08:28:57 -04:00 |
|
Folkert
|
7606998c89
|
simplify signatures to what they were before
|
2023-09-14 12:57:33 +02:00 |
|
Folkert
|
4b1836c5d4
|
enable dev backend panic tests
|
2023-09-14 11:51:12 +02:00 |
|
Folkert
|
7c584dd5d8
|
disable debugging info
|
2023-09-14 11:51:03 +02:00 |
|
Folkert
|
520bac2905
|
List.sortWith and friends
|
2023-09-14 11:46:52 +02:00 |
|
Folkert
|
315e9871c1
|
more cleanup
|
2023-09-14 11:46:52 +02:00 |
|
Folkert
|
15832bf07c
|
cleanup
|
2023-09-14 11:46:52 +02:00 |
|
Folkert
|
51067f0ae4
|
add List.map*
|
2023-09-14 11:46:49 +02:00 |
|
Folkert
|
5dab46fa60
|
clippy
|
2023-09-14 11:41:32 +02:00 |
|
Folkert
|
7af401dd98
|
assert that package qualifications are valid in platform modules
|
2023-09-14 11:36:15 +02:00 |
|
Folkert
|
a34965e05e
|
fix one more wrong float
|
2023-09-14 00:21:52 +02:00 |
|
Folkert
|
5bcfd91f3a
|
add decimal comparisons and conversions to wasm backend
|
2023-09-13 23:19:07 +02:00 |
|
Folkert
|
d7bc03c589
|
fix segfault where wrong return type was expected
|
2023-09-13 20:31:43 +02:00 |
|
Folkert
|
26c85d9ccc
|
mono tests
|
2023-09-13 20:24:17 +02:00 |
|
Folkert
|
3909443ef4
|
fix two bugs in the dev backend
|
2023-09-13 20:24:17 +02:00 |
|
Folkert
|
dfee6740dd
|
mono tests
|
2023-09-13 20:24:16 +02:00 |
|
Folkert
|
c75f46b369
|
clippy
|
2023-09-13 20:24:16 +02:00 |
|
Folkert
|
89472bf495
|
fix most dev backend tests
|
2023-09-13 20:24:16 +02:00 |
|
Folkert
|
5ca3d3bcf1
|
make llvm tests work again
|
2023-09-13 20:24:15 +02:00 |
|
Richard Feldman
|
eb8dc25cd2
|
Update mono tests
|
2023-09-13 20:24:14 +02:00 |
|
Richard Feldman
|
2ebc1c415e
|
Default decimal literals to Dec, not F64
|
2023-09-13 20:24:14 +02:00 |
|
Luke Boswell
|
9507c527c8
|
Merge pull request #5799 from roc-lang/luke-windows-changes
fix memcpy on windows
|
2023-09-13 05:31:58 +10:00 |
|
Folkert
|
cd89775176
|
try to force the sysv calling convention
|
2023-09-12 18:11:55 +02:00 |
|
Folkert de Vries
|
cca2ebb7ca
|
Merge pull request #5694 from lukewilliamboswell/windows-zig-fixes
Fixes for Windows zig builtin tests
|
2023-09-12 14:45:05 +02:00 |
|
Folkert
|
fa0a7fabb8
|
clippy
|
2023-09-12 14:29:50 +02:00 |
|
Luke Boswell
|
dd766686d1
|
windows fix getScalarUnsafe, run gen_str tests
|
2023-09-12 14:29:50 +02:00 |
|
Luke Boswell
|
446cff6157
|
fix memcpy segfault windows llvm
|
2023-09-12 14:29:50 +02:00 |
|
Luke Boswell
|
e76c63f448
|
fix windows function pointer return
|
2023-09-12 14:29:49 +02:00 |
|
Luke Boswell
|
2e0c83ae63
|
fixes for zig tests Windows
|
2023-09-12 19:28:11 +10:00 |
|
Richard Feldman
|
5a530a8e18
|
Drop incorrect .as_ptr()
|
2023-09-11 17:42:42 -04:00 |
|
Richard Feldman
|
729d5c1882
|
Have Src64::from_file take a &Path
|
2023-09-11 17:41:54 -04:00 |
|
Richard Feldman
|
4d18d625a2
|
Drop a redundant debug_assert!
|
2023-09-11 16:00:24 -04:00 |
|
Richard Feldman
|
2354ca7cbe
|
Improve a comment
|
2023-09-11 15:59:10 -04:00 |
|
Richard Feldman
|
af863f54b9
|
Write newlines after reading the file
This makes the prefetches much more effective,
at the cost of one copy_nonoverlapping
|
2023-09-11 15:52:35 -04:00 |
|
Richard Feldman
|
061d2e5df6
|
Add a clarifying comment about prefetching
|
2023-09-11 15:12:20 -04:00 |
|
Richard Feldman
|
783eb9380f
|
clippy
|
2023-09-11 15:06:40 -04:00 |
|