| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | A better `core::mem::dropped` implementation suggested by huonw on the PR. | Felix S. Klock II | -6/+9 |
| 2015-03-26 | filling-drop: switch `DTOR_NEEDED` and `DTOR_DONE` to non-trivial values. | Felix S. Klock II | -3/+3 |
| 2015-03-26 | Regression tests for issues uncovered only post the run-pass and compile-fail... | Felix S. Klock II | -0/+203 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -58/+258 |
| 2015-03-26 | Auto merge of #23711 - alexcrichton:ip-addr, r=aturon | bors | -21/+68 |
| 2015-03-26 | Auto merge of #23691 - richo:dedup-typeorigin-mergable, r=eddyb | bors | -29/+40 |
| 2015-03-25 | infer: Drop pointless format! calls | Richo Healey | -14/+14 |
| 2015-03-25 | infer: Refactor Display impl | Richo Healey | -9/+14 |
| 2015-03-25 | infer: Move TypeOrigin formatting onto it's enum | Richo Healey | -15/+21 |
| 2015-03-26 | Auto merge of #23718 - alexcrichton:flaky-test, r=huonw | bors | -4/+4 |
| 2015-03-25 | std: Add net::IpAddr, destabilize lookup_host | Alex Crichton | -21/+68 |
| 2015-03-25 | test: Make a test less flaky | Alex Crichton | -4/+4 |
| 2015-03-25 | Auto merge of #23695 - sae-bom:mac-android-debuginfo, r=alexcrichton | bors | -1/+5 |
| 2015-03-25 | Auto merge of #23434 - alexcrichton:misc-stab, r=aturon | bors | -3/+4 |
| 2015-03-25 | Rollup merge of #23702 - dotdash:match_reass, r=eddyb | Manish Goregaokar | -2/+32 |
| 2015-03-25 | Rollup merge of #23693 - semarie:openbsd-pathbuf-new, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2015-03-25 | Rollup merge of #23692 - yjh0502:fix/simd-overflow, r=pnkfelix | Manish Goregaokar | -0/+25 |
| 2015-03-25 | Rollup merge of #23684 - tamird:ios-fallout, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-25 | Always properly copy values into bindings when mutating the match discriminant | Björn Steinbrink | -2/+32 |
| 2015-03-25 | Rollup merge of #23664 - bluss:std-docs, r=steveklabnik | Manish Goregaokar | -66/+57 |
| 2015-03-25 | Rollup merge of #23617 - steveklabnik:gh23564, r=Manishearth | Manish Goregaokar | -0/+2 |
| 2015-03-25 | Ignore some tests on aarch64 | Sae-bom Kim | -1/+5 |
| 2015-03-25 | Auto merge of #23670 - cmr:vec-push-slowpath, r=pcwalton | bors | -9/+16 |
| 2015-03-25 | unbreak bitrig/openbsd build after 8389253d | Sébastien Marie | -2/+2 |
| 2015-03-25 | Fix ICE on SIMD overflow checking | Jihyun Yu | -0/+25 |
| 2015-03-24 | [iOS] Fallout from 8389253 | Tamir Duberstein | -1/+1 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -11/+17 |
| 2015-03-24 | rollup merge of #23674: nagisa/fallout-1 | Alex Crichton | -7/+7 |
| 2015-03-24 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -0/+2 |
| 2015-03-25 | Fix some fallout in librustdoc | Simonas Kazlauskas | -7/+7 |
| 2015-03-24 | rollup merge of #23671: steveklabnik/doc_std_clone | Alex Crichton | -0/+8 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -63/+465 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -145/+144 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -145/+144 |
| 2015-03-24 | rollup merge of #23668: alexcrichton/io-zero | Alex Crichton | -30/+14 |
| 2015-03-24 | rollup merge of #23662: steveklabnik/gh23421 | Alex Crichton | -3/+3 |
| 2015-03-24 | rollup merge of #23661: steveklabnik/any_docs | Alex Crichton | -4/+4 |
| 2015-03-24 | rollup merge of #23659: GBGamer/master | Alex Crichton | -0/+58 |
| 2015-03-24 | rollup merge of #23646: steveklabnik/doc_file | Alex Crichton | -0/+74 |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -621/+593 |
| 2015-03-24 | rollup merge of #23629: liammonahan/master | Alex Crichton | -2/+2 |
| 2015-03-24 | rollup merge of #23592: alexcrichton/tweak-at-exit | Alex Crichton | -46/+65 |
| 2015-03-24 | rollup merge of #23573: steveklabnik/doc_associated_types | Alex Crichton | -0/+203 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -261/+711 |
| 2015-03-25 | Bug fixes | Nick Cameron | -25/+3 |
| 2015-03-24 | Unit tests for Issue 8142, collected into one file. | Felix S. Klock II | -0/+79 |
| 2015-03-24 | Reject specialized Drop impls. | Felix S. Klock II | -18/+341 |
| 2015-03-24 | Added `T:Send` bound to `JoinGuard<T>` to avoid specialized `Drop` impl. | Felix S. Klock II | -1/+1 |
| 2015-03-24 | Added `T:Send` bound to `Queue<T>` to avoid specialized `Drop` impl. | Felix S. Klock II | -1/+1 |
| 2015-03-24 | Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl. | Felix S. Klock II | -2/+2 |