| Age | Commit message (Expand) | Author | Lines |
| 2015-08-28 | Add .as_str() to str::Chars and str::CharIndices. See #27775. | Simon Sapin | -0/+24 |
| 2015-08-28 | Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton | bors | -2/+4 |
| 2015-08-28 | Rollup merge of #28048 - steveklabnik:doc_unimplemented, r=alexcrichton | Manish Goregaokar | -0/+45 |
| 2015-08-28 | Rollup merge of #28039 - birkenfeld:option_result_ref_intoiter, r=alexcrichton | Manish Goregaokar | -0/+40 |
| 2015-08-27 | Auto merge of #28031 - durka:patch-6, r=alexcrichton | bors | -1/+1 |
| 2015-08-27 | Some extra examples for the unimplemented! macro | Steve Klabnik | -0/+45 |
| 2015-08-27 | core: Implement IntoIterator for Option and Result references | Georg Brandl | -0/+40 |
| 2015-08-27 | fix some more unstable issue annotations | Alex Burka | -2/+4 |
| 2015-08-27 | Auto merge of #28016 - ranma42:mini-rem-in-core, r=alexcrichton | bors | -2/+24 |
| 2015-08-27 | Auto merge of #28028 - tshepang:add-size_hint-example, r=alexcrichton | bors | -0/+7 |
| 2015-08-27 | Auto merge of #28027 - tshepang:improve-sentence, r=alexcrichton | bors | -1/+1 |
| 2015-08-27 | Restore removed code and mark it for usage in stage0 | Andrea Canciani | -0/+41 |
| 2015-08-27 | Auto merge of #27975 - sfackler:iter-order-methods, r=aturon | bors | -96/+219 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -96/+219 |
| 2015-08-27 | Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton | bors | -0/+110 |
| 2015-08-26 | fix unstable issue ref for Unsize | Alex Burka | -1/+1 |
| 2015-08-26 | doc: add Iterator::size_hint example | Tshepang Lekhonkhobe | -0/+7 |
| 2015-08-26 | doc: I had to read this twice before understanding it | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-26 | Any docs: as_ref doesn't exist anymore | Steve Klabnik | -5/+6 |
| 2015-08-25 | Correct iterator adaptor Chain | Ulrik Sverdrup | -25/+71 |
| 2015-08-24 | Minimize the implementation of `Rem` in libcore | Andrea Canciani | -32/+13 |
| 2015-08-22 | Rollup merge of #27904 - tshepang:nit, r=nikomatsakis | Steve Klabnik | -1/+1 |
| 2015-08-22 | Rollup merge of #27903 - tshepang:improve-example, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-08-22 | Move the Borrow and BorrowMut traits to libcore. | Simon Sapin | -0/+110 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -129/+161 |
| 2015-08-22 | Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton | bors | -1/+2 |
| 2015-08-19 | make these parameters follow idiom | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-19 | doc: improve transmute example a little | Tshepang Lekhonkhobe | -2/+2 |
| 2015-08-18 | Auto merge of #27870 - durka:patch-5, r=steveklabnik | bors | -9/+0 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -280/+3 |
| 2015-08-17 | core: Shuffle around float parsing | Alex Crichton | -100/+96 |
| 2015-08-17 | core: Stabilize prelude::v1 | Alex Crichton | -18/+19 |
| 2015-08-18 | Auto merge of #27474 - bluss:twoway-reverse, r=brson | bors | -64/+193 |
| 2015-08-17 | Shim some of the old std::simd functionality. | Huon Wilson | -15/+55 |
| 2015-08-17 | Rename `simd_basics` feature gate to `repr_simd`. | Huon Wilson | -1/+1 |
| 2015-08-17 | switch core::simd to repr(simd) and deprecate it. | Huon Wilson | -11/+119 |
| 2015-08-17 | core: Move `atomic` into a new `sync` module | Alex Crichton | -1/+16 |
| 2015-08-17 | std: Clean up primitive integer modules | Alex Crichton | -10/+30 |
| 2015-08-17 | remove untrue doc from marker.rs | Alex Burka | -9/+0 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -280/+3 |
| 2015-08-16 | StrSearcher: Additional comments and small code moves | Ulrik Sverdrup | -19/+27 |
| 2015-08-16 | rustdoc: Added issue_tracker_base_url annotations to crates | Martin Wernstål | -1/+2 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -1/+2 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -101/+174 |
| 2015-08-15 | Auto merge of #27845 - dylanmckay:abstract-pointer-size-away, r=alexcrichton | bors | -12/+9 |
| 2015-08-15 | Iterator::all() - document short-circuiting property parallel to any() | Georg Brandl | -0/+2 |
| 2015-08-15 | Reduce libcore/liballoc's dependence on pointer sizes | Dylan McKay | -12/+9 |
| 2015-08-14 | Implemented Default for arrays up to [T; 32]. | Without Boats | -0/+24 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -5/+6 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -921/+20 |