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
/
fd.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-9
/
+10
2019-02-13
Add vectored read and write support
Steven Fackler
-1
/
+19
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-09-05
Implement initializer() for FileDesc
François Bernier
-1
/
+6
2018-08-28
Fix typo in comment
Dimitri Merejkowsky
-1
/
+1
2018-05-16
Rollup merge of #50638 - tbu-:pr_open_cloexec_once, r=nagisa
kennytm
-0
/
+7
2018-05-14
Don't unconditionally set CLOEXEC twice on every fd we open on Linux
Tobias Bucher
-0
/
+7
2018-05-12
Do not silently truncate offsets for `read_at`/`write_at` on emscripten
Tobias Bucher
-2
/
+16
2017-09-08
Add modifications needed for L4re in libstd
Tobias Schaffner
-0
/
+2
2017-08-28
Update the libc submodule
Alex Crichton
-6
/
+22
2017-06-20
Add `Read::initializer`.
Steven Fackler
-5
/
+0
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2017-02-04
Use less syscalls in `FileDesc::set_{nonblocking,cloexec}`
Tobias Bucher
-2
/
+17
2016-12-26
std: Clamp max read/write sizes on Unix
Alex Crichton
-5
/
+22
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+1
2016-11-22
Fuchsia support for std::process via liblaunchpad.
Theodore DeRego
-0
/
+2
2016-10-09
Use `try_into` and move some functions
Tobias Bucher
-23
/
+30
2016-10-09
Dynamically detect presence of `p{read,write}64` on Android
Tobias Bucher
-17
/
+33
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-0
/
+25
2016-10-08
Use less `size_t` casts in libstd since it's now defined as `usize`
Tobias Bucher
-3
/
+3
2016-09-25
Haiku: Work around the lack of the FIOCLEX ioctl
Niels Sascha Reedijk
-2
/
+8
2016-09-25
Add support for the Haiku operating system on x86 and x86_64 machines
Niels Sascha Reedijk
-2
/
+2
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-06-24
Bubble up the errors in `set_nonblocking` and `set_cloexec`
Tobias Bucher
-16
/
+15
2016-06-23
Don't ignore errors of syscalls in std::sys::unix::fd
Tobias Bucher
-4
/
+4
2016-03-22
try! -> ?
Jorge Aparicio
-4
/
+4
2016-03-09
std: Don't spawn threads in `wait_with_output`
Alex Crichton
-1
/
+16
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-2
/
+21
2016-02-10
Fix half of emscripten's failing tests
Pierre Krieger
-2
/
+2
2016-02-05
std: When duplicating fds, skip extra set_cloexec
Alex Crichton
-6
/
+15
2016-02-04
Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton
bors
-0
/
+42
2016-02-04
Add File::try_clone
Steven Fackler
-0
/
+42
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-2
/
+2
2016-01-31
Add Illumos support
Nikita Baksalyar
-2
/
+2
2015-12-08
Fix a typo in `fd.rs`. Fixes #30231.
Richard Diamond
-2
/
+2
2015-11-09
std: Migrate to the new libc
Alex Crichton
-4
/
+3
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-0
/
+9
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-05-07
std: Mark `mem::forget` as a safe function
Alex Crichton
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-04-10
std: Unconditionally close all file descriptors
Alex Crichton
-16
/
+6
2015-04-09
std: Set CLOEXEC for all fds opened on unix
Alex Crichton
-0
/
+15
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-1
/
+0
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-2
/
+5
2015-02-09
std: Add a new `fs` module
Alex Crichton
-0
/
+70