| Age | Commit message (Expand) | Author | Lines |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+14 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+4 |
| 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 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-05 | auto merge of #15425 : jbclements/rust/hygiene-for-3-kinds-of-args, r=cmr | bors | -8/+9 |
| 2014-07-04 | make any_pat! and u64_from_be_bytes_bench_impl! macros hygienic | John Clements | -8/+9 |
| 2014-07-04 | auto merge of #15405 : pcwalton/rust/delifetime, r=nick29581 | bors | -6/+3 |
| 2014-07-04 | auto merge of #15404 : vhbit/rust/ios-ptr-fixes, r=pcwalton | bors | -2/+2 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -6/+3 |
| 2014-07-04 | Fixed iOS build after *T removal | Valerii Hiora | -2/+2 |
| 2014-07-04 | auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichton | bors | -0/+3 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-04 | core: add a primitive page for `()`. | Huon Wilson | -0/+3 |
| 2014-07-03 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-07-03 | Rename set_broadast() to set_broadcast(). | Joseph Crail | -1/+7 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -3/+3 |
| 2014-07-03 | Add os::join_paths, make setenv non-utf8 capable | Aaron Turon | -60/+147 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -217/+456 |