| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-08-06 | fs: indicate that we only copy regular files | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-05 | Better FFI discipline | Tamir Duberstein | -5/+3 |
| 2015-08-05 | Auto merge of #27393 - alexcrichton:no-std-changes, r=brson | bors | -41/+104 |
| 2015-08-04 | Auto merge of #26470 - l0kod:process-session-leader, r=alexcrichton | bors | -3/+19 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -10/+4 |
| 2015-08-04 | std: Ignore test_process_mask on OSX | Alex Crichton | -0/+4 |
| 2015-08-04 | Rollup merge of #27398 - tshepang:patch-5, r=steveklabnik | Manish Goregaokar | -3/+3 |