about summary refs log tree commit diff
path: root/src/libstd/sys/wasm
AgeCommit message (Expand)AuthorLines
2019-09-05std: Improve downstream codegen in `Command::env`Alex Crichton-3/+5
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-246/+18
2019-08-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-0/+14
2019-07-25std: Use native `#[thread_local]` TLS on wasmAlex Crichton-129/+54
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-2/+2
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-29/+0
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-4/+0
2019-05-14Rollup merge of #60130 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+4
2019-04-27Stabilized vectored IOSteven Fackler-17/+17
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+4
2019-04-14Rollup merge of #59852 - alexcrichton:more-vectored, r=sfacklerMazdak Farrokhzad-2/+18
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-2/+18
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-13/+13
2019-03-26Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmasterMazdak Farrokhzad-2/+2
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-2/+2
2019-03-22Auto merge of #59370 - Centril:rollup, r=Centrilbors-0/+4
2019-03-22Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytmMazdak Farrokhzad-0/+4
2019-03-22Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichtonbors-181/+2
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-181/+2
2019-03-16Add UdpSocket peer_addr implementation for WasmLinus Unnebäck-0/+4
2019-03-16Rollup merge of #58855 - alexcrichton:wasm-multithreaded-alloc, r=fitzgenkennytm-15/+80
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-2/+2
2019-03-05std: Spin for a global malloc lock on wasm32Alex Crichton-15/+80
2019-02-28libstd => 2018Taiki Endo-97/+96
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-7/+47
2019-02-23Remove pub(crate) from stderr_rawPaul Dicker-1/+1
2019-02-20Use standard Read/Write traits in sys::stdioPaul Dicker-10/+16
2019-02-20Remove sys::*::Stderr Write implementationPaul Dicker-10/+1
2019-02-13impl Deref/DerefMut for IoVec typesSteven Fackler-3/+3
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