| Age | Commit message (Expand) | Author | Lines |
| 2014-09-30 | Fix libnative | Steven Fackler | -7/+6 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -1/+1 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-09-24 | libnative/io: datasync() wrongly called fsync(). | NODA, Kai | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-09-08 | libnative/io: generic retry() for Unix 64 bit read/write(). | NODA, Kai | -7/+5 |
| 2014-09-03 | libnative/io/file_unix: remove superfluous retry(). | NODA, Kai | -24/+12 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -15/+15 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -8/+8 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -3/+3 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -3/+3 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -2/+2 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -1/+2 |
| 2014-06-06 | native: Deal with the rtio changes | Alex Crichton | -102/+79 |
| 2014-06-06 | rtio: Remove usage of `Path` | Alex Crichton | -5/+5 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -3/+3 |
| 2014-05-19 | native: Remove UnsafeArc in favor of just Arc | Alex Crichton | -8/+4 |
| 2014-05-15 | Make `from_bits` in `bitflags!` safe; add `from_bits_truncate` | Aaron Turon | -3/+1 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -6/+15 |
| 2014-05-07 | native: Implement timeouts for unix networking | Alex Crichton | -0/+3 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -1/+12 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+4 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -3/+5 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -2/+1 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -4/+3 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -5/+5 |
| 2014-03-31 | native: Switch field privacy as necessary | Alex Crichton | -3/+3 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -2/+2 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -4/+2 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -18/+16 |
| 2014-03-05 | native: Stop using readdir() | Alex Crichton | -5/+11 |
| 2014-02-27 | native: Improve windows file handling | Alex Crichton | -0/+573 |