| Age | Commit message (Expand) | Author | Lines |
| 2015-03-27 | rollup merge of #23752: alexcrichton/remove-should-fail | Alex Crichton | -7/+7 |
| 2015-03-27 | rollup merge of #23750: murarth/ipaddr-fromstr | Alex Crichton | -6/+12 |
| 2015-03-27 | rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntax | Alex Crichton | -16/+16 |
| 2015-03-27 | rollup merge of #23736: gmjosack/master | Alex Crichton | -3/+2 |
| 2015-03-27 | rollup merge of #23651: alexcrichton/unwind-try | Alex Crichton | -0/+49 |
| 2015-03-27 | rollup merge of #23535: pnkfelix/fsk-filling-drop | Alex Crichton | -2/+2 |
| 2015-03-27 | rollup merge of #23419: murarth/lookup-addr | Alex Crichton | -1/+57 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -5/+6 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -1/+0 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -8/+2 |
| 2015-03-26 | entry API v3: replace Entry::get with Entry::default and Entry::default_with | Alexis | -1/+25 |
| 2015-03-26 | Add `std::net::lookup_addr` for reverse DNS lookup | Murarth | -1/+57 |
| 2015-03-26 | std: Stabilize BufRead::split | Alex Crichton | -4/+3 |
| 2015-03-26 | std: Stabilize parts of std::os::platform::io | Alex Crichton | -59/+263 |
| 2015-03-26 | Update docs to fix various 404s | Gary M. Josack | -3/+2 |
| 2015-03-26 | Revise use of conversion traits | Aaron Turon | -59/+9 |
| 2015-03-26 | syntax: Remove support for #[should_fail] | Alex Crichton | -7/+7 |
| 2015-03-26 | impl `FromStr` for `IpAddr` | Murarth | -6/+12 |
| 2015-03-26 | rustc: Remove support for old_impl_check | Alex Crichton | -17/+19 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -548/+547 |
| 2015-03-26 | syntax: Remove parsing of old slice syntax | Alex Crichton | -16/+16 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -111/+4 |
| 2015-03-26 | Auto merge of #23680 - erickt:inline, r=cmr | bors | -0/+113 |
| 2015-03-26 | Added instability markers to `POST_DROP_*` consts, and related opt-in's. | Felix S. Klock II | -1/+1 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -1/+1 |
| 2015-03-26 | Auto merge of #23711 - alexcrichton:ip-addr, r=aturon | bors | -21/+68 |
| 2015-03-25 | std: Add net::IpAddr, destabilize lookup_host | Alex Crichton | -21/+68 |
| 2015-03-25 | Auto merge of #23695 - sae-bom:mac-android-debuginfo, r=alexcrichton | bors | -0/+1 |
| 2015-03-25 | Speed up reading/writing slices with #[inline] | Erick Tryzelaar | -0/+113 |
| 2015-03-25 | Rollup merge of #23693 - semarie:openbsd-pathbuf-new, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2015-03-25 | Rollup merge of #23684 - tamird:ios-fallout, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-25 | Rollup merge of #23664 - bluss:std-docs, r=steveklabnik | Manish Goregaokar | -16/+16 |
| 2015-03-25 | Ignore some tests on aarch64 | Sae-bom Kim | -0/+1 |
| 2015-03-25 | unbreak bitrig/openbsd build after 8389253d | Sébastien Marie | -2/+2 |
| 2015-03-24 | [iOS] Fallout from 8389253 | Tamir Duberstein | -1/+1 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+7 |
| 2015-03-24 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -0/+2 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -43/+43 |
| 2015-03-24 | std: Reexport std::rt::unwind::try in std::thread | Alex Crichton | -0/+49 |
| 2015-03-24 | rollup merge of #23668: alexcrichton/io-zero | Alex Crichton | -30/+14 |
| 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 | -4/+7 |
| 2015-03-24 | rollup merge of #23592: alexcrichton/tweak-at-exit | Alex Crichton | -45/+64 |
| 2015-03-25 | Bug fixes | Nick Cameron | -1/+2 |
| 2015-03-24 | Reject specialized Drop impls. | Felix S. Klock II | -1/+1 |
| 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 |
| 2015-03-24 | added `T:Send` bound to `Mutex<T>` to avoid specialized Drop impl. | Felix S. Klock II | -1/+1 |
| 2015-03-24 | Added `W: Writer` bound to `BufferedWriter<W>` to avoid specialized `Drop` impl. | Felix S. Klock II | -9/+9 |