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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
wasi
Age
Commit message (
Expand
)
Author
Lines
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
2019-04-14
Rollup merge of #59818 - crlf0710:eliminate_libstd_fnbox, r=cramertj
Mazdak Farrokhzad
-2
/
+1
2019-04-11
Impl RawFd converstion traits for TcpListener, TcpStream and UdpSocket
Ryan Levick
-67
/
+190
2019-04-10
std: Add `{read,write}_vectored` for more types
Alex Crichton
-4
/
+24
2019-04-10
Eliminate `FnBox` usages from libstd.
CrLF0710
-2
/
+1
2019-04-05
wasi: Use shared API for preopened fds
Alex Crichton
-87
/
+86
2019-04-03
wasi: Fill out `std::fs` module for WASI
Alex Crichton
-203
/
+1085
2019-04-01
wasi: Implement `error_string` to get readable errors
Alex Crichton
-2
/
+15
2019-04-01
wasi: Use raw syscalls for stdio
Alex Crichton
-14
/
+9
2019-04-01
wasi: Load arguments via syscalls
Alex Crichton
-26
/
+24
2019-03-31
libstd: deny(elided_lifetimes_in_paths), fixes in wasi
Mazdak Farrokhzad
-25
/
+25
2019-03-29
Add a new wasm32-unknown-wasi target
Alex Crichton
-0
/
+1962