| Age | Commit message (Expand) | Author | Lines |
| 2015-03-27 | Rollup merge of #23419 - murarth:lookup-addr, r=alexcrichton | Manish Goregaokar | -1/+57 |
| 2015-03-27 | Rollup merge of #23738 - alexcrichton:snapshots, r=cmr | Manish Goregaokar | -111/+4 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -5/+6 |
| 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 | Register new snapshots | Alex Crichton | -111/+4 |
| 2015-03-26 | Auto merge of #23680 - erickt:inline, r=cmr | bors | -0/+113 |
| 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 | 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 |
| 2015-03-24 | Added `T:Send` bound to `Queue<T>` to avoid specialized Drop impl. | Felix S. Klock II | -2/+2 |
| 2015-03-24 | Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`. | Felix S. Klock II | -9/+9 |
| 2015-03-24 | Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`. | Felix S. Klock II | -17/+17 |
| 2015-03-24 | std: Update docs for removal of ReadExt, WriteExt | Ulrik Sverdrup | -16/+16 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -2/+2 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -3/+5 |
| 2015-03-24 | std: Zero memory when calling `read_to_end()` | Alex Crichton | -30/+14 |
| 2015-03-24 | Add Examples for File | Steve Klabnik | -0/+74 |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -3/+1 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -26/+26 |
| 2015-03-23 | rollup merge of #23503: alexcrichton/fix-ptr-docs | Alex Crichton | -2/+2 |
| 2015-03-23 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23383: alexcrichton/fs-create-dir-all | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -1/+284 |
| 2015-03-23 | rollup merge of #23648: steveklabnik/rollup | Alex Crichton | -8/+8 |
| 2015-03-23 | rollup merge of #23641: steveklabnik/gh23632 | Alex Crichton | -5/+5 |
| 2015-03-23 | rollup merge of #23640: nagisa/thread-less-weak | Alex Crichton | -11/+8 |
| 2015-03-23 | rollup merge of #23637: apasel422/iter | Alex Crichton | -0/+25 |