| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | auto merge of #17807 : nick29581/rust/slice6, r=aturon | bors | -1/+11 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+10 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-06 | Revise DST test to not require duplicate errors. | Aaron Turon | -2/+0 |
| 2014-10-05 | Fix handling of struct variants in a couple of places | Jakub Wieczorek | -1/+58 |
| 2014-10-05 | auto merge of #17785 : P1start/rust/diagnostics, r=alexcrichton | bors | -3/+43 |
| 2014-10-05 | Give a more descriptive error when marking non-test items as #[test] | P1start | -0/+16 |
| 2014-10-05 | Tweak ‘discriminant value already exists’ error message | P1start | -1/+25 |
| 2014-10-05 | Rename vector patterns to array patterns | P1start | -2/+2 |
| 2014-10-03 | Add regression test for issue #17758 | Brian Koropoff | -0/+22 |
| 2014-10-04 | auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton | bors | -0/+40 |
| 2014-10-03 | rollup merge of #17729 : alexcrichton/issue-17718-start | Alex Crichton | -2/+8 |
| 2014-10-03 | tests: remove old compile-fail test asserting the removal of `const`. | Eduard Burtescu | -11/+0 |
| 2014-10-03 | Add some more test coverage of by-ref unboxed closures | Brian Koropoff | -0/+40 |
| 2014-10-03 | Move the lint for the stability lints to the method name only | P1start | -0/+23 |
| 2014-10-03 | Change rustc pretty-printing to print [T, ..n] instead of [T, .. n] | P1start | -9/+9 |
| 2014-10-03 | Correct error message for invalid `ref`/`mut` bindings | P1start | -0/+14 |
| 2014-10-03 | Improve the `non_snake_case` lint to give better suggestions | P1start | -1/+4 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -2/+4 |
| 2014-10-02 | syntax: Enable parsing of `const` globals | Alex Crichton | -0/+17 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -557/+67 |
| 2014-10-02 | rollup merge of #17721 : jakub-/resolved-issues | Alex Crichton | -0/+82 |
| 2014-10-02 | rollup merge of #17702 : nick29581/enable-dots-test | Alex Crichton | -2/+0 |
| 2014-10-02 | rollup merge of #17646 : bkoropoff/cast-ice | Alex Crichton | -0/+18 |
| 2014-10-02 | Add tests for a few resolved issues | Jakub Wieczorek | -0/+82 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -10/+0 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -557/+67 |
| 2014-10-02 | auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakis | bors | -13/+42 |
| 2014-10-02 | Enable a test for .. in range patterns. | Nick Cameron | -2/+0 |
| 2014-10-02 | Change the `use of moved value` error to be more accurate | P1start | -11/+14 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+10 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Clarify some borrowck errors | P1start | -0/+23 |
| 2014-10-02 | Output a note when lifetimes cannot be elided from functions | P1start | -2/+5 |
| 2014-10-01 | Limit recursion depth for macro expansions, closes #17628 | Florian Hahn | -0/+22 |
| 2014-10-01 | auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581 | bors | -15/+15 |
| 2014-09-30 | Add regression test for issue #17444 | Brian Koropoff | -0/+18 |
| 2014-09-30 | Move `if let` behind a feature gate | Kevin Ballard | -1/+2 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -0/+58 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -15/+15 |
| 2014-09-30 | Emit an error rather than ICEing for a missing built-in bound lang item. | Nick Cameron | -0/+21 |
| 2014-09-29 | Test fixes from the rollup | Alex Crichton | -2/+4 |
| 2014-09-29 | rollup merge of #17614 : nick29581/slice3 | Alex Crichton | -0/+16 |
| 2014-09-29 | rollup merge of #17613 : bkoropoff/issue-17593 | Alex Crichton | -1/+3 |
| 2014-09-29 | rollup merge of #17598 : bkoropoff/issue-17441 | Alex Crichton | -0/+24 |
| 2014-09-29 | rollup merge of #17592 : kmcallister/inline-asm-loc | Alex Crichton | -0/+37 |
| 2014-09-29 | rollup merge of #17586 : Sawyer47/test-16465 | Alex Crichton | -0/+24 |
| 2014-09-29 | rollup merge of #17519 : pcwalton/unboxed-closure-move-syntax | Alex Crichton | -1/+1 |
| 2014-09-29 | auto merge of #17321 : apoelstra/rust/error-on-unknown-impl, r=alexcrichton | bors | -2/+92 |