Brendan Hansknecht
|
1153e0833b
|
Make symbols store as RCs
|
2022-02-16 20:59:51 -08:00 |
|
Brendan Hansknecht
|
d1bcc8d55b
|
start storage rewrite
|
2022-02-16 19:19:35 -08:00 |
|
hafiz
|
5374f6d6b8
|
Merge pull request #2508 from rtfeldman/2495-check-format
|
2022-02-16 18:46:52 -05:00 |
|
Ryan Olson
|
60b5465de2
|
Add --check flag for format command
Closes #2495
|
2022-02-16 12:44:30 -07:00 |
|
Folkert de Vries
|
b688bb5452
|
Merge pull request #2061 from rtfeldman/encourage-docs-issues
encourage creating issues when code is unclear
|
2022-02-16 17:44:06 +01:00 |
|
Folkert de Vries
|
9b0e653375
|
Merge branch 'trunk' into encourage-docs-issues
|
2022-02-16 17:22:51 +01:00 |
|
Folkert
|
7d57224d99
|
Merge branch 'load-file-async' into single-threaded-file-load
|
2022-02-16 15:12:10 +01:00 |
|
Folkert
|
0555da22a3
|
Merge remote-tracking branch 'origin/trunk' into load-file-async
|
2022-02-16 15:11:22 +01:00 |
|
Folkert
|
cf89459baf
|
Merge remote-tracking branch 'origin/trunk' into single-threaded-file-load
|
2022-02-16 15:09:13 +01:00 |
|
Folkert
|
ae998e2504
|
Revert "DEBUG HACKS, DO NOT MERGE"
This reverts commit e95d32e821 .
|
2022-02-16 15:08:10 +01:00 |
|
Folkert
|
95bfc3b342
|
cleanup
|
2022-02-16 15:01:43 +01:00 |
|
Folkert
|
ff26069295
|
use single-threaded stepper in multithreaded file.rs
|
2022-02-16 14:49:00 +01:00 |
|
Folkert
|
400598a013
|
cleanup
|
2022-02-16 14:35:07 +01:00 |
|
Folkert
|
599a0e5dc7
|
move things out of thread scope
|
2022-02-16 14:18:28 +01:00 |
|
Folkert
|
45217b8074
|
pick the single-threaded load when target-family=wasm
|
2022-02-16 14:18:14 +01:00 |
|
Richard Feldman
|
c15c8d57a2
|
Merge pull request #2503 from rtfeldman/joshuawarner32/refactor-SpaceProblem
Refactor: introduce trait SpaceProblem
|
2022-02-16 08:16:57 -05:00 |
|
Anton-4
|
4d0b7557f6
|
added NoRedInk sponsor to README
|
2022-02-16 11:16:33 +01:00 |
|
Joshua Warner
|
f440d53e7b
|
Refactor: introduce trait SpaceProblem to remove a bunch of redundant args in ::Space errors
|
2022-02-15 20:48:04 -08:00 |
|
Richard Feldman
|
c241d34655
|
Add Tom Dohrmann to AUTHORS
|
2022-02-15 18:15:50 -05:00 |
|
Folkert de Vries
|
1aae1500d1
|
Merge pull request #2501 from rtfeldman/fix-from_slice_with_capacity
fix referencing uninitialized memory
|
2022-02-15 23:47:18 +01:00 |
|
Folkert de Vries
|
e2da2e86c2
|
Merge pull request #2499 from rtfeldman/ident-str-drop
Fix invalid memory access in IdentStr Drop impl
|
2022-02-15 23:04:29 +01:00 |
|
Tom Dohrmann
|
5c0849ea82
|
fix referencing uninitialized memory
|
2022-02-15 22:58:29 +01:00 |
|
Folkert
|
56375ef69d
|
check for empty string on IdentStr drop impl
|
2022-02-15 20:50:04 +01:00 |
|
Anton-4
|
7548f97221
|
changed whole pipeline to work with quads
|
2022-02-15 15:48:48 +01:00 |
|
Richard Feldman
|
999287e958
|
Merge pull request #2492 from rtfeldman/reuse-dep5
Add .reuse/dep5
|
2022-02-14 22:57:07 -05:00 |
|
Folkert
|
180be06772
|
check for empty string on IdentStr drop impl
|
2022-02-15 00:29:48 +01:00 |
|
Brian Carroll
|
23e498ca3b
|
repl_www: faster build script, without wasm-opt
|
2022-02-14 23:05:33 +00:00 |
|
Brian Carroll
|
e95d32e821
|
DEBUG HACKS, DO NOT MERGE
|
2022-02-14 22:24:51 +00:00 |
|
Brian Carroll
|
3e511acbcc
|
Fix Wasm compile errors
|
2022-02-14 21:10:45 +00:00 |
|
Folkert
|
e56a5695ba
|
initial PoC
|
2022-02-14 21:50:09 +01:00 |
|
Folkert
|
04adbe75ca
|
fix test compilation
|
2022-02-14 21:09:51 +01:00 |
|
Folkert
|
957140df64
|
remove builtin lookup function being passed around
|
2022-02-14 20:32:31 +01:00 |
|
Folkert
|
154d55985b
|
move depencency tracking out of file.rs
|
2022-02-14 18:16:35 +01:00 |
|
Richard Feldman
|
45b1cae691
|
Add .reuse/dep5
This makes the repo compatible with https://reuse.software/
|
2022-02-14 09:30:21 -05:00 |
|
Brian Carroll
|
4c7be277c2
|
wasm: Keep exported global variables from the preloaded object file
|
2022-02-14 08:45:46 +00:00 |
|
hafiz
|
91483dbf55
|
Merge pull request #2471 from rtfeldman/fix_args_order
Swap arg order in `List` builtins to put the more-complex types first
|
2022-02-13 23:25:05 -05:00 |
|
ayazhafiz
|
886e4e07f6
|
Update alias analysis, implementation for List.mapWithIndex
|
2022-02-13 22:50:27 -05:00 |
|
hafiz
|
eb03d2143d
|
Merge pull request #2483 from rtfeldman/rebuild_message
Stop printing host rebuilding message with --precompiled-host
|
2022-02-13 22:26:22 -05:00 |
|
Brendan Hansknecht
|
7b587dd6ae
|
Print before timing rebuilding of host
|
2022-02-13 17:56:57 -08:00 |
|
Jan Van Bruggen
|
885bfcf817
|
Merge pull request #2488 from rtfeldman/i/2476
Specialize `Num.toFloat` for different target float types
|
2022-02-13 18:49:05 -07:00 |
|
ayazhafiz
|
6e5c1d5914
|
Specialize Num.toFloat for different target float types
Closes #2476
|
2022-02-13 20:20:25 -05:00 |
|
hafiz
|
95a7b39053
|
Merge pull request #2485 from rtfeldman/remove_leading_newlines
Remove leading newlines from code files
|
2022-02-13 18:23:27 -05:00 |
|
Jan Van Bruggen
|
f328ff5661
|
Remove leading newlines from code files
|
2022-02-13 14:55:34 -07:00 |
|
Brendan Hansknecht
|
7106e03d45
|
Stop printing host rebuilding message with --precompiled-host
|
2022-02-13 12:20:22 -08:00 |
|
Folkert de Vries
|
cca2d10f41
|
Merge pull request #2482 from rtfeldman/i/1162
Add test for issue #1162
|
2022-02-13 20:51:45 +01:00 |
|
ayazhafiz
|
c831b99432
|
Add test for issue #1162
This was fixed some time ago; add a regression test.
Closes #1162
|
2022-02-13 14:02:39 -05:00 |
|
Brian Carroll
|
b46690ecf2
|
wasm: Custom Debug impl for NameSection
|
2022-02-13 12:42:50 +00:00 |
|
Richard Feldman
|
2136233b83
|
Merge pull request #2469 from rtfeldman/newtype-cycles-go-brrrr
Couple of fixes related to recursive type aliases (#2458)
|
2022-02-13 07:37:06 -05:00 |
|
ayazhafiz
|
ac680d0750
|
Aliases should not be public
|
2022-02-12 21:23:44 -05:00 |
|
ayazhafiz
|
67bb5b14f6
|
Examples as code block not doc
|
2022-02-12 21:08:23 -05:00 |
|