| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -5/+5 |
| 2014-06-27 | Add test for #11677 | Piotr Jawniak | -0/+24 |
| 2014-06-26 | librustc: Ensure that proc upvars have static lifetime. | Patrick Walton | -0/+26 |
| 2014-06-26 | auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brson | bors | -0/+53 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -0/+53 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -2/+2 |
| 2014-06-26 | auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclements | bors | -13/+80 |
| 2014-06-25 | more loops to be ignored by pretty-rpass | John Clements | -0/+8 |
| 2014-06-25 | work around 15189 in test cases | John Clements | -0/+38 |
| 2014-06-25 | added compile-fail test for 15167 | John Clements | -0/+21 |
| 2014-06-25 | tidy macro just a bit | John Clements | -13/+13 |
| 2014-06-25 | auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson | bors | -21/+36 |
| 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 | -21/+36 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -21/+0 |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -7/+9 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -0/+8 |
| 2014-06-24 | rustc: Don't register syntax crates twice | Alex Crichton | -0/+15 |
| 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 | -19/+7 |
| 2014-06-24 | Move core::bool tests to run-pass | Brian Anderson | -0/+77 |
| 2014-06-24 | added xfailed test for issue 9737 | John Clements | -0/+20 |
| 2014-06-24 | added xfailed tests for two other flavors of var hygiene | John Clements | -0/+47 |
| 2014-06-24 | Fix #15129 | Jakub Wieczorek | -5/+74 |
| 2014-06-24 | rustc: Always include the morestack library | Alex Crichton | -0/+13 |
| 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 | -602/+595 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -21/+0 |
| 2014-06-24 | auto merge of #15024 : kmcallister/rust/lint, r=alexcrichton | bors | -0/+223 |
| 2014-06-24 | auto merge of #15118 : stepancheg/rust/concat, r=alexcrichton | bors | -1/+3 |
| 2014-06-24 | Test lint plugins | Keegan McAllister | -0/+223 |
| 2014-06-24 | auto merge of #15114 : ben0x539/rust/run-make-libpath, r=alexcrichton | bors | -2/+2 |
| 2014-06-24 | auto merge of #15071 : tomjakubowski/rust/fix-15052, r=alexcrichton | bors | -0/+48 |
| 2014-06-24 | librustc: Remove outdated reference to `~` and `@` | Tom Jakubowski | -0/+48 |
| 2014-06-24 | auto merge of #15113 : pnkfelix/rust/fsk-add-regression-test-for-ice-from-108... | bors | -0/+40 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -3/+45 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -0/+14 |
| 2014-06-24 | auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichton | bors | -19/+127 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -19/+127 |
| 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 | -81/+4 |
| 2014-06-23 | Allow trailing comma in `concat!` | Stepan Koltsov | -1/+3 |
| 2014-06-23 | auto merge of #15098 : ben0x539/rust/nullary-tuple-struct, r=pcwalton | bors | -1/+14 |
| 2014-06-23 | Add regression test for ICE from issue 10846. | Felix S. Klock II | -0/+40 |
| 2014-06-23 | test: readd TMPDIR to LD_LIBRARY_PATH for run-make | Benjamin Herr | -2/+2 |
| 2014-06-23 | auto merge of #15086 : jakub-/rust/xc-struct-variants-match, r=alexcrichton | bors | -3/+26 |
| 2014-06-23 | auto merge of #15083 : edwardw/rust/destructure-trait-ref, r=pcwalton | bors | -1/+42 |