about summary refs log tree commit diff
path: root/src/libstd/sys/unix/fd.rs
AgeCommit message (Expand)AuthorLines
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