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
2020-07-27
mv std libs to library/
mark
-3464
/
+0
2020-07-09
libstd/libcore: fix various typos
Andy Russell
-2
/
+2
2020-07-02
Fix links
Guillaume Gomez
-1
/
+1
2020-06-23
Remove unused crate imports in 2018 edition crates
yuqio
-3
/
+0
2020-06-18
Document format correction
qy3u
-2
/
+4
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-1
/
+1
2020-05-12
Stabilize process_set_argv0 feature for Unix
Jeremy Fitzhardinge
-1
/
+1
2020-05-07
Allow a few warnings.
Steve Klabnik
-0
/
+6
2020-04-26
Fix stragglers
Steven Fackler
-5
/
+5
2020-04-26
Update name
Steven Fackler
-3
/
+3
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+20
2020-01-12
Document behavior of set_nonblocking on UnixListener
Till Arnold
-0
/
+8
2019-12-22
Format the world
Mark Rousskov
-88
/
+117
2019-12-02
Rollup merge of #66346 - linkmauve:try-in-docstring, r=Dylan-DPC
Mazdak Farrokhzad
-156
/
+284
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-55
/
+123
2019-11-24
Add missing main() and return value
Emmanuel Gil Peyrot
-2
/
+5
2019-11-24
Add missing semicolons and question marks
Emmanuel Gil Peyrot
-5
/
+5
2019-11-24
Also fix the signature of main in std::sys::unix::ext
Emmanuel Gil Peyrot
-1
/
+3
2019-11-24
Return Ok(()) in docstrings in std::os::unix::net
Emmanuel Gil Peyrot
-10
/
+45
2019-11-24
Replace .unwrap() with ? in std::os::unix::net
Emmanuel Gil Peyrot
-149
/
+237
2019-11-19
Add unix::process::CommandExt::arg0
Jeremy Fitzhardinge
-0
/
+16
2019-10-28
[doc] fix the reference to using `OpenOptions::open`
Josh Stone
-1
/
+1
2019-10-28
[doc] add a possessive apostrophe in `OpenOptionsExt::mode`
Josh Stone
-1
/
+1
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-2
/
+2
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
[next]