| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | auto merge of #17787 : bgamari/rust/fix-quote-method, r=huonw | bors | -0/+1 |
| 2014-10-07 | auto merge of #17807 : nick29581/rust/slice6, r=aturon | bors | -24/+60 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -6/+6 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+37 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -17/+17 |
| 2014-10-06 | Revise DST test to not require duplicate errors. | Aaron Turon | -2/+0 |
| 2014-10-06 | syntax: Parse outer attributes in quote_method! | Ben Gamari | -0/+1 |
| 2014-10-06 | auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton | bors | -0/+2 |
| 2014-10-06 | auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton | bors | -10/+10 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -10/+10 |
| 2014-10-06 | auto merge of #17414 : jakub-/rust/issue-17405, r=alexcrichton | bors | -1/+58 |
| 2014-10-05 | Fix handling of struct variants in a couple of places | Jakub Wieczorek | -1/+58 |
| 2014-10-05 | Build regression test for issue #17021 with -g | Brian Koropoff | -0/+2 |
| 2014-10-05 | auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichton | bors | -0/+23 |
| 2014-10-05 | Add regression test for issue #17734 | Brian Koropoff | -0/+23 |
| 2014-10-05 | auto merge of #17785 : P1start/rust/diagnostics, r=alexcrichton | bors | -3/+43 |
| 2014-10-05 | auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger | bors | -0/+81 |
| 2014-10-04 | Add tests for intrinsics::unreachable | Keegan McAllister | -0/+81 |
| 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-04 | auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichton | bors | -0/+22 |
| 2014-10-04 | auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddyb | bors | -0/+24 |
| 2014-10-04 | auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddyb | bors | -2/+1 |
| 2014-10-03 | Add regression test for issue #17758 | Brian Koropoff | -0/+22 |
| 2014-10-03 | Add regression test for issue #17737 | Brian Koropoff | -0/+24 |
| 2014-10-04 | auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton | bors | -7/+77 |
| 2014-10-03 | test: Fix a test that fails when cross compiling | Alex Crichton | -2/+1 |
| 2014-10-03 | Test fixes from the rollup | Alex Crichton | -14/+14 |
| 2014-10-03 | rollup merge of #17739 : eddyb/fix-process-test | Alex Crichton | -0/+53 |
| 2014-10-03 | rollup merge of #17730 : alexcrichton/snapshot | Alex Crichton | -1/+1 |
| 2014-10-03 | rollup merge of #17729 : alexcrichton/issue-17718-start | Alex Crichton | -2/+23 |
| 2014-10-03 | rollup merge of #17215 : P1start/lints | Alex Crichton | -12/+55 |
| 2014-10-03 | Fix a race condition between remove_from_env and other io::process tests. | Eduard Burtescu | -0/+53 |
| 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/+75 |
| 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/+5 |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -0/+97 |
| 2014-10-02 | Rehabilitate an unboxed closure test | Brian Koropoff | -7/+2 |
| 2014-10-02 | Merge branch 'travis' into rollup | Alex Crichton | -0/+1 |
| 2014-10-02 | syntax: Enable parsing of `const` globals | Alex Crichton | -0/+32 |
| 2014-10-02 | test: Don't depend on /bin/bash | Alex Crichton | -1/+1 |
| 2014-10-02 | Test fixes from the rollup | Alex Crichton | -57/+57 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -3606/+310 |
| 2014-10-02 | rollup merge of #17722 : jakub-/issue-17169 | Alex Crichton | -0/+6 |
| 2014-10-02 | rollup merge of #17721 : jakub-/resolved-issues | Alex Crichton | -0/+339 |