| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -0/+1 |
| 2021-10-04 | Rollup merge of #89184 - joshtriplett:master, r=estebank | Jubilee | -22/+22 |
| 2021-09-03 | Rollup merge of #88507 - atsuzaki:slice-fill-maybeuninit-test, r=RalfJung | Mara Bos | -0/+8 |
| 2021-09-02 | Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplett | Mara Bos | -0/+75 |
| 2021-09-02 | Implement #88581 | Jacob Pratt | -0/+75 |
| 2021-09-01 | Rollup merge of #88551 - inquisitivecrystal:unsafe_cell_raw_get, r=m-ou-se | Mara Bos | -0/+32 |
| 2021-08-31 | Add a few tests for `UnsafeCell` | inquisitivecrystal | -0/+32 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -1/+0 |
| 2021-08-31 | Move to the top of file | Katherine Philip | -2/+1 |
| 2021-08-30 | Add test case for using `slice::fill` with MaybeUninit | Katherine Philip | -0/+9 |
| 2021-08-15 | move object safety test to library/core | ibraheemdev | -1/+8 |
| 2021-08-11 | Rollup merge of #87876 - lcnr:windows_no_panic, r=m-ou-se | Yuki Okushi | -0/+8 |
| 2021-08-11 | Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcm | Yuki Okushi | -1/+34 |
| 2021-08-09 | Enabled unzip_option feature for core tests & unzip docs | Chase Wilson | -0/+1 |
| 2021-08-09 | Added some basic tests for `Option::unzip()` and `Option::zip()` (I noticed t... | Chase Wilson | -1/+33 |
| 2021-08-09 | add `windows` count test | lcnr | -0/+8 |
| 2021-08-07 | Add test for int to float | Albin Hedman | -0/+4 |
| 2021-08-07 | Add tests | Albin Hedman | -0/+25 |
| 2021-08-02 | Auto merge of #87689 - JohnTitor:rollup-ns38b56, r=JohnTitor | bors | -1/+1 |
| 2021-08-02 | Rollup merge of #87629 - steffahn:consistent_adapter_spelling, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-08-02 | Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se | bors | -0/+6 |
| 2021-07-30 | Consistent spelling of "adapter" in the standard library | Frank Steffahn | -1/+1 |
| 2021-07-22 | Add tests | Tim Vermeulen | -0/+42 |
| 2021-07-20 | Auto merge of #87168 - the8472:flatten-len, r=scottmcm | bors | -0/+40 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -200/+237 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -200/+237 |
| 2021-07-16 | implement ConstSizeIntoIterator for &[T;N] in addition to [T;N] | The8472 | -0/+16 |
| 2021-07-15 | Stabilize `[T; N]::map()` | inquisitivecrystal | -1/+0 |
| 2021-07-15 | implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] | The8472 | -0/+24 |
| 2021-07-15 | Allow leading pipe in `matches!()` patterns. | Chayim Refael Friedman | -0/+6 |
| 2021-07-07 | test integer log10 values close to all powers of 10 | Trevor Spiteri | -0/+54 |
| 2021-07-07 | Rollup merge of #86880 - m-ou-se:test-manuallydrop-clone-from, r=Mark-Simulacrum | Yuki Okushi | -0/+8 |
| 2021-07-07 | Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se | Yuki Okushi | -0/+101 |
| 2021-07-05 | Test ManuallyDrop::clone_from. | Mara Bos | -0/+8 |
| 2021-07-04 | Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieu | bors | -1/+3 |
| 2021-07-03 | Remove the deprecated `core::raw` and `std::raw` module. | Charles Lew | -23/+0 |
| 2021-07-02 | Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514 | Guillaume Gomez | -1/+0 |
| 2021-07-01 | Stabilize `Bound::cloned()` | Aris Merchant | -1/+0 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-27 | Revert "Revert tests added by PR 81167." | Albin Hedman | -0/+50 |
| 2021-06-25 | Add Integer::{log,log2,log10} variants | Yoshua Wuyts | -0/+101 |
| 2021-06-22 | Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc | bors | -1/+0 |
| 2021-06-20 | disable test on platforms that don't support unwinding | The8472 | -2/+4 |
| 2021-06-19 | fix panic-safety in specialized Zip::next_back | The8472 | -0/+25 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -1/+0 |
| 2021-06-10 | Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa | bors | -1/+11 |
| 2021-06-10 | Further simplification of to_digit | Giles Cope | -1/+11 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -50/+0 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -26/+24 |