about summary refs log tree commit diff
path: root/src/libstd/sys/unix/fd.rs
AgeCommit message (Expand)AuthorLines
2016-06-24Bubble up the errors in `set_nonblocking` and `set_cloexec`Tobias Bucher-16/+15
2016-06-23Don't ignore errors of syscalls in std::sys::unix::fdTobias Bucher-4/+4
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-1/+16
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-2/+21
2016-02-10Fix half of emscripten's failing testsPierre Krieger-2/+2
2016-02-05std: When duplicating fds, skip extra set_cloexecAlex Crichton-6/+15
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-0/+42
2016-02-04Add File::try_cloneSteven Fackler-0/+42
2016-01-31Rename sunos to solarisNikita Baksalyar-2/+2
2016-01-31Add Illumos supportNikita Baksalyar-2/+2
2015-12-08Fix a typo in `fd.rs`. Fixes #30231.Richard Diamond-2/+2
2015-11-09std: Migrate to the new libcAlex Crichton-4/+3
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-0/+9
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-16/+6
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-0/+15
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+0
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-2/+5
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+70