about summary refs log tree commit diff
path: root/src/libstd/sys/wasi
AgeCommit message (Expand)AuthorLines
2020-04-27fix wasiSteven Fackler-2/+2
2020-04-26Update nameSteven Fackler-9/+9
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+41
2020-03-30std: Fix over-aligned allocations on wasm32-wasiAlex Crichton-1/+1
2020-03-14Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfacklerYuki Okushi-0/+1
2020-02-23Implement `Copy` for `IoSlice`LeSeulArtichaut-0/+1
2020-02-23Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkovbors-8/+4
2020-02-22rustfmt darnitJane Lusby-6/+2
2020-02-22make doc comments regular commentsJane Lusby-2/+2
2020-02-12Fix std::fs::copy on WASI targetIngvar Stepanyan-1/+9
2020-01-10make use of pointer::is_nullLzu Tao-5/+6
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-2/+2
2019-12-24Deprecate Error::description for realDavid Tolnay-0/+1
2019-12-22Format the worldMark Rousskov-33/+14
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-2/+2
2019-12-12Fix signature of `__wasilibc_find_relpath`Alex Crichton-14/+21
2019-12-05Fix fetching arguments on the wasm32-wasi targetAlex Crichton-0/+1
2019-12-03Update the `wasi` crate for `wasm32-wasi`Alex Crichton-361/+295
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-92/+63
2019-10-20fix WASI sleep implArtyom Pavlov-4/+4
2019-09-06Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfacklerMazdak Farrokhzad-3/+5
2019-09-05std: Improve downstream codegen in `Command::env`Alex Crichton-3/+5
2019-08-30simplify codenewpavlov-5/+12
2019-08-29update to wasi v0.7newpavlov-52/+67
2019-08-24Merge branch 'master' into wasiArtyom Pavlov-2/+19
2019-08-23Implement decode_error_kind for wasiMarco A L Barbosa-2/+18
2019-08-21move cvtnewpavlov-24/+24
2019-08-21fixesnewpavlov-74/+69
2019-08-21update argsnewpavlov-2/+8
2019-08-20use new get_argsnewpavlov-3/+5
2019-08-20fix C incompatibilitiesnewpavlov-22/+47
2019-08-19fixnewpavlov-3/+3
2019-08-19use constnewpavlov-2/+4
2019-08-19typo fixnewpavlov-1/+1
2019-08-19use non-zero clock idnewpavlov-2/+2
2019-08-19remove libc importnewpavlov-1/+0
2019-08-19use wasi::get_environnewpavlov-30/+17
2019-08-19use wasi::get_argsnewpavlov-37/+5
2019-08-19remove to_stringnewpavlov-1/+1
2019-08-19replace libc::nanosleep with wasi::poll_oneoffnewpavlov-14/+23
2019-08-19return 0 from errno functionnewpavlov-1/+1
2019-08-19use wasi cratenewpavlov-376/+249
2019-08-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-0/+24
2019-07-29Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikicMazdak Farrokhzad-0/+2
2019-07-26add repr(transparent) to IoSliceMut where missingNiv Kaminer-0/+1
2019-07-25std: Use native `#[thread_local]` TLS on wasmAlex Crichton-0/+2
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-29/+0
2019-04-27Stabilized vectored IOSteven Fackler-44/+44
2019-04-14Rollup merge of #59852 - alexcrichton:more-vectored, r=sfacklerMazdak Farrokhzad-4/+24