| Age | Commit message (Expand) | Author | Lines |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -4/+4 |
| 2014-07-20 | auto merge of #15797 : brson/rust/taskstab, r=alexcrichton | bors | -22/+37 |
| 2014-07-19 | auto merge of #15746 : steveklabnik/rust/docs_random, r=alexcrichton | bors | -9/+14 |
| 2014-07-18 | std: Stabilize task module. | Brian Anderson | -22/+37 |
| 2014-07-18 | Improve documentation for rand::random | Steve Klabnik | -9/+14 |
| 2014-07-18 | Remove examples from trait implementations. Unhide imports. | Jonas Hietala | -154/+18 |
| 2014-07-18 | Fill in documentation for HashSet. | Jonas Hietala | -37/+267 |
| 2014-07-16 | Extend HashSet documentation. | Jonas Hietala | -4/+159 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -6/+5 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -18/+11 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -15/+14 |
| 2014-07-15 | Deprecate `str::from_utf16_lossy` | Adolfo Ochagavía | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf16` | Adolfo Ochagavía | -4/+4 |
| 2014-07-15 | Deprecate `str::from_char` | Adolfo Ochagavía | -14/+10 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -20/+15 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -6/+5 |
| 2014-07-14 | std: Make unlink() more consistent | Alex Crichton | -5/+43 |
| 2014-07-14 | auto merge of #15653 : erickt/rust/master, r=alexcrichton | bors | -2/+2 |
| 2014-07-14 | auto merge of #15649 : catharsis/rust/rust-libstd-examples, r=alexcrichton | bors | -7/+45 |
| 2014-07-13 | std: make std::io::IoError{,Kind} implement Eq | Erick Tryzelaar | -2/+2 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -23/+26 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -23/+26 |
| 2014-07-13 | libstd: Add a few doc examples | Anton Lofgren | -7/+45 |
| 2014-07-13 | auto merge of #15639 : supr/rust/master, r=sfackler | bors | -1/+1 |
| 2014-07-13 | auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmr | bors | -1/+6 |
| 2014-07-12 | Fix Documentation Typo in libstd | Prudhvi Krishna Surapaneni | -1/+1 |
| 2014-07-12 | auto merge of #15617 : aturon/rust/std-more-experimental, r=alexcrichton | bors | -0/+2 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -1/+1 |
| 2014-07-12 | auto merge of #15592 : arjantop/rust/bufwriter-write-fix, r=alexcrichton | bors | -2/+4 |
| 2014-07-12 | auto merge of #15588 : alexcrichton/rust/issue-15478, r=cmr | bors | -6/+12 |
| 2014-07-11 | libc: Switch open to use a mode_t on unix | Alex Crichton | -1/+6 |
| 2014-07-11 | std: Move MemoryMap fields to methods | Alex Crichton | -6/+12 |
| 2014-07-11 | mark std::hash experimental | Aaron Turon | -0/+2 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-11 | Allow writes of length 0 to a full buffer | Arjan Topolovec | -2/+4 |
| 2014-07-11 | auto merge of #15574 : omasanori/rust/hidden, r=huonw | bors | -8/+0 |
| 2014-07-11 | auto merge of #15564 : alexcrichton/rust/moar-hash, r=huonw | bors | -2/+26 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -20/+86 |
| 2014-07-10 | std: Add some implementation of common traits | Alex Crichton | -2/+26 |
| 2014-07-10 | Remove deprecated std::unstable module. | OGINO Masanori | -8/+0 |
| 2014-07-10 | auto merge of #15566 : japaric/rust/command-clone, r=alexcrichton | bors | -0/+2 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -3/+1 |
| 2014-07-09 | Derive Clone for Command and StdioContainer | Jorge Aparicio | -0/+2 |
| 2014-07-09 | auto merge of #15471 : erickt/rust/push_all, r=acrichto | bors | -5/+49 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -4/+9 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -152/+149 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -4/+9 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -1/+2 |
| 2014-07-05 | std: flesh out MemWriter benchmarks | Erick Tryzelaar | -5/+49 |