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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-66
/
+0
2019-12-22
Format the world
Mark Rousskov
-12
/
+19
2019-11-24
Also fix the signature of main in std::sys::unix::ext
Emmanuel Gil Peyrot
-1
/
+3
2019-11-24
Replace .unwrap() with ? in std::os::unix::net
Emmanuel Gil Peyrot
-1
/
+1
2019-02-11
remove "experimental" wording from std::os::unix
Andy Russell
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-06-15
Fix issue on unix
Guillaume Gomez
-0
/
+1
2017-10-31
Update doc comment for the Unix extension module
Tobias Bucher
-2
/
+8
2017-08-24
Fix inconsistent doc headings
lukaramu
-1
/
+1
2017-08-10
Exposed all platform-specific documentation.
kennytm
-0
/
+1
2016-12-15
Stabilize std::os::*::fs::FileExt
Aaron Turon
-1
/
+1
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-0
/
+2
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+3
2016-03-20
Add unix socket support to the standard library
Steven Fackler
-0
/
+1
2015-12-04
Add JoinHandleExt to get the pthread_t on unix platforms
Peter Atashian
-0
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-3
/
+3
2015-08-18
std: Add into_raw_os traits to the OS preludes
Alex Crichton
-1
/
+1
2015-07-09
Add FileTypeUnix trait to add unix special file types
Jesús Espino
-1
/
+1
2015-06-18
std: Add FromRaw{Fd,Handle,Socket} to os preludes
Alex Crichton
-1
/
+1
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-0
/
+53