| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Rollup merge of #75644 - c410-f3r:array, r=yaahc | Guillaume Gomez | -2/+83 |
| 2021-10-08 | Also cfg flag auxiliar function | Caio | -0/+1 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -0/+1 |
| 2021-10-05 | Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplett | Manish Goregaokar | -0/+1 |
| 2021-10-04 | Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplett | Jubilee | -0/+40 |
| 2021-10-03 | Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht... | Manish Goregaokar | -0/+13 |
| 2021-10-03 | Use a test value that doesn't depend on the handling of even/odd rounding | Josh Triplett | -1/+1 |
| 2021-10-03 | Fix Lower/UpperExp formatting for integers and precision zero | Fabian Wolff | -0/+1 |
| 2021-10-03 | Skip platforms without unwinding support | Caio | -0/+2 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -19/+1 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -0/+40 |
| 2021-09-30 | Add 'core::array::from_fn' and 'core::array::try_from_fn' | Caio | -2/+80 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -1/+19 |
| 2021-09-24 | Auto merge of #88999 - Migi:master, r=oli-obk | bors | -0/+28 |
| 2021-09-22 | Temporarily rename int_roundings functions to avoid conflicts | Josh Triplett | -22/+22 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -1/+0 |
| 2021-09-16 | Make Duration's Debug format pad to width | Michiel De Muynck | -0/+28 |
| 2021-09-15 | Move tests to library/core/tests | Albin Hedman | -1/+19 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+1 |
| 2021-09-05 | Change return type for T::{log,log2,log10} to u32. The value is at | Falk Hüffner | -11/+11 |
| 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-29 | const fn for option copied, take & replace + tests | Lamb | -0/+13 |
| 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 |