7900 Commits (de27fbe20f4a8195ab7a0c6e3297622300c8c16d)
 

Author SHA1 Message Date
Chris Fallin f54d0d05c7
Address review comments. 4 years ago
Pat Hickey 19254bfd72 error mapping for windows! 4 years ago
Pat Hickey 423973a8ea push the error types conversion all the way through 4 years ago
Pat Hickey 1d8070b734 wasi-c2: completely redo how errors work 4 years ago
Pat Hickey a06c4fbe1a make a pipe filetype, reorder filetype enum 4 years ago
Alex Crichton 55b0e8b9e5
Fix C API function name of setting max instances (#2598) 4 years ago
Pat Hickey 86d369c72a inline poll from yanix 4 years ago
Pat Hickey 9e0d295f8c use `unsafe` to mark reopen_with_fdflags as having special safety features 4 years ago
Pat Hickey 69b7352332 various stdio fixes 4 years ago
Pat Hickey f1a5dce716 change set_fdflags to reopen_with_fdflags 4 years ago
Pat Hickey a46c2ad0aa split poll tests up, only one requires "real" stdio 4 years ago
Pat Hickey 12056885eb fix preopen dir to work on windows 4 years ago
Chris Fallin 7e12abce71
Fix a few comment typos and add a clarifying comment. 4 years ago
Chris Fallin 997fab55d5
Skip value-label analysis if no value labels are present. 4 years ago
Chris Fallin c84d6be6f4
Detailed debug-info (DWARF) support in new backends (initially x64). 4 years ago
Pat Hickey 16b42a5707 fix 4 years ago
Pat Hickey 85c3b73b4e stdio compiles on windows! 4 years ago
Alex Crichton 4a351ab7fe
Update a number of dependencies (#2594) 4 years ago
Alex Crichton 57c686d49d
Refactor instantiation to be more async-friendly (#2596) 4 years ago
Pat Hickey fcd00f5de1 move more deps to cap-std-sync, define own SystemTimeSpec 4 years ago
Chris Fallin 986b5768f9
Merge pull request #2595 from bjorn3/x64_macho_tls 4 years ago
Alex Crichton 8748cf5bd3
Add an instance limit to `Config` (#2593) 4 years ago
bjorn3 81d248c057 Implement Mach-O TLS access for x64 newBE 4 years ago
Andronik Ordian 2d5037d84c
cache: update zstd to 0.6, disable legacy feature (#2592) 4 years ago
Alex Crichton 207f60a18e
module-linking: Implement outer module aliases (#2590) 4 years ago
Pat Hickey 61885b7071 stub in windows scheduler, get to some interesting errors 4 years ago
Pat Hickey 7ec03631da inline only what we need of cap-std/system-interface traits 4 years ago
Pat Hickey f3e40e2fc4 restructure cap-std impls into their own crate 4 years ago
Pat Hickey 016ed8966a poll now handles monotonic clocks, not system clocks 4 years ago
Pat Hickey 21713d3468 Revert "TEMPORARY: poll_oneoff test uses CLOCKID_REALTIME instead of MONOTONIC" 4 years ago
Pat Hickey 657024bd0d latest system-interface provides ReadReady::num_ready_bytes 4 years ago
Chris Fallin 0085ed3ff8
Merge pull request #2589 from akirilov-arm/popcnt 4 years ago
Chris Fallin 13003a3e91
Merge pull request #2588 from hanqo/patch-1 4 years ago
Han Zhao 32343a7018 Updated Cargo.lock for libc 4 years ago
Han Zhao d37e2d53c7
Updated libc version to 0.2.82 in dependencies 4 years ago
Anton Kirilov 043a8434d2 Cranelift AArch64: Improve the Popcnt implementation 4 years ago
Han Zhao f8268b2139
Bugfix of issue #2575 4 years ago
Chris Fallin c7de8f5efb
Merge pull request #2541 from cfallin/struct-arg-ret 4 years ago
Chris Fallin e04e67ec94
Merge pull request #2540 from cfallin/x64-tls 4 years ago
Chris Fallin 456561f431
x64 and aarch64: allow StructArgument and StructReturn args. 4 years ago
Chris Fallin 0f563f786a
Add ELF TLS support in new x64 backend. 4 years ago
Pat Hickey 7f7a0be938 wasi-c2: implement a synchronous poll_oneoff in terms of yanix 4 years ago
Pat Hickey b84c4d7488 poll_oneoff test: if you subscribe to a badf, the whole call fails with badf 4 years ago
Pat Hickey f667263d9c TEMPORARY: poll_oneoff test uses CLOCKID_REALTIME instead of MONOTONIC 4 years ago
Pat Hickey 7d7acc4614 poll_oneoff test: outline assertions 4 years ago
Pat Hickey 9a1ce1a272 TEMPORARY: inherit stdio for the wasi ctx 4 years ago
Peter Huene 8640025d8b
Merge pull request #2585 from alexcrichton/module-linking-update 4 years ago
Chris Fallin 25088dee9d
Merge pull request #2539 from cfallin/x64-i128 4 years ago
Alex Crichton d66db16d00 Fix a doc link 4 years ago
Alex Crichton bc9f10115d Fix a typo 4 years ago