| Age | Commit message (Expand) | Author | Lines |
| 2014-07-24 | Deprecated `str::raw::from_c_str` | Adolfo Ochagavía | -1/+1 |
| 2014-07-24 | Remove OwnedStr trait | Adolfo Ochagavía | -6/+2 |
| 2014-07-24 | Cleanup HashMap documentation. | Jonas Hietala | -53/+68 |
| 2014-07-24 | Cleanup LruCache doc. | Jonas Hietala | -9/+8 |
| 2014-07-24 | Documentation examples for LruCache. | Jonas Hietala | -0/+86 |
| 2014-07-24 | Remove explicit rust code specifier. Unhide use HashMap. | Jonas Hietala | -56/+56 |
| 2014-07-24 | Fill in example code for HashMap. | Jonas Hietala | -19/+293 |
| 2014-07-23 | Just land already | Brian Anderson | -1/+1 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -3/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -9/+16 |
| 2014-07-22 | auto merge of #15876 : brson/rust/failfat, r=pcwalton | bors | -2/+3 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+18 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+14 |
| 2014-07-21 | Use fewer instructions for `fail!` | Brian Anderson | -2/+3 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+4 |
| 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 |