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
/
unix
/
ext
Age
Commit message (
Expand
)
Author
Lines
2016-08-22
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
2016-02-10
std: Implement CommandExt::before_exec
Alex Crichton
-0
/
+38
2016-02-10
std: Refactor process spawning on Unix
Alex Crichton
-1
/
+1
2016-02-03
std: Properly handle interior NULs in std::process
Kamal Marhubi
-3
/
+3
2016-01-20
Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichton
bors
-1
/
+34
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+19
2016-01-15
Addressed comments
Paul Dicker
-3
/
+6
2016-01-14
Fix doctests
Paul Dicker
-2
/
+3
2016-01-13
Move `custom_flags` to `OpenOptionsExt`
Paul Dicker
-1
/
+27
2016-01-13
Implement RFC 1252 expanding the OpenOptions structure
Paul Dicker
-0
/
+3
2015-12-30
doc: fix typo
Tshepang Lekhonkhobe
-1
/
+1
2015-12-06
Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon
bors
-4
/
+3
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-4
/
+3
2015-12-04
Add JoinHandleExt to get the pthread_t on unix platforms
Peter Atashian
-0
/
+47
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-3
/
+12
2015-11-06
std: Refactor process exit code handling slightly
Alex Crichton
-4
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-4
/
+6
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-2
/
+6
2015-08-18
std: Add into_raw_os traits to the OS preludes
Alex Crichton
-1
/
+1
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-31
/
+37
2015-08-11
Register new snapshots
Alex Crichton
-5
/
+0
2015-08-05
Auto merge of #27393 - alexcrichton:no-std-changes, r=brson
bors
-0
/
+2
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+2
2015-08-01
std: Allow to spawn a process as a session leader on UNIX
Mickaël Salaün
-0
/
+16
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-3
/
+54
2015-07-09
Add FileTypeUnix trait to add unix special file types
Jesús Espino
-1
/
+23
2015-06-18
std: Add FromRaw{Fd,Handle,Socket} to os preludes
Alex Crichton
-1
/
+1
2015-06-12
Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturon
bors
-51
/
+81
2015-06-09
std: Tweak process raising/lowering implementations
Alex Crichton
-23
/
+5
[next]