| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | Remove std::io::signal | Aaron Turon | -236/+0 |
| 2014-09-30 | Fix libstd | Steven Fackler | -2/+2 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -1/+1 |
| 2014-08-13 | std: Clarify what timers do with zero and negative durations | Brian Anderson | -3/+4 |
| 2014-08-13 | std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc. | Brian Anderson | -3/+3 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -0/+1 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -3/+14 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+2 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -1/+1 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -1/+2 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -2/+3 |
| 2014-04-05 | std: Fix a doc example on io::signal | Alex Crichton | -10/+9 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -17/+17 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -0/+1 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -12/+11 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -8/+13 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -3/+3 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -0/+1 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -9/+6 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -5/+5 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -6/+7 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -2/+2 |
| 2014-01-15 | Allow more "error" values in try_recv() | Alex Crichton | -1/+2 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+1 |
| 2013-12-24 | std: Expose that LocalIo may not always be available | Alex Crichton | -10/+7 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -2/+2 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -7/+4 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -1/+1 |
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -13/+11 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -5/+5 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -0/+224 |