| Age | Commit message (Expand) | Author | Lines |
| 2015-04-29 | Re-enable test on Android | Tamir Duberstein | -2/+0 |
| 2015-04-29 | Reference the correct issue | Tamir Duberstein | -1/+1 |
| 2015-04-29 | Auto merge of #24932 - pnkfelix:fix-issue-24687, r=huonw | bors | -0/+78 |
| 2015-04-29 | Regression test for issue 24687. | Felix S. Klock II | -0/+78 |
| 2015-04-29 | Auto merge of #24681 - tamird:unignore-android, r=alexcrichton | bors | -61/+72 |
| 2015-04-28 | Reference the correct issue | Tamir Duberstein | -1/+1 |
| 2015-04-28 | #10356: Warnings | Tamir Duberstein | -0/+5 |
| 2015-04-28 | #10381: Warnings | Tamir Duberstein | -52/+60 |
| 2015-04-28 | Reference the correct issue and clarify failure | Tamir Duberstein | -3/+3 |
| 2015-04-28 | #10393 & #13206: Warnings | Tamir Duberstein | -5/+3 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -153/+7 |
| 2015-04-28 | Auto merge of #24781 - bluss:vec-drain-range, r=alexcrichton | bors | -1/+3 |
| 2015-04-28 | Auto merge of #24777 - alexcrichton:musl, r=brson | bors | -12/+16 |
| 2015-04-28 | test: Fix some tests to run with musl | Alex Crichton | -12/+16 |
| 2015-04-28 | regression test for Issue 24895. | Felix S. Klock II | -0/+38 |
| 2015-04-28 | collections: Implement vec::drain(range) according to RFC 574 | Ulrik Sverdrup | -1/+3 |
| 2015-04-28 | Auto merge of #24835 - rprichard:rfail-full, r=alexcrichton | bors | -0/+0 |
| 2015-04-28 | Auto merge of #24478 - alexcrichton:issue-24313, r=aturon | bors | -0/+39 |
| 2015-04-27 | std: Don't assume thread::current() works on panic | Alex Crichton | -0/+39 |
| 2015-04-27 | Auto merge of #24765 - pnkfelix:fsk-enum-swapindrop, r=nikomatsakis | bors | -0/+265 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -6/+714 |
| 2015-04-26 | Auto merge of #24829 - jooert:fix22673, r=pnkfelix | bors | -0/+16 |
| 2015-04-26 | Auto merge of #24828 - jooert:fix23253, r=pnkfelix | bors | -0/+16 |
| 2015-04-26 | Move qquote.rs from run-fail to run-fail-fulldeps | Ryan Prichard | -0/+0 |
| 2015-04-26 | Auto merge of #24807 - luqmana:nullable-enum-opt-dst-raw-pointers, r=jakub- | bors | -0/+24 |
| 2015-04-26 | Auto merge of #23085 - goffrie:interpolating-quote, r=huonw | bors | -223/+68 |
| 2015-04-26 | Auto merge of #24367 - ebfull:fix_ice_cat_expr, r=pnkfelix | bors | -0/+68 |
| 2015-04-26 | Remove FakeExtCtxt from qquote tests. | Geoffry Song | -56/+30 |
| 2015-04-25 | Remove remaining tests for hygiene-encoded identifiers. | Geoffry Song | -126/+0 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -41/+38 |
| 2015-04-25 | Auto merge of #24718 - tamird:fix-quote-tests, r=alexcrichton | bors | -193/+144 |
| 2015-04-26 | Add regression test for #22673. | Johannes Oertel | -0/+16 |
| 2015-04-26 | Add regression test for #23253. | Johannes Oertel | -0/+16 |
| 2015-04-25 | Auto merge of #24547 - bombless:comma, r=pnkfelix | bors | -0/+466 |
| 2015-04-25 | `qquote-2.rs` -> `run-fail/qquote.rs` | Tamir Duberstein | -63/+57 |
| 2015-04-25 | `qquote-1.rs` -> `compile-fail-fulldeps/qquote.rs` | Tamir Duberstein | -70/+55 |
| 2015-04-25 | Unrot and re-enable `run-pass-fulldeps/qquote.rs` | Tamir Duberstein | -60/+32 |
| 2015-04-25 | librustc_trans: Don't ICE on unsized type behind raw pointer in nullable poin... | Luqman Aden | -0/+24 |
| 2015-04-25 | Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichton | bors | -1/+1 |
| 2015-04-24 | Remove obsolete "MarkerTrait" from tests. | Sean Patrick Santos | -44/+14 |
| 2015-04-25 | Fix #20616 | York Xiang | -0/+466 |
| 2015-04-24 | Rollup merge of #24751 - lstat:feature-gate-22820-dups, r=brson | Steve Klabnik | -48/+0 |
| 2015-04-24 | Rollup merge of #24749 - lstat:feature-gate-22820, r=nrc | Steve Klabnik | -0/+140 |
| 2015-04-24 | Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelix | bors | -1/+81 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-24 | Split up tests, reduce coverage | Sean Bowe | -12/+49 |
| 2015-04-24 | regression test. | Felix S. Klock II | -0/+265 |
| 2015-04-23 | Feature-gate associated constants. | Sean Patrick Santos | -0/+63 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -0/+147 |
| 2015-04-23 | Fix dead code check for associated const impls. | Sean Patrick Santos | -1/+23 |