| Age | Commit message (Expand) | Author | Lines |
| 2016-04-18 | Split core::iter module implementation into parts | Ulrik Sverdrup | -5012/+0 |
| 2016-04-16 | Add a note about side effects for "peekable" iterators | Tobias Bucher | -2/+7 |
| 2016-03-28 | Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnik | bors | -6/+6 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -6/+6 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -2/+2 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -14/+101 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -26/+0 |
| 2016-03-11 | std: Add a tracking issue for Peekable::is_empty | Alex Crichton | -1/+1 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -9/+9 |
| 2016-03-07 | Auto merge of #32051 - steveklabnik:gh9447, r=bluss | bors | -1/+1 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -93/+214 |
| 2016-03-05 | Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichton | bors | -0/+11 |
| 2016-03-04 | remove under/overflow from next_back/next | Alex Burka | -6/+10 |
| 2016-03-04 | End stdlib module summaries with a full stop. | Steve Klabnik | -1/+1 |
| 2016-03-04 | make skip a double ended iterator | Oliver Schneider | -0/+11 |
| 2016-03-04 | Clarify ambiguous wording in fold() docs | Brian Bowman | -1/+1 |
| 2016-02-27 | Make for loop desugaring for iterators more precise | Ulrik Sverdrup | -1/+1 |
| 2016-02-27 | fix underflow in DoubleEndedIterator::next_back | Alex Burka | -5/+9 |
| 2016-02-27 | add StepBy for RangeInclusive | Alex Burka | -4/+108 |
| 2016-02-27 | note work still to be done | Alex Burka | -1/+3 |
| 2016-02-27 | core: add inclusive ranges to core::ops | Alex Burka | -89/+96 |
| 2016-02-22 | Correct Iterator trait documentation | Michael Huynh | -7/+7 |
| 2016-02-03 | Rollup merge of #31351 - steveklabnik:gh31318, r=alexcrichton | Manish Goregaokar | -0/+24 |
| 2016-02-03 | Rollup merge of #31220 - steveklabnik:gh30632, r=nikomatsakis | Manish Goregaokar | -0/+43 |
| 2016-02-01 | Further explain take_while | Steve Klabnik | -0/+24 |
| 2016-02-01 | Discuss pitfalls of stateful closures with Map | Steve Klabnik | -0/+43 |
| 2016-02-01 | doc: bindings not needed for this example | Tshepang Lekhonkhobe | -28/+10 |
| 2016-01-26 | RangeFrom::step_by docs: fix example | Simon Sapin | -3/+5 |
| 2016-01-25 | Describe next_back() wrt Iterator protocol | Steve Klabnik | -0/+6 |
| 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 |