| Age | Commit message (Expand) | Author | Lines |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -1/+1 |
| 2016-01-10 | Remove unneeded #[lang = "iterator"] | Guillaume Gomez | -1/+0 |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -2/+2 |
| 2015-12-30 | Rollup merge of #30373 - ChrisBuchholz:master, r=steveklabnik | Steve Klabnik | -7/+13 |
| 2015-12-15 | Clearer leading sentence | Christoffer Buchholz | -2/+2 |
| 2015-12-15 | Remove emoji from docs | mitaa | -1/+1 |
| 2015-12-14 | make scan() usage more explanatory | Chris Buchholz | -7/+13 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -84/+0 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -30/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+45 |
| 2015-11-29 | libcore/iter: fix typos | Ivan Stankovic | -4/+4 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -5/+5 |
| 2015-11-18 | Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton | bors | -0/+10 |
| 2015-11-17 | More docs for FromIterator | Steve Klabnik | -16/+132 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+10 |
| 2015-11-12 | libcore: deny warnings in doctests | Kevin Butler | -3/+5 |
| 2015-11-10 | Some cleanup on after #29684 | Steve Klabnik | -14/+13 |
| 2015-11-08 | Explain that size_hint cannot be trusted | Stepan Koltsov | -0/+23 |
| 2015-11-07 | Remove duplicate words from docs | Andrew Paseltiner | -2/+2 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -1/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-05 | Rollup merge of #29539 - shepmaster:empty-iterator-docs, r=Gankro | Steve Klabnik | -0/+8 |
| 2015-11-03 | Mention what iterator terminators do with an empty iterator | Jake Goulding | -0/+8 |
| 2015-10-29 | doc: make example more simple | Tshepang Lekhonkhobe | -3/+3 |
| 2015-10-27 | Adds tons of documentation for Iterator | Steve Klabnik | -261/+1183 |
| 2015-10-25 | Auto merge of #29266 - apasel422:wf, r=alexcrichton | bors | -1/+1 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -9/+17 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -9/+17 |
| 2015-10-23 | Make `{Default, From, FromIterator, One, Zero}` well-formed | Andrew Paseltiner | -1/+1 |
| 2015-10-23 | Document a bunch of std::iter traits | Steve Klabnik | -25/+315 |
| 2015-10-19 | Rollup merge of #29169 - apasel422:spell, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-10-19 | Rollup merge of #29027 - steveklabnik:iter_docs, r=manishearth | Steve Klabnik | -20/+137 |
| 2015-10-19 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-18 | docs: change where clause to bound | Liigo Zhuang | -1/+1 |
| 2015-10-15 | Rollup merge of #29022 - apasel422:spell, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-10-14 | Properly link up iterator documentation | Steve Klabnik | -20/+137 |
| 2015-10-13 | Document the free functions of std::iter | Steve Klabnik | -1/+109 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-12 | Auto merge of #28914 - steveklabnik:doc_iterator, r=alexcrichton | bors | -29/+271 |
| 2015-10-12 | Write better module-level docs for std::iter | Steve Klabnik | -29/+271 |
| 2015-10-08 | Format code-like text in Iterator::cloned doc-comment | Corey Farwell | -1/+1 |
| 2015-10-07 | Auto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton | bors | -0/+3 |
| 2015-10-06 | Link from Fuse type docstring to iter.fuse that creates them | Martin Pool | -0/+3 |
| 2015-10-02 | libcore: Chain must exhaust a before b. | Steven Allen | -1/+6 |
| 2015-09-30 | Auto merge of #28738 - apasel422:peekable, r=alexcrichton | bors | -9/+1 |
| 2015-09-29 | Derive `Clone` for `Peekable` | Andrew Paseltiner | -9/+1 |
| 2015-09-29 | Remove redundant uses of Iterator::by_ref() | Ulrik Sverdrup | -5/+5 |
| 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 |