| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-04-27 | core: Fix size_hint for signed integer Range<T> iterators | Ulrik Sverdrup | -4/+35 |
| 2015-04-26 | Indicate function call is code-like in doc-comment | Corey Farwell | -2/+2 |
| 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 |