| Age | Commit message (Expand) | Author | Lines |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -14/+9 |
| 2015-03-28 | iOS: int/uint fallout | Valerii Hiora | -3/+3 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -5/+5 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -5/+5 |
| 2015-03-27 | std: Don't deadlock/panic on recursive prints | Alex Crichton | -11/+14 |
| 2015-03-27 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+3 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+1 |
| 2015-03-27 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+0 |
| 2015-03-27 | rollup merge of #23197: aatxe/master | Alex Crichton | -29/+26 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+1 |
| 2015-03-27 | rollup merge of #23665: steveklabnik/doc_std_ascii | Alex Crichton | -4/+96 |
| 2015-03-27 | Auto merge of #23419 - murarth:lookup-addr, r=alexcrichton | bors | -1/+57 |
| 2015-03-27 | Updated std::dynamic_lib to use std::path. | Aaron Weiss | -29/+26 |
| 2015-03-27 | rollup merge of #23749: alexcrichton/remove-old-impl-check | Alex Crichton | -17/+19 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -548/+547 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -111/+4 |
| 2015-03-27 | rollup merge of #23776: nrc/allow_trivial_cast | Alex Crichton | -1/+0 |
| 2015-03-27 | rollup merge of #23769: alexcrichton/stabilize-split | Alex Crichton | -4/+3 |
| 2015-03-27 | rollup merge of #23753: aturon/revise-convert | Alex Crichton | -59/+9 |
| 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 |