| Age | Commit message (Expand) | Author | Lines |
| 2021-01-22 | library/core/tests/iter rearrange & add back missed doc comments | Daniel Conley | -270/+274 |
| 2021-01-22 | library/core/test/iter add newlines between tests | Daniel Conley | -1/+170 |
| 2021-01-21 | library/core/test/iter.rs split attempt 2 | Daniel Conley | -3681/+3574 |
| 2021-01-19 | Stop `fold` at first None when iterator yield | Mara Bos | -0/+12 |
| 2021-01-19 | Fix intersperse_fold | Lzu Tao | -0/+29 |
| 2021-01-17 | Auto merge of #81058 - Smittyvb:wasm-num-tests, r=Mark-Simulacrum | bors | -7/+0 |
| 2021-01-16 | Rollup merge of #80670 - the8472:fix-zip-trusted-random-access-composition, r... | Mara Bos | -0/+22 |
| 2021-01-15 | Re-enable all num tests on WASM | Smitty | -7/+0 |
| 2021-01-14 | Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-se | Mara Bos | -0/+30 |
| 2021-01-13 | Adds tests to ensure some base op traits exist. | Philippe Laflamme | -0/+245 |
| 2021-01-13 | Avoid ident concatenation in macro. | Philippe Laflamme | -14/+15 |
| 2021-01-13 | Fix missing mod declaration for Wrapping tests. | Philippe Laflamme | -0/+1 |
| 2021-01-10 | Add `unwrap_unchecked()` methods for `Option` and `Result` | Miguel Ojeda | -0/+20 |
| 2021-01-04 | TrustedRandomAaccess spec composes incorrectly for nested iter::Zips | The8472 | -0/+22 |
| 2021-01-01 | Format code | CoffeeBlend | -4/+2 |
| 2021-01-01 | Add test for MaybeUninit::array_assume_init | CoffeeBlend | -0/+18 |
| 2020-12-31 | Add Iterator::intersperse_with | Lukas Lueg | -0/+30 |
| 2020-12-31 | Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-se | bors | -0/+1 |
| 2020-12-30 | Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-se | bors | -0/+83 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -0/+83 |
| 2020-12-30 | Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -1/+0 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -1/+0 |
| 2020-12-30 | Auto merge of #79684 - usbalbin:const_copy, r=oli-obk | bors | -0/+65 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -1/+0 |
| 2020-12-27 | Auto merge of #79134 - ohadravid:nzint-div, r=dtolnay | bors | -0/+16 |
| 2020-12-26 | Add tests | Albin Hedman | -0/+65 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -3/+3 |
| 2020-12-18 | Fix unused import error on wasm | DrMeepster | -0/+1 |
| 2020-12-17 | fix memory leak in test | DrMeepster | -5/+10 |
| 2020-12-17 | Added `impl Rem<NonZeroU{0}> for u{0}` which cannot panic | Ohad Ravid | -0/+8 |
| 2020-12-17 | Added `impl Div<NonZeroU{0}> for u{0}` which cannot panic | Ohad Ravid | -0/+8 |
| 2020-12-15 | write_slice(_cloned) | DrMeepster | -0/+126 |
| 2020-12-13 | stabilize `peekable_next_if` | Justus K | -1/+0 |
| 2020-12-10 | Introduce the GroupBy and GroupByMut Iterators | Clément Renault | -0/+1 |
| 2020-12-06 | Remove unused feature gate | Albin Hedman | -1/+0 |
| 2020-12-06 | Moved failing test to src/test/ui/ | Albin Hedman | -10/+1 |
| 2020-12-05 | Still unable to get the tests working | Albin Hedman | -7/+8 |
| 2020-12-05 | Fix tests (hopefully) | Albin Hedman | -2/+2 |
| 2020-12-02 | Added tests for assume_init | Albin Hedman | -0/+18 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -0/+649 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -1/+0 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-11-23 | Add Peekable::peek_mut | Lukas Lueg | -0/+12 |
| 2020-11-20 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -1/+1 |
| 2020-11-19 | Rollup merge of #79123 - CDirkx:128-bits, r=Mark-Simulacrum | Dylan DPC | -6/+10 |
| 2020-11-18 | Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-se | Mara Bos | -1/+103 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -1/+103 |
| 2020-11-16 | Rollup merge of #76339 - CDirkx:structural-match-range, r=Mark-Simulacrum | Mara Bos | -1/+47 |
| 2020-11-14 | Add u128 and i128 integer tests | Christiaan Dirkx | -6/+10 |
| 2020-11-11 | Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-se | Jonas Schievink | -51/+46 |