| Age | Commit message (Expand) | Author | Lines |
| 2014-08-01 | auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwalton | bors | -6/+158 |
| 2014-08-01 | librustc: Forbid pattern bindings after `@`s, for memory safety. | Patrick Walton | -97/+16 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -151/+148 |
| 2014-07-31 | Test fixes from the rollup | Alex Crichton | -6/+12 |
| 2014-07-31 | librustc: Don't ICE with struct exprs where the name is not a valid struct. | Luqman Aden | -0/+26 |
| 2014-07-31 | librustc: Don't ICE when trying to subst regions in destructor call. | Luqman Aden | -0/+45 |
| 2014-07-31 | Add a non-regression test for issue #8372 | Simon Sapin | -0/+30 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -0/+10 |
| 2014-07-31 | Move SeekableMemWriter into librbml | Erick Tryzelaar | -114/+2 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -32/+34 |
| 2014-07-31 | auto merge of #16076 : SimonSapin/rust/deprecate-url, r=alexcrichton | bors | -0/+20 |
| 2014-07-31 | Fix test suite for DragonFly | Michael Neumann | -0/+10 |
| 2014-07-31 | Deprecate the url crate. | Simon Sapin | -0/+20 |
| 2014-07-30 | auto merge of #16059 : epdtry/rust/mono-item-dedup, r=alexcrichton | bors | -0/+32 |
| 2014-07-30 | Add a new test for borrow checker Box<T> behavior | Cameron Zwarich | -0/+150 |
| 2014-07-30 | Implement RFC #43 | Cameron Zwarich | -6/+8 |
| 2014-07-30 | avoid redundant translation of items during monomorphization | Stuart Pernsteiner | -0/+32 |
| 2014-07-30 | auto merge of #15944 : alexcrichton/rust/task-dont-die, r=brson | bors | -0/+47 |
| 2014-07-30 | green: Prevent runtime corruption on spawn failure | Alex Crichton | -0/+47 |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -22/+125 |
| 2014-07-30 | auto merge of #16037 : erickt/rust/quote_arm, r=acrichto | bors | -6/+25 |
| 2014-07-30 | auto merge of #15777 : SimonSapin/rust/pub-ascii-maps, r=alexcrichton | bors | -1/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -22/+125 |
| 2014-07-29 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-07-29 | syntax: add support for quoting arms | Erick Tryzelaar | -4/+7 |
| 2014-07-29 | Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExt | Simon Sapin | -1/+1 |
| 2014-07-29 | Fix a bug pretty printing `match { 5i } { _ => { } }` | Erick Tryzelaar | -2/+18 |
| 2014-07-29 | Add pretty=typed test support to compiletest and add a test for fixed size ar... | Luqman Aden | -0/+144 |
| 2014-07-29 | libsyntax: Don't ICE on macro invocation in count expr of fixed array type. | Luqman Aden | -0/+18 |
| 2014-07-29 | auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelix | bors | -56/+68 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -213/+23 |
| 2014-07-27 | auto merge of #16006 : TeXitoi/rust/relicense-shootout-k-nucleotide, r=brson | bors | -8/+38 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -12/+12 |
| 2014-07-26 | Relicense shootout-k-nucleotide.rs | Guillaume Pinot | -8/+38 |
| 2014-07-26 | auto merge of #15991 : pcwalton/rust/resolve-regions-in-trait-matching, r=ale... | bors | -0/+30 |
| 2014-07-26 | auto merge of #15987 : brson/rust/hidestdrt, r=alexcrichton | bors | -0/+36 |
| 2014-07-25 | Add tests that the injected runtime is inaccessible | Brian Anderson | -0/+36 |
| 2014-07-25 | librustc: Resolve regions and report errors in trait/impl method | Patrick Walton | -0/+30 |
| 2014-07-25 | librustc: Disallow mutation and assignment in pattern guards, and modify | Patrick Walton | -56/+68 |
| 2014-07-25 | auto merge of #15957 : pcwalton/rust/builtin-bound-impl-checking, r=huonw,pnk... | bors | -0/+23 |
| 2014-07-25 | librustc: Check built-in trait bounds on implementations when direct | Patrick Walton | -0/+23 |
| 2014-07-25 | auto merge of #15961 : pcwalton/rust/fn-pointer-in-iterator, r=huonw | bors | -0/+92 |
| 2014-07-25 | auto merge of #15809 : pcwalton/rust/dedesugar-for, r=pnkfelix | bors | -6/+68 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -6/+68 |
| 2014-07-25 | auto merge of #15951 : edwardw/rust/issue-15896, r=alexcrichton | bors | -0/+24 |
| 2014-07-24 | librustc: Make references to functions not have static lifetime. | Patrick Walton | -0/+92 |
| 2014-07-24 | auto merge of #15424 : TeXitoi/rust/relicense-shootout-threadring, r=brson | bors | -8/+38 |
| 2014-07-25 | Fix #15896 | Edward Wang | -0/+24 |
| 2014-07-24 | librustc: Check structure constructors against their types. | Patrick Walton | -0/+56 |
| 2014-07-24 | librustc: Make bare functions implement the `FnMut` trait. | Patrick Walton | -0/+37 |