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
/
unix
/
ext
Age
Commit message (
Expand
)
Author
Lines
2017-03-26
Implement AsRawFd/IntoRawFd for RawFd
Jörg Thalheim
-0
/
+15
2017-03-25
Fix libc::bind call on aarch64-linux-android
Marco A L Barbosa
-2
/
+2
2017-03-17
Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik
Corey Farwell
-1
/
+1
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-17
/
+17
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2017-02-05
Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichton
Corey Farwell
-0
/
+10
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-5
/
+5
2017-01-19
Expand documentation of process::exit and exec
Simonas Kazlauskas
-0
/
+10
2017-01-14
Add doc examples & description in `std::os::unix::ffi`.
Corey Farwell
-3
/
+57
2016-12-20
Fix compile errors and such
Alex Crichton
-4
/
+3
2016-12-20
Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcv
Alex Crichton
-26
/
+566
2016-12-16
Add missing doc examples for UnixDatagram
Guillaume Gomez
-38
/
+285
2016-12-15
Stabilize std::os::unix::process::CommandExt::before_exec
Aaron Turon
-1
/
+1
2016-12-15
Stabilize std::os::*::fs::FileExt
Aaron Turon
-5
/
+5
2016-12-08
Add Incoming doc examples
Guillaume Gomez
-3
/
+30
2016-12-08
Add UnixListener doc examples
Guillaume Gomez
-10
/
+101
2016-12-08
Add doc examples for UnixStream
Guillaume Gomez
-6
/
+145
2016-12-08
Add missing doc examples for SocketAddr struct
Guillaume Gomez
-0
/
+36
2016-12-04
Fix small typo
Guillaume Gomez
-1
/
+1
2016-10-14
Auto merge of #35704 - tbu-:pr_pread_pwrite, r=alexcrichton
bors
-0
/
+47
2016-10-09
use MSG_NOSIGNAL on all relevant platforms
Mathieu Poumeyrol
-3
/
+9
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-0
/
+47
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-3
/
+3
2016-10-01
Auto merge of #36824 - kali:master, r=alexcrichton
bors
-1
/
+6
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-14
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+13
2016-09-28
use MSG_NOSIGNAL from liblibc
Mathieu Poumeyrol
-3
/
+2
2016-09-28
MSG_NOSIGNAL on linux
Mathieu Poumeyrol
-1
/
+7
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-5
/
+0
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-1
/
+1
2016-08-10
Clarify std::os::unix::net::SocketAddr::is_unnamed's docstring
Pietro Albini
-1
/
+1
2016-08-10
Fix docs typo in std::os::unix::net::SocketAddr::is_unnamed
Pietro Albini
-1
/
+1
2016-07-28
Add OpenOptionsExt doc examples
Guillaume Gomez
-0
/
+38
2016-07-28
Add doc examples for std::fs::unix::OpenOptionsExt
Guillaume Gomez
-0
/
+12
2016-07-26
Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnik
Steve Klabnik
-0
/
+16
2016-07-24
Add DirEntry doc examples
Guillaume Gomez
-0
/
+16
2016-07-23
Add DirBuilder doc examples
Guillaume Gomez
-0
/
+10
2016-06-23
std: Fix up stabilization discrepancies
Alex Crichton
-1
/
+1
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-20
/
+0
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-10
/
+66
2016-04-26
std: Allow creating ExitStatus from raw values
Alex Crichton
-0
/
+9
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-7
/
+15
2016-03-31
Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`
Tobias Bucher
-1
/
+1
2016-03-22
fix alignment
Jorge Aparicio
-5
/
+5
2016-03-22
try! -> ?
Jorge Aparicio
-25
/
+25
2016-03-20
Add unix socket support to the standard library
Steven Fackler
-0
/
+1043
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-79
/
+0
2016-02-13
std: Deprecate all std::os::*::raw types
Alex Crichton
-61
/
+84
2016-02-10
std: Implement CommandExt::exec
Alex Crichton
-0
/
+26
2016-02-10
std: Push process stdio setup in std::sys
Alex Crichton
-1
/
+3
[prev]
[next]