| Age | Commit message (Expand) | Author | Lines |
| 2015-09-03 | take mapped function by mutable reference | llogiq | -4/+4 |
| 2015-09-03 | clippy improvements to iterators | llogiq | -6/+6 |
| 2015-08-27 | Auto merge of #28028 - tshepang:add-size_hint-example, r=alexcrichton | bors | -0/+7 |
| 2015-08-27 | Auto merge of #27975 - sfackler:iter-order-methods, r=aturon | bors | -87/+212 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -87/+212 |
| 2015-08-26 | doc: add Iterator::size_hint example | Tshepang Lekhonkhobe | -0/+7 |
| 2015-08-25 | Correct iterator adaptor Chain | Ulrik Sverdrup | -25/+71 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -14/+27 |
| 2015-08-15 | Auto merge of #27845 - dylanmckay:abstract-pointer-size-away, r=alexcrichton | bors | -1/+3 |
| 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 | -1/+3 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -1/+1 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -544/+1 |
| 2015-08-09 | doc/core: fix description of `nth` function | Vincent Bernat | -2/+1 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -7/+14 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+13 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -7/+14 |
| 2015-07-20 | s/has gained/has not gained/g | Paolo Falabella | -4/+4 |
| 2015-07-01 | Make the unused_mut lint smarter with respect to locals. | Ariel Ben-Yehuda | -2/+2 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -2/+20 |
| 2015-06-17 | std: Stabilize the `iter_{once,empty}` features | Alex Crichton | -12/+12 |
| 2015-06-17 | std: Deprecate iter::{Unfold, Iterate} | Alex Crichton | -0/+12 |
| 2015-06-17 | std: Deprecate the RandomAccessIterator trait | Alex Crichton | -0/+4 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -9/+9 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -34/+39 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -6/+6 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -6/+6 |
| 2015-06-10 | core: impl Clone for option::IntoIter and iter::Once | Ulrik Sverdrup | -0/+1 |
| 2015-06-06 | Remove many unneeded feature annotations in the docs | Steve Klabnik | -11/+2 |
| 2015-05-29 | Implement RFC 771: std::iter::once | Nathaniel Theis | -0/+94 |
| 2015-05-25 | Auto merge of #25698 - mdinger:flat_map, r=steveklabnik | bors | -10/+9 |
| 2015-05-25 | Auto merge of #25756 - tshepang:needless-cloned, r=steveklabnik | bors | -1/+1 |
| 2015-05-25 | doc: add example for Iterator::cloned() | Tshepang Lekhonkhobe | -2/+13 |
| 2015-05-24 | doc: cloned() and mut not needed | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-22 | Simplify flat_map example | mdinger | -10/+9 |
| 2015-05-19 | Rollup merge of #25591 - rick68:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-19 | Update iter.rs | Wei-Ming Yang | -1/+1 |
| 2015-05-16 | std: Fix missing stability on iter::Cloned | Alex Crichton | -1/+1 |
| 2015-05-10 | doc: unwrap is discouraged, so use Some | Tshepang Lekhonkhobe | -34/+34 |
| 2015-05-09 | Convert #[lang="..."] to #[lang = "..."] | Nick Hamann | -1/+1 |
| 2015-05-08 | doc: the prevailing convention is to use assert_eq! when 2 values are compared | Tshepang Lekhonkhobe | -15/+15 |
| 2015-05-07 | Rollup merge of #25144 - killercup:docs/iter-fold-reduce, r=steveklabnik | Steve Klabnik | -0/+2 |
| 2015-05-06 | Make overflow behaviour more obvious in the iterator module of `libcore` | Tobias Bucher | -6/+58 |
| 2015-05-06 | Iter Docs: Mention 'reduce' and 'inject' | Pascal Hertleif | -0/+2 |
| 2015-05-05 | Optimize iterator adapters. | Steven Allen | -18/+145 |
| 2015-05-01 | Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon | bors | -9/+4 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -9/+4 |
| 2015-05-01 | iterator: Add `StepBy::size_hint` method | critiqjo | -15/+41 |
| 2015-04-29 | Auto merge of #24865 - bluss:range-size, r=alexcrichton | bors | -4/+35 |