rust/src/libstd/sys
Mazdak Farrokhzad d920aa0e02
Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnay
std: Remove the `wasm_syscall` feature

This commit removes the `wasm_syscall` feature from the
wasm32-unknown-unknown build of the standard library. This feature was
originally intended to allow an opt-in way to interact with the
operating system in a posix-like way but it was never stabilized.
Nowadays with the advent of the `wasm32-wasi` target that should
entirely replace the intentions of the `wasm_syscall` feature.
2019-08-29 17:14:03 +02:00
..
cloudabi Remove uses of mem::uninitialized() from cloudabi 2019-08-15 09:04:49 +00:00
sgx Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
unix Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbini 2019-08-23 08:58:24 +00:00
vxworks remove the reference to __cxa_thread_atexit_impl 2019-08-27 10:13:59 -07:00
wasi Implement decode_error_kind for wasi 2019-08-23 10:48:38 -03:00
wasm std: Remove the wasm_syscall feature 2019-08-28 08:34:31 -07:00
windows Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton 2019-08-15 14:33:58 +02:00
mod.rs redox: convert to target_family unix 2019-08-06 16:18:23 -06:00