| Age | Commit message (Expand) | Author | Lines |
| 2018-02-14 | Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichton | kennytm | -0/+46 |
| 2018-02-14 | Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichton | kennytm | -9/+77 |
| 2018-02-12 | core::iter::repeat_with: fix tests some more | Mazdak Farrokhzad | -5/+5 |
| 2018-02-12 | core::iter::repeat_with: fix tests | Mazdak Farrokhzad | -1/+3 |
| 2018-02-12 | add core::iter::repeat_with | Mazdak Farrokhzad | -0/+44 |
| 2018-02-09 | Use is_empty in range iteration exhaustion tests | Scott McMurray | -9/+52 |
| 2018-02-09 | Add fetch_nand. | Mark Simulacrum | -0/+15 |
| 2018-02-09 | Fix tidy | Scott McMurray | -1/+1 |
| 2018-02-09 | Add Range[Inclusive]::is_empty | Scott McMurray | -2/+27 |
| 2018-02-08 | Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnay | bors | -0/+19 |
| 2018-02-07 | Simplify RangeInclusive::next[_back] | Scott McMurray | -0/+19 |
| 2018-02-07 | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss | Manish Goregaokar | -0/+43 |
| 2018-02-07 | Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichton | kennytm | -0/+20 |
| 2018-02-04 | Override try_[r]fold for RangeInclusive | Scott McMurray | -0/+20 |
| 2018-02-04 | TrustedLen for Repeat / RangeFrom test cases | oberien | -0/+43 |
| 2018-02-01 | Rollup merge of #47552 - oberien:stepby-nth, r=dtolnay | kennytm | -0/+62 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -1/+0 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -3/+3 |
| 2018-01-19 | Handle Overflow | oberien | -0/+44 |
| 2018-01-19 | Unit Tests | oberien | -0/+18 |
| 2018-01-18 | Rollup merge of #47333 - arthurprs:iter-position-bounds-check, r=dtolnay | kennytm | -0/+19 |
| 2018-01-15 | Rollup merge of #47126 - sdroege:exact-chunks, r=bluss | kennytm | -8/+113 |
| 2018-01-13 | Add unit tests for exact_chunks/exact_chunks_mut | Sebastian Dröge | -0/+105 |
| 2018-01-13 | Test the whole chunks instead of just an element in the chunks/chunks_mut tests | Sebastian Dröge | -8/+8 |
| 2018-01-12 | Optimize slice.{r}position result bounds check | arthurprs | -0/+19 |
| 2018-01-13 | Rollup merge of #47365 - Diggsey:issue-42630, r=alexcrichton | kennytm | -1/+0 |
| 2018-01-11 | Enable num tests on wasm | Diggory Blake | -1/+0 |
| 2018-01-11 | Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichton | bors | -0/+45 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -3/+18 |
| 2018-01-09 | Add `min` and `last` specialisations for `Range` | varkor | -4/+15 |
| 2018-01-08 | Auto merge of #47208 - Manishearth:double-ended-searcher, r=pnkfelix | bors | -0/+38 |
| 2018-01-06 | Regression tests for #47175 | Manish Goregaokar | -0/+38 |
| 2018-01-05 | Fix behaviour after iterator exhaustion | varkor | -2/+11 |
| 2018-01-04 | Remove min from RangeFrom | varkor | -7/+0 |
| 2018-01-04 | Add tests for specialised Range iter methods | varkor | -0/+32 |
| 2018-01-03 | Add unit test for zipping slice::{Chunks, ChunksMut, Windows} iterators | Sebastian Dröge | -0/+39 |
| 2018-01-01 | Auto merge of #46735 - Manishearth:memchr-find, r=burntsushi | bors | -0/+266 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -1/+1 |
| 2017-12-25 | Pass tidy for tests | Manish Goregaokar | -2/+14 |
| 2017-12-24 | Deprecate [T]::rotate in favor of [T]::rotate_{left,right}. | Corey Farwell | -3/+18 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -0/+4 |
| 2017-12-20 | Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfackler | bors | -0/+55 |
| 2017-12-19 | Always print floats with a decimal point with the Debug formatter | Diggory Blake | -0/+4 |
| 2017-12-18 | Add stresstests for shared bytes for pattern API | Manish Goregaokar | -1/+153 |
| 2017-12-18 | Add simple search test for pattern API | Manish Goregaokar | -0/+24 |
| 2017-12-18 | Add simple test for pattern API | Manish Goregaokar | -0/+78 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -4/+0 |
| 2017-11-28 | Auto merge of #46094 - dtolnay:is_null, r=alexcrichton | bors | -0/+33 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -4/+0 |
| 2017-11-24 | Make fmt::DebugList and friends forward formatting parameters | Simon Sapin | -0/+55 |