| Age | Commit message (Expand) | Author | Lines |
| 2014-06-26 | librustc: Ensure that proc upvars have static lifetime. | Patrick Walton | -0/+26 |
| 2014-06-26 | auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclements | bors | -0/+21 |
| 2014-06-25 | added compile-fail test for 15167 | John Clements | -0/+21 |
| 2014-06-25 | auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson | bors | -12/+27 |
| 2014-06-24 | librustc: Don't try to perform the magical | Patrick Walton | -0/+31 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -12/+27 |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -0/+4 |
| 2014-06-24 | test: Add a test for regions, traits, and variance. | Patrick Walton | -0/+52 |
| 2014-06-24 | librustc: Check function argument patterns for legality of by-move | Patrick Walton | -0/+21 |
| 2014-06-24 | Remove few FIXMEs | Piotr Jawniak | -11/+4 |
| 2014-06-24 | Fix #15129 | Jakub Wieczorek | -5/+41 |
| 2014-06-24 | Add tests for #12470 and #14285 | Edward Wang | -0/+67 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -57/+43 |
| 2014-06-24 | Test lint plugins | Keegan McAllister | -0/+30 |
| 2014-06-24 | librustc: Remove outdated reference to `~` and `@` | Tom Jakubowski | -0/+48 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -1/+28 |
| 2014-06-24 | auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichton | bors | -11/+119 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -11/+119 |
| 2014-06-23 | auto merge of #14974 : Ryman/rust/non_trait_method, r=alexcrichton | bors | -10/+49 |
| 2014-06-23 | rustc: catch `impl X for Y` where X is not a trait in resolve. | Kevin Butler | -5/+40 |
| 2014-06-23 | rustc: catch non-trait methods before typeck. | Kevin Butler | -7/+11 |
| 2014-06-23 | auto merge of #15106 : Sawyer47/rust/rm-duplicated-tests, r=alexcrichton | bors | -53/+0 |
| 2014-06-23 | auto merge of #15098 : ben0x539/rust/nullary-tuple-struct, r=pcwalton | bors | -1/+14 |
| 2014-06-23 | auto merge of #15083 : edwardw/rust/destructure-trait-ref, r=pcwalton | bors | -1/+42 |
| 2014-06-22 | libsyntax: don't allow enum structs with no fields | Benjamin Herr | -1/+14 |
| 2014-06-22 | Remove duplicated test files | Piotr Jawniak | -53/+0 |
| 2014-06-22 | Make destructuring trait reference work | Edward Wang | -1/+42 |
| 2014-06-21 | auto merge of #15062 : pcwalton/rust/trailing-plus, r=brson | bors | -2/+20 |
| 2014-06-21 | auto merge of #15029 : aturon/rust/stability-index, r=brson | bors | -66/+82 |
| 2014-06-21 | auto merge of #14731 : jakub-/rust/pattern-matching-refactor, r=alexcrichton | bors | -45/+141 |
| 2014-06-20 | libsyntax: Stop parsing `+` with no bounds after it. | Patrick Walton | -2/+20 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -3/+5 |
| 2014-06-20 | Address review comments | Jakub Wieczorek | -14/+88 |
| 2014-06-20 | Add unreachability detection for missized patterns of fixed size vectors | Jakub Wieczorek | -0/+18 |
| 2014-06-20 | Provide a witness pattern for non-exhaustive patterns | Jakub Wieczorek | -15/+33 |
| 2014-06-20 | Check pattern refutability the same way exhaustiveness is checked | Jakub Wieczorek | -32/+18 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -66/+82 |
| 2014-06-19 | auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmr | bors | -0/+30 |
| 2014-06-18 | Handle CRLF properly in the lexer | Kevin Ballard | -0/+30 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -1/+9 |
| 2014-06-18 | Reject double moves out of array elements | Cameron Zwarich | -0/+21 |
| 2014-06-18 | auto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton | bors | -0/+14 |
| 2014-06-18 | auto merge of #14879 : Ryman/rust/resolve_super_hint_cut, r=alexcrichton | bors | -57/+71 |
| 2014-06-18 | Adapt test case to match current set of emitted warnings. (or lack | Felix S. Klock II | -1/+1 |
| 2014-06-18 | rustc: reduce redundant resolve errors. | Kevin Butler | -64/+46 |
| 2014-06-18 | Fix expected error message in a test. | Simon Sapin | -1/+1 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -0/+33 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -0/+24 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+26 |
| 2014-06-17 | rustc: Add self/super hint for extern crate resolve errors. | Kevin Butler | -4/+36 |