about summary refs log tree commit diff
path: root/src/libstd/sys/wasm/thread.rs
AgeCommit message (Expand)AuthorLines
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-8/+8
2019-07-25std: Use native `#[thread_local]` TLS on wasmAlex Crichton-42/+34
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-1/+1
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-02-28libstd => 2018Taiki Endo-8/+8
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNNbors-3/+3
2018-12-17Update the stdsimd submoduleAlex Crichton-3/+3
2018-12-14Remove dead codeOliver Scherer-1/+0
2018-12-06Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣Jethro Beekman-1/+2
2018-10-11std: Implement TLS for wasm32-unknown-unknownAlex Crichton-0/+46
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-0/+21
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-1/+1
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
2018-03-24Fix build on non-Unix platformsTatsuyuki Ishi-0/+1
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-2/+3
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+48