| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |