| Age | Commit message (Expand) | Author | Lines |
| 2015-05-04 | Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakis | bors | -0/+1 |
| 2015-05-03 | Auto merge of #25060 - luqmana:matching-dst-struct, r=huonw | bors | -0/+70 |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -4/+0 |
| 2015-05-03 | librustc_trans: Handle DST structs in trans::_match. | Luqman Aden | -0/+70 |
| 2015-05-02 | Auto merge of #25038 - bluss:fat-pointer-cast, r=luqmana | bors | -8/+20 |
| 2015-05-02 | Auto merge of #25027 - Manishearth:deriving_attr, r=huonw | bors | -1/+162 |
| 2015-05-02 | Rename AstBuilder::expr_int -> AstBuilder::expr_isize | Manish Goregaokar | -3/+4 |
| 2015-05-02 | Auto merge of #24980 - jooert:test-22468, r=pnkfelix | bors | -0/+19 |
| 2015-05-02 | Auto merge of #25028 - bluss:drain-string, r=alexcrichton | bors | -0/+2 |
| 2015-05-01 | test: Ignore out-of-stack for MUSL | Alex Crichton | -0/+1 |
| 2015-05-02 | typeck: Make sure casts to or from fat pointers are illegal | Ulrik Sverdrup | -8/+20 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -4/+0 |
| 2015-05-01 | Auto merge of #24778 - nagisa:managed-removal, r=huonw | bors | -2/+5 |
| 2015-05-01 | collections: Implement String::drain(range) according to RFC 574 | Ulrik Sverdrup | -0/+2 |
| 2015-05-01 | Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2015-05-01 | Add test for custom deriving plugins which rely on field attributes | Manish Goregaokar | -0/+160 |
| 2015-05-01 | Remove Managed | Simonas Kazlauskas | -2/+5 |
| 2015-04-30 | Auto merge of #24989 - alexcrichton:rustdoc-associated-constant, r=brson | bors | -0/+25 |
| 2015-04-30 | rustdoc: Fix rendering associated constants | Alex Crichton | -0/+25 |
| 2015-04-30 | Add regression test for #22468 | Johannes Oertel | -0/+19 |
| 2015-04-30 | Add regression test for #24446 | Johannes Oertel | -0/+20 |
| 2015-04-29 | Remove `priv` from tests that aren't testing deprecated `priv` | Carol Nichols | -8/+8 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -1/+1 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -1/+1 |
| 2015-04-29 | rollup merge of #24962: tamird/unignore-android-tests | Alex Crichton | -7/+1 |
| 2015-04-29 | rollup merge of #24953: tamird/android-pie | Alex Crichton | -0/+1 |
| 2015-04-29 | rollup merge of #24952: pnkfelix/put-back-missing-dash-g-in-24687-test | Alex Crichton | -0/+1 |
| 2015-04-29 | rollup merge of #24945: pnkfelix/fixes-for-dash-g-handling | Alex Crichton | -0/+18 |
| 2015-04-29 | rollup merge of #24935: pnkfelix/lint-repr-c-drop | Alex Crichton | -0/+59 |
| 2015-04-29 | rollup merge of #24917: zecozephyr/nullptropt | Alex Crichton | -0/+43 |
| 2015-04-29 | rollup merge of #24846: dotdash/fast_cttz8 | Alex Crichton | -5/+0 |
| 2015-04-29 | Re-enable tests on Android | Tamir Duberstein | -4/+0 |
| 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 | tests for lint that warns about mixing #[repr(C)] with Drop. | Felix S. Klock II | -0/+59 |
| 2015-04-29 | Use PIE on Android | Tamir Duberstein | -0/+1 |
| 2015-04-29 | Add `-g` that I should have included in PR #24932. | Felix S. Klock II | -0/+1 |
| 2015-04-29 | Unit test ensuring we accept repeated `-g` and `-O`. | Felix S. Klock II | -0/+18 |
| 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 | Extend the nullable pointer optimization to captured vars of closures | J Bailey | -0/+43 |
| 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 |