about summary refs log tree commit diff
path: root/src/libstd/sys/wasm
AgeCommit message (Expand)AuthorLines
2019-02-13Add vectored read and write supportSteven Fackler-7/+47
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-0/+8
2018-12-25Remove licensesMark Rousskov-260/+0
2018-12-25Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNNbors-15/+15
2018-12-21Auto merge of #56813 - oli-obk:main_đŸ§¶, r=pnkfelixbors-1/+0
2018-12-17Update the stdsimd submoduleAlex Crichton-15/+15
2018-12-14Remove dead codeOliver Scherer-1/+0
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-6/+6
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-6/+2
2018-12-06Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̀£Jethro Beekman-1/+2
2018-12-06Update compiler_builtins and remove wasm f32<->f64 math conversionsJethro Beekman-67/+14
2018-12-06Refactor net::each_addr/lookup_host to forward error from resolveJethro Beekman-6/+25
2018-12-06Refactor stderr_prints_nothing into a more modular functionJethro Beekman-2/+6
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-8/+8
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-0/+4
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-0/+4
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+106
2018-10-11std: Implement TLS for wasm32-unknown-unknownAlex Crichton-20/+102
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-4/+499
2018-09-15Switch wasm math symbols to their original namesAlex Crichton-28/+1
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-07-28Don't format!() string literalsljedrz-1/+1
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-1/+1
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-2/+6
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-1/+1
2018-04-04Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichtonbors-0/+1
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-0/+5
2018-03-24Fix build on non-Unix platformsTatsuyuki Ishi-0/+1
2018-03-03Move process::ExitCode internals to sysScott McMurray-0/+12
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-2/+3
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-2/+3
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-129/+259
2018-01-07Make wasm obey backtrace feature, like other targetsAidan Hobson Sayers-0/+1
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-1/+1
2017-12-24Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnaybors-8/+7
2017-12-24Capture environment at spawnDiggory Blake-8/+7
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-2/+2
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-1/+2
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-1/+1
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+24
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2011