about summary refs log tree commit diff
path: root/src/libstd/sys/wasm/mod.rs
AgeCommit message (Expand)AuthorLines
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-221/+1
2019-07-25std: Use native `#[thread_local]` TLS on wasmAlex Crichton-3/+2
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-1/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-2/+0
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-1/+2
2019-02-28libstd => 2018Taiki Endo-12/+12
2019-02-13Add vectored read and write supportSteven Fackler-6/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+1
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-4/+18
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-12/+221
2018-01-07Make wasm obey backtrace feature, like other targetsAidan Hobson Sayers-0/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+104