index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
wasi
Age
Commit message (
Expand
)
Author
Lines
2020-04-27
fix wasi
Steven Fackler
-2
/
+2
2020-04-26
Update name
Steven Fackler
-9
/
+9
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+41
2020-03-30
std: Fix over-aligned allocations on wasm32-wasi
Alex Crichton
-1
/
+1
2020-03-14
Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler
Yuki Okushi
-0
/
+1
2020-02-23
Implement `Copy` for `IoSlice`
LeSeulArtichaut
-0
/
+1
2020-02-23
Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov
bors
-8
/
+4
2020-02-22
rustfmt darnit
Jane Lusby
-6
/
+2
2020-02-22
make doc comments regular comments
Jane Lusby
-2
/
+2
2020-02-12
Fix std::fs::copy on WASI target
Ingvar Stepanyan
-1
/
+9
2020-01-10
make use of pointer::is_null
Lzu Tao
-5
/
+6
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-2
/
+2
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+1
2019-12-22
Format the world
Mark Rousskov
-33
/
+14
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-2
/
+2
2019-12-12
Fix signature of `__wasilibc_find_relpath`
Alex Crichton
-14
/
+21
2019-12-05
Fix fetching arguments on the wasm32-wasi target
Alex Crichton
-0
/
+1
2019-12-03
Update the `wasi` crate for `wasm32-wasi`
Alex Crichton
-361
/
+295
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-92
/
+63
2019-10-20
fix WASI sleep impl
Artyom Pavlov
-4
/
+4
2019-09-06
Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfackler
Mazdak Farrokhzad
-3
/
+5
2019-09-05
std: Improve downstream codegen in `Command::env`
Alex Crichton
-3
/
+5
2019-08-30
simplify code
newpavlov
-5
/
+12
2019-08-29
update to wasi v0.7
newpavlov
-52
/
+67
2019-08-24
Merge branch 'master' into wasi
Artyom Pavlov
-2
/
+19
2019-08-23
Implement decode_error_kind for wasi
Marco A L Barbosa
-2
/
+18
2019-08-21
move cvt
newpavlov
-24
/
+24
2019-08-21
fixes
newpavlov
-74
/
+69
2019-08-21
update args
newpavlov
-2
/
+8
2019-08-20
use new get_args
newpavlov
-3
/
+5
2019-08-20
fix C incompatibilities
newpavlov
-22
/
+47
2019-08-19
fix
newpavlov
-3
/
+3
2019-08-19
use const
newpavlov
-2
/
+4
2019-08-19
typo fix
newpavlov
-1
/
+1
2019-08-19
use non-zero clock id
newpavlov
-2
/
+2
2019-08-19
remove libc import
newpavlov
-1
/
+0
2019-08-19
use wasi::get_environ
newpavlov
-30
/
+17
2019-08-19
use wasi::get_args
newpavlov
-37
/
+5
2019-08-19
remove to_string
newpavlov
-1
/
+1
2019-08-19
replace libc::nanosleep with wasi::poll_oneoff
newpavlov
-14
/
+23
2019-08-19
return 0 from errno function
newpavlov
-1
/
+1
2019-08-19
use wasi crate
newpavlov
-376
/
+249
2019-08-03
Add {IoSlice, IoSliceMut}::advance
Thomas de Zeeuw
-0
/
+24
2019-07-29
Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic
Mazdak Farrokhzad
-0
/
+2
2019-07-26
add repr(transparent) to IoSliceMut where missing
Niv Kaminer
-0
/
+1
2019-07-25
std: Use native `#[thread_local]` TLS on wasm
Alex Crichton
-0
/
+2
2019-06-17
Make use of `ptr::null(_mut)` instead of casting zero
Lzu Tao
-1
/
+1
2019-05-25
std: Depend on `backtrace` crate from crates.io
Alex Crichton
-29
/
+0
2019-04-27
Stabilized vectored IO
Steven Fackler
-44
/
+44
2019-04-14
Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler
Mazdak Farrokhzad
-4
/
+24
[next]