| Age | Commit message (Expand) | Author | Lines |
| 2014-06-22 | auto merge of #15081 : jakub-/rust/issue-15080, r=alexcrichton | bors | -0/+38 |
| 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 | -81/+4 |
| 2014-06-21 | Fix spurious non-exhaustive errors for cross-crate struct variants | Jakub Wieczorek | -3/+26 |
| 2014-06-22 | Make destructuring trait reference work | Edward Wang | -1/+42 |
| 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 | -14/+27 |
| 2014-06-21 | auto merge of #15029 : aturon/rust/stability-index, r=brson | bors | -66/+160 |
| 2014-06-21 | auto merge of #14731 : jakub-/rust/pattern-matching-refactor, r=alexcrichton | bors | -45/+196 |
| 2014-06-20 | libsyntax: Stop parsing `+` with no bounds after it. | Patrick Walton | -14/+27 |
| 2014-06-20 | auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcr... | bors | -16/+28 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -16/+28 |
| 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 | -14/+94 |
| 2014-06-20 | Fix #14393 | Jakub Wieczorek | -0/+17 |
| 2014-06-20 | Add unreachability detection for missized patterns of fixed size vectors | Jakub Wieczorek | -0/+18 |
| 2014-06-20 | Add support for fixed size vectors in let/arg patterns | Jakub Wieczorek | -0/+30 |
| 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-19 | auto merge of #15033 : Sawyer47/rust/old-test, r=alexcrichton | bors | -43/+0 |
| 2014-06-19 | auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakis | bors | -0/+41 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -66/+160 |
| 2014-06-19 | auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmr | bors | -0/+75 |
| 2014-06-18 | Handle CRLF properly in the lexer | Kevin Ballard | -0/+75 |
| 2014-06-19 | auto merge of #15025 : alexcrichton/rust/rollup, r=alexcrichton | bors | -62/+172 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -4/+12 |
| 2014-06-18 | debuginfo: Add test case for issue 14411. | Michael Woerister | -0/+25 |
| 2014-06-18 | Fix #14865 | Edward Wang | -0/+30 |
| 2014-06-18 | Reject double moves out of array elements | Cameron Zwarich | -0/+21 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -59/+31 |
| 2014-06-18 | Revamp TaskBuilder API | Aaron Turon | -0/+26 |
| 2014-06-18 | librustc: Use expr_ty_adjusted in trans_overloaded_call. | Luqman Aden | -0/+29 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -1/+0 |
| 2014-06-18 | auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brson | bors | -6/+2 |
| 2014-06-18 | auto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton | bors | -0/+14 |
| 2014-06-18 | test: Attempt to fix nightly-linux | Alex Crichton | -6/+2 |
| 2014-06-18 | Remove obsolete test | Piotr Jawniak | -43/+0 |
| 2014-06-18 | auto merge of #14879 : Ryman/rust/resolve_super_hint_cut, r=alexcrichton | bors | -60/+73 |
| 2014-06-18 | Adapt test case to match current set of emitted warnings. (or lack | Felix S. Klock II | -1/+1 |
| 2014-06-18 | Regression tests for flowgraph construction bug on ExprWhile. | Felix S. Klock II | -1/+444 |
| 2014-06-18 | some extra test cases to cover in the borrow checker. | Felix S. Klock II | -0/+108 |
| 2014-06-17 | librustc: Don't overwrite vtables when coercing to trait object. | Luqman Aden | -0/+41 |
| 2014-06-18 | auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton | bors | -1/+140 |
| 2014-06-18 | rustc: reduce redundant resolve errors. | Kevin Butler | -67/+48 |
| 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 | -1/+40 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -0/+36 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+64 |