| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+1 |
| 2014-06-27 | Add test for #11677 | Piotr Jawniak | -0/+24 |
| 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 | -1/+1 |
| 2014-06-26 | auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclements | bors | -0/+38 |
| 2014-06-25 | work around 15189 in test cases | John Clements | -0/+38 |
| 2014-06-24 | librustc: Remove cross borrowing from mutable `Box`es to `&mut`. | Patrick Walton | -2/+2 |
| 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 | -2/+0 |
| 2014-06-24 | rustc: Don't register syntax crates twice | Alex Crichton | -0/+15 |
| 2014-06-24 | Remove few FIXMEs | Piotr Jawniak | -8/+3 |
| 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 | -0/+33 |
| 2014-06-24 | rustc: Always include the morestack library | Alex Crichton | -0/+13 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -498/+505 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -21/+0 |
| 2014-06-24 | auto merge of #15118 : stepancheg/rust/concat, r=alexcrichton | bors | -1/+3 |
| 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 | -2/+14 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -0/+14 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -5/+5 |
| 2014-06-23 | auto merge of #15106 : Sawyer47/rust/rm-duplicated-tests, r=alexcrichton | bors | -15/+4 |
| 2014-06-23 | Allow trailing comma in `concat!` | Stepan Koltsov | -1/+3 |
| 2014-06-23 | Add regression test for ICE from issue 10846. | Felix S. Klock II | -0/+40 |
| 2014-06-23 | auto merge of #15086 : jakub-/rust/xc-struct-variants-match, r=alexcrichton | bors | -2/+24 |
| 2014-06-22 | auto merge of #15081 : jakub-/rust/issue-15080, r=alexcrichton | bors | -0/+38 |
| 2014-06-22 | Remove duplicated test files | Piotr Jawniak | -15/+4 |
| 2014-06-21 | Fix spurious non-exhaustive errors for cross-crate struct variants | Jakub Wieczorek | -2/+24 |
| 2014-06-21 | Fix a #14731 regression in missing_constructor() for vector patterns | Jakub Wieczorek | -0/+38 |
| 2014-06-21 | Add missing attributes to indirect calls for foreign functions | Björn Steinbrink | -0/+36 |
| 2014-06-21 | auto merge of #15062 : pcwalton/rust/trailing-plus, r=brson | bors | -12/+7 |
| 2014-06-21 | auto merge of #14731 : jakub-/rust/pattern-matching-refactor, r=alexcrichton | bors | -0/+55 |
| 2014-06-20 | libsyntax: Stop parsing `+` with no bounds after it. | Patrick Walton | -12/+7 |
| 2014-06-20 | auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcr... | bors | -11/+19 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -11/+19 |
| 2014-06-20 | Ignore issue-14393 on Windows | Jakub Wieczorek | -0/+2 |
| 2014-06-20 | syntax: Parse GT tokens from `>=` and `>>=` | Alex Crichton | -0/+21 |
| 2014-06-20 | Address review comments | Jakub Wieczorek | -0/+6 |
| 2014-06-20 | Fix #14393 | Jakub Wieczorek | -0/+17 |
| 2014-06-20 | Add support for fixed size vectors in let/arg patterns | Jakub Wieczorek | -0/+30 |
| 2014-06-19 | auto merge of #15033 : Sawyer47/rust/old-test, r=alexcrichton | bors | -30/+0 |
| 2014-06-19 | auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakis | bors | -0/+41 |
| 2014-06-19 | auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmr | bors | -0/+45 |
| 2014-06-18 | Handle CRLF properly in the lexer | Kevin Ballard | -0/+45 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -3/+3 |
| 2014-06-18 | Fix #14865 | Edward Wang | -0/+30 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -34/+17 |