| Age | Commit message (Expand) | Author | Lines |
| 2015-08-17 | switch core::simd to repr(simd) and deprecate it. | Huon Wilson | -1/+3 |
| 2015-08-17 | core: Move `atomic` into a new `sync` module | Alex Crichton | -1/+1 |
| 2015-08-17 | std: Clean up primitive integer modules | Alex Crichton | -303/+25 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -33/+132 |
| 2015-08-16 | rustdoc: Added issue_tracker_base_url annotations to crates | Martin Wernstål | -0/+1 |
| 2015-08-15 | test: Fix tests for requiring issues | Alex Crichton | -1/+2 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -222/+270 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -2/+0 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -3/+3 |
| 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 |