about summary refs log tree commit diff
path: root/src/libstd/sys/wasi
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-2945/+0
2020-07-23Rollup merge of #74141 - euclio:typos, r=steveklabnikManish Goregaokar-4/+4
2020-07-21Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichtonbors-1/+1
2020-07-15Introduce restricted-std feature.Eric Huss-34/+11
2020-07-14Rollup merge of #74263 - RalfJung:thread-local, r=Mark-SimulacrumManish Goregaokar-4/+4
2020-07-12adjust remaining targetsRalf Jung-4/+4
2020-07-09libstd/libcore: fix various typosAndy Russell-4/+4
2020-07-07Make WASI's FileExt's read_at/write_at consistent with other targets.Dan Gohman-4/+43
2020-07-07Add `read_exact_at` and `write_all_at` to WASI's `FileExt`Dan Gohman-0/+94
2020-07-05Add `RawFd` to WASI's `std::os::wasi::prelude`.Dan Gohman-1/+1
2020-06-24Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakisDylan DPC-1/+0
2020-06-23Remove unused crate imports in 2018 edition cratesyuqio-1/+0
2020-06-19Converted all platform-specific stdin/stdout/stderr implementations to io traitsNathan West-34/+32
2020-06-10Migrate to numeric associated constsLzu Tao-2/+2
2020-05-17abort_internal is safeRalf Jung-2/+2
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