| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -2/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -75/+1 |
| 2015-04-18 | Indicate keywords are code-like in Fuse::reset_fuse doc comment | Corey Farwell | -2/+3 |
| 2015-04-16 | Indicate None is code-like in doc comments | Corey Farwell | -5/+5 |
| 2015-04-15 | Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-15 | Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichton | Steve Klabnik | -2/+3 |
| 2015-04-15 | Describe the Iterator enumerate() method more clearly. | Nick Hamann | -2/+3 |
| 2015-04-15 | Fix link in intoiterator docs | Steve Klabnik | -1/+1 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -24/+24 |
| 2015-04-14 | Rebased | Nick Cameron | -1/+1 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -24/+24 |
| 2015-04-11 | Simplify iterator logic for Fuse | Corey Farwell | -14/+6 |
| 2015-04-10 | Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichton | bors | -36/+57 |
| 2015-04-10 | Optimise Iterator::{max, max_by, min, min_by}. | Huon Wilson | -36/+57 |
| 2015-04-09 | Improve bounds in Iterator API | Aaron Turon | -20/+22 |
| 2015-04-08 | Auto merge of #24120 - aturon:range-perf, r=alexcrichton | bors | -24/+23 |
| 2015-04-07 | Fix range performance regression | Aaron Turon | -24/+23 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -153/+48 |
| 2015-04-06 | Make `AdditiveIterator` and `MultiplicativeIterator` extensible | Tobias Bucher | -37/+93 |
| 2015-04-04 | Auto merge of #24045 - frewsxcv:cleanup, r=alexcrichton | bors | -90/+62 |
| 2015-04-03 | Cleanup and modernize some things in libcore::iter | Corey Farwell | -90/+62 |
| 2015-04-02 | Indicate associated type in comment is code-like | Corey Farwell | -1/+1 |
| 2015-04-01 | Simplify `match` branches in iter.rs example | Corey Farwell | -4/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+2 |
| 2015-03-31 | rollup merge of #23899: steveklabnik/gh23851 | Alex Crichton | -9/+12 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -6/+5 |
| 2015-03-31 | rollup merge of #23908: aturon/stab-more-stragglers | Alex Crichton | -3/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -51/+71 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -153/+13 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -153/+13 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -4/+4 |
| 2015-03-31 | rollup merge of #23878: Ryman/stable_extremes | Alex Crichton | -23/+35 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -3/+2 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -6/+5 |
| 2015-03-31 | Fix up iterator documentation with regards to for loop sugar | Steve Klabnik | -7/+10 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -36/+122 |
| 2015-03-30 | libcore: Ensure min and max functions are consistent for equal inputs | Kevin Butler | -23/+35 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -4/+4 |
| 2015-03-29 | Add an example for FromIterator::from_iter | Corey Farwell | -0/+21 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -89/+94 |
| 2015-03-27 | Note that zip and enumerate are similar | Steve Klabnik | -0/+17 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -2/+20 |
| 2015-03-17 | std: Stabilize `IteratorExt::cloned` | Alex Crichton | -27/+18 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -69/+113 |
| 2015-03-12 | Rollup merge of #23247 - tbu-:pr_core_iter_rm_isize, r=huonw | Manish Goregaokar | -3/+3 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-10 | Purge `isize` from `core::iter` | Tobias Bucher | -3/+3 |
| 2015-03-08 | Add description of fold function arguments. | Ćukasz Niemier | -1/+1 |
| 2015-03-06 | Rollup merge of #23025 - huonw:better-iter-infer, r=Gankro | Manish Goregaokar | -46/+48 |
| 2015-03-05 | Use more associated types in core::iter. | Huon Wilson | -46/+48 |