| Age | Commit message (Expand) | Author | Lines |
| 2014-10-05 | Tweak ‘discriminant value already exists’ error message | P1start | -4/+33 |
| 2014-10-04 | auto merge of #17766 : pminten/rust/atomic-int-in-examples, r=alexcrichton | bors | -6/+6 |
| 2014-10-05 | Rename vector patterns to array patterns | P1start | -7/+7 |
| 2014-10-04 | auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichton | bors | -0/+35 |
| 2014-10-04 | auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichton | bors | -9/+28 |
| 2014-10-04 | auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddyb | bors | -18/+60 |
| 2014-10-04 | docs: Reference hoedown instead of sundown | Brian Campbell | -2/+2 |
| 2014-10-04 | Update LLVM. | Luqman Aden | -19/+59 |
| 2014-10-04 | Fix infinite recursion in Writer impl for &mut Writer | Brian Koropoff | -2/+2 |
| 2014-10-04 | Register new snapshots | Björn Steinbrink | -11/+13 |
| 2014-10-04 | Make examples for AtomicInt refer to AtomicInt | Peter Minten | -6/+6 |
| 2014-10-04 | auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddyb | bors | -2/+1 |
| 2014-10-03 | Correctly generate drop glue for `Box<str>` | Brian Koropoff | -1/+1 |
| 2014-10-03 | Add regression test for issue #17758 | Brian Koropoff | -0/+22 |
| 2014-10-03 | Handle provided trait methods when giving inference error suggestions | Brian Koropoff | -0/+13 |
| 2014-10-04 | auto merge of #17754 : O-I/rust/update-guide, r=steveklabnik | bors | -17/+16 |
| 2014-10-03 | Add regression test for issue #17737 | Brian Koropoff | -0/+24 |
| 2014-10-04 | auto merge of #17752 : SimonSapin/rust/patch-6, r=thestinger | bors | -1/+1 |
| 2014-10-03 | Fix type visitor glue for unboxed closures | Brian Koropoff | -18/+36 |
| 2014-10-04 | auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton | bors | -38/+147 |
| 2014-10-03 | test: Fix a test that fails when cross compiling | Alex Crichton | -2/+1 |
| 2014-10-03 | auto merge of #17743 : steveklabnik/rust/receiver_fix, r=alexcrichton | bors | -1/+1 |
| 2014-10-03 | Adds comma | Rahul Horé | -1/+1 |
| 2014-10-03 | Fix preallocation amount in String::from_utf16 | Simon Sapin | -1/+1 |
| 2014-10-03 | Fixes wording | Rahul Horé | -2/+2 |
| 2014-10-03 | Removes extra . | Rahul Horé | -1/+1 |
| 2014-10-03 | Adds missing cd | Rahul Horé | -1/+2 |
| 2014-10-03 | Test fixes from the rollup | Alex Crichton | -15/+15 |
| 2014-10-03 | Use similar syntax in all arms | Rahul Horé | -7/+5 |
| 2014-10-03 | Fixes output | Rahul Horé | -1/+1 |
| 2014-10-03 | Adds trailing comma | Rahul Horé | -2/+2 |
| 2014-10-03 | Fixes spacing | Rahul Horé | -2/+2 |
| 2014-10-03 | Update signature of try_recv() | Steve Klabnik | -1/+1 |
| 2014-10-03 | Fix lev_distance | Till Hoeppner | -9/+28 |
| 2014-10-03 | rollup merge of #17739 : eddyb/fix-process-test | Alex Crichton | -26/+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 | -5/+44 |
| 2014-10-03 | rollup merge of #17387 : sneves/master | Alex Crichton | -1/+288 |
| 2014-10-03 | rollup merge of #17215 : P1start/lints | Alex Crichton | -204/+316 |
| 2014-10-03 | Fix a race condition between remove_from_env and other io::process tests. | Eduard Burtescu | -26/+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 | -2/+28 |
| 2014-10-03 | Change rustc pretty-printing to print [T, ..n] instead of [T, .. n] | P1start | -10/+10 |
| 2014-10-03 | Report trait/impl sig inconsistency before method/body inconsistency | P1start | -10/+11 |
| 2014-10-03 | Correct error message for invalid `ref`/`mut` bindings | P1start | -3/+18 |
| 2014-10-03 | Improve the `non_snake_case` lint to give better suggestions | P1start | -2/+9 |
| 2014-10-03 | Update the `unused` lint group to include more lints | P1start | -5/+6 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -172/+234 |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -18/+471 |