| Age | Commit message (Expand) | Author | Lines |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -1/+0 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -1/+0 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-29 | Rollup merge of #81306 - SkiFire13:fuse-flatten, r=cuviper | Yuki Okushi | -0/+17 |
| 2021-01-27 | Rollup merge of #81412 - hyd-dev:array-assume-init-wrong-assertion, r=m-ou-se | Yuki Okushi | -0/+2 |
| 2021-01-27 | Rollup merge of #80876 - ojeda:option-result-unwrap_unchecked, r=m-ou-se | Yuki Okushi | -0/+20 |
| 2021-01-27 | Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrays | hyd-dev | -0/+2 |
| 2021-01-23 | Improve flatten-fuse tests | Giacomo Stevanato | -0/+17 |
| 2021-01-22 | library/core/tests/iter documentation and cleanup | Daniel Conley | -7/+37 |
| 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 |