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
2018-12-25
Remove licenses
Mark Rousskov
-80
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-30
Deal with EINTR in net timeout tests
Josh Stone
-4
/
+6
2018-11-22
Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearer
ariasuni
-6
/
+12
2018-07-11
Auto merge of #51553 - jD91mZM2:uds, r=sfackler
bors
-0
/
+6
2018-07-08
Delete leftover files
jD91mZM2
-354
/
+0
2018-07-07
Revert unification of interfaces
jD91mZM2
-25
/
+847
2018-07-03
Remove stability attributes on private types and leftover docs
jD91mZM2
-16
/
+0
2018-07-02
Fill in tracking issue number for read_exact_at/write_all_at
Dror Levin
-2
/
+2
2018-06-27
Add is_unnamed on redox
jD91mZM2
-2
/
+4
2018-06-27
Fix tidy checks
jD91mZM2
-5
/
+9
2018-06-27
Horrible attempt at cleaning things up that probably just made it worse
jD91mZM2
-847
/
+389
2018-06-26
Mention redox' behavior in doc comments
jD91mZM2
-0
/
+6
2018-06-26
Add read_exact_at and write_all_at methods to FileExt on unix
Dror Levin
-0
/
+127
2018-06-15
Fix issue on unix
Guillaume Gomez
-0
/
+1
2018-04-24
Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler
bors
-1
/
+4
2018-04-19
Rustfmt result (for relevant changes) to satisfy Travis line length check.
Nicholas Rishel
-1
/
+4
2018-04-19
The prior check causes abstract unix domain sockets to return unnamed on Andr...
Nicholas Rishel
-1
/
+1
2018-04-14
Prefer unprefixed paths for well known structs
Dylan MacKenzie
-8
/
+8
2018-04-14
Add doc links to `std::os` extension traits
Dylan MacKenzie
-19
/
+34
2018-04-03
Stabilize parent_id()
Thayne McCombs
-1
/
+1
2018-03-28
Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum...
bors
-171
/
+171
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-171
/
+171
2018-03-23
Reduce scope of unsafe block in sun_path_offset
Daniel Kolsoi
-7
/
+5
2018-03-02
Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...
Manish Goregaokar
-6
/
+65
2018-02-25
Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfackler
kennytm
-1
/
+40
2018-02-24
Clarify "It is an error to..." wording for zero-duration behaviors.
Corey Farwell
-6
/
+65
2018-02-18
Add tests ensuring zero-Duration timeouts result in errors.
Corey Farwell
-1
/
+40
2018-02-17
Fix broken documentation link.
Corey Farwell
-1
/
+1
2017-11-19
Add process::parent_id
Steven Fackler
-0
/
+6
2017-11-11
Add missing links and examples for FileExt
Guillaume Gomez
-2
/
+40
2017-11-08
Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcv
Guillaume Gomez
-4
/
+70
2017-11-07
Add missing links and examples
Guillaume Gomez
-4
/
+70
2017-11-07
Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavus
kennytm
-0
/
+246
2017-10-31
add missing docs for MetadataExt
Guillaume Gomez
-0
/
+246
2017-10-31
Update doc comment for the Unix extension module
Tobias Bucher
-2
/
+8
2017-09-17
Remove st_mode mask
Trevor Merrifield
-2
/
+2
2017-09-15
Retain suid/sgid/sticky bits in Metadata.permissions
Trevor Merrifield
-2
/
+2
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-2
/
+0
2017-08-24
Fix inconsistent doc headings
lukaramu
-1
/
+1
2017-08-16
Refactoring: move net specific fd imps to net
Tobias Schaffner
-59
/
+62
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-13
Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov
Guillaume Gomez
-4
/
+4
2017-08-13
Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton
bors
-0
/
+12
2017-08-12
Fix some typos
Bastien Orivel
-4
/
+4
2017-08-12
Fix error during cross-platform documentation.
kennytm
-0
/
+11
2017-08-10
Fix typo corersponding -> corresponding
Foucher
-1
/
+1
2017-08-10
Exposed all platform-specific documentation.
kennytm
-0
/
+1
2017-07-25
Correct 'stable' attribute
Ian Douglas Scott
-3
/
+3
[next]