| Age | Commit message (Expand) | Author | Lines |
| 2015-08-14 | Auto merge of #27822 - arielb1:inline-round-take-2, r=Gankro | bors | -0/+1 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -959/+46 |
| 2015-08-13 | Mark round_up_to_next as inline | arielb1 | -0/+1 |
| 2015-08-13 | Auto merge of #27693 - nagisa:remutex-docs, r=alexcrichton | bors | -3/+10 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -3/+3 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -959/+46 |
| 2015-08-12 | Fix ReentrantMutex documentation wrt DerefMut | Simonas Kazlauskas | -3/+10 |
| 2015-08-11 | rollup merge of #27679: durka/patch-5 | Alex Crichton | -4/+4 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -186/+0 |
| 2015-08-11 | rollup merge of #27676: alexcrichton/msvc-unwind | Alex Crichton | -5/+5 |
| 2015-08-11 | rollup merge of #27674: zaeleus/ios-imports | Alex Crichton | -3/+5 |
| 2015-08-11 | rollup merge of #27663: tbu-/pr_remove_fixme | Alex Crichton | -1/+0 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -3/+3 |
| 2015-08-11 | rollup merge of #27615: GuillaumeGomez/send_sync | Alex Crichton | -0/+14 |
| 2015-08-12 | Auto merge of #27615 - GuillaumeGomez:send_sync, r=huonw | bors | -0/+14 |
| 2015-08-11 | correct copy/paste typos in stdio.rs comments | Alex Burka | -4/+4 |
| 2015-08-11 | trans: Re-enable unwinding on 64-bit MSVC | Alex Crichton | -5/+5 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -186/+0 |
| 2015-08-11 | std: Fix imports for ios target | Michael Macias | -3/+5 |
| 2015-08-11 | Add HashSet and HashMap tests | Guillaume Gomez | -25/+15 |
| 2015-08-11 | Remove unneeded FIXME | Tobias Bucher | -1/+0 |
| 2015-08-11 | Rollup merge of #27651 - tshepang:patch-8, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-08-11 | Rollup merge of #27648 - tshepang:patch-7, r=brson | Manish Goregaokar | -2/+2 |
| 2015-08-11 | Rollup merge of #27633 - tshepang:patch-6, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-08-11 | Rollup merge of #27577 - diaphore:trailing-newline-formatmessagew, r=alexcric... | Manish Goregaokar | -3/+7 |
| 2015-08-11 | Auto merge of #27549 - tshepang:clarity, r=alexcrichton | bors | -1/+1 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -60/+49 |
| 2015-08-10 | Fix doc test | Steven Fackler | -1/+0 |
| 2015-08-10 | Add back and deprecate old methods. | Steven Fackler | -0/+17 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -59/+32 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -509/+88 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -509/+88 |
| 2015-08-11 | doc: remove an unneeded distinction | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-10 | Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichton | bors | -2/+14 |
| 2015-08-10 | doc: success is implied really | Tshepang Lekhonkhobe | -2/+2 |
| 2015-08-10 | Add Send/Sync traits on Iter struct in hash/table | Guillaume Gomez | -1/+25 |
| 2015-08-10 | Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichton | bors | -18/+20 |
| 2015-08-10 | Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brson | bors | -0/+4 |
| 2015-08-10 | std: Allow ?Sized parameters in std::io::copy | Ulrik Sverdrup | -2/+14 |
| 2015-08-10 | Revert "Mark round_up_to_next as inline" | Tim Neumann | -1/+0 |
| 2015-08-10 | doc: add missing symbol | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-09 | Make `str::as_bytes_mut` private | Tobias Bucher | -3/+3 |
| 2015-08-09 | Make `slice::transmute*` private | Tobias Bucher | -2/+1 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -20/+23 |
| 2015-08-09 | Mark round_up_to_next as inline | Ariel Ben-Yehuda | -0/+1 |
| 2015-08-07 | Trim trailing newline from FormatMessageW | diaphore | -3/+7 |
| 2015-08-06 | Auto merge of #27557 - Manishearth:rollup, r=Manishearth | bors | -0/+2 |
| 2015-08-06 | Rollup merge of #27550 - tshepang:missing-info, r=brson | Manish Goregaokar | -0/+2 |
| 2015-08-06 | doc: add info about the u64 wrapped in Result | Tshepang Lekhonkhobe | -0/+2 |