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
2019-06-26
Avoid mem::uninitialized() in std::sys::unix
Josh Stone
-6
/
+5
2019-05-26
Print file mode of PermissionExt in octal in Examples
oberien
-1
/
+1
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-2
/
+2
2019-04-27
Stabilized vectored IO
Steven Fackler
-7
/
+7
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-5
/
+5
2019-03-29
implement `AsRawFd` for stdio locks
Andy Russell
-0
/
+15
2019-03-21
Unify OsString/OsStr for byte-based implementations
Jethro Beekman
-104
/
+33
2019-02-28
libstd => 2018
Taiki Endo
-47
/
+45
2019-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-1
/
+36
2019-02-22
Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton
Mazdak Farrokhzad
-4
/
+24
2019-02-13
Add vectored read and write support
Steven Fackler
-1
/
+36
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-12
/
+12
2019-02-11
remove "experimental" wording from std::os::unix
Andy Russell
-1
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-10
/
+10
2019-02-10
tests: doc comments
Alexander Regueiro
-2
/
+2
2019-02-03
POSIX requires async signal safety for fork in signal handlers, not in general
Ralf Jung
-2
/
+1
2019-02-02
pre_exec: expand docs
Ralf Jung
-3
/
+4
2019-02-02
deprecate things a bit slower
Ralf Jung
-1
/
+1
2019-02-01
also replace before_exec by pre_exec on redox
Ralf Jung
-1
/
+1
2019-02-01
deprecate before_exec in favor of unsafe pre_exec
Ralf Jung
-3
/
+23
2019-01-15
Stabilize FileExt::read_exact_at/write_all_at
Dror Levin
-4
/
+2
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
[next]