| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Clarify documentation of slice sorting methods | Lionel Foxcroft | -9/+15 |
| 2021-06-07 | fix off by one | Anatol Ulrich | -1/+1 |
| 2021-06-07 | Correct type signature in doc for Bound::as_mut | Griffin Smith | -1/+1 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -4/+4 |
| 2021-06-06 | Move `flt2dec::{Formatted, Part}` to dedicated module | Gary Guo | -120/+130 |
| 2021-06-05 | Rollup merge of #83646 - glittershark:bound-map, r=m-ou-se | Guillaume Gomez | -1/+35 |
| 2021-06-05 | Add a map method to Bound | Griffin Smith | -1/+35 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -1/+0 |
| 2021-06-04 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -152/+192 |
| 2021-06-04 | Revert effects of PRs 81167 and 83091. | Felix S. Klock II | -12/+6 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+0 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -1/+0 |
| 2021-06-04 | Rollup merge of #85888 - steffahn:fix_internal_trustedrandomaccess_docs, r=Ma... | Yuki Okushi | -1/+1 |
| 2021-06-03 | Revert "implement TrustedRandomAccess for Take iterator adapter" | The8472 | -22/+1 |
| 2021-06-03 | Rollup merge of #85877 - est31:intra_doc_links, r=jyn514 | Yuki Okushi | -4/+4 |
| 2021-06-02 | Update expressions where we can use array's IntoIterator implementation | Muhammad Mominul Huque | -2/+2 |
| 2021-06-02 | Replace IntoIter::new with IntoIterator::into_iter in std | Muhammad Mominul Huque | -2/+2 |
| 2021-06-02 | Auto merge of #85687 - m-ou-se:new-prelude, r=yaahc | bors | -7/+13 |
| 2021-06-01 | Fix typo in internal documentation for `TrustedRandomAccess` | Frank Steffahn | -1/+1 |
| 2021-06-01 | Rollup merge of #85826 - jsha:npo, r=joshtriplett | Guillaume Gomez | -0/+2 |
| 2021-06-01 | Intra doc link-ify a reference to a function | est31 | -4/+4 |
| 2021-05-30 | Rewrite Iterator::unzip in terms of (A, B)::extend | Sebastian Widua | -22/+3 |
| 2021-05-30 | Implement Extend<(A, B)> for (impl Extend<A>, impl Extend<B>) | Sebastian Widua | -0/+40 |
| 2021-05-30 | Auto merge of #85754 - the8472:revert-83770, r=Mark-Simulacrum | bors | -4/+0 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -108/+381 |
| 2021-05-29 | Mention "null pointer optimization" in option docs. | Jacob Hoffman-Andrews | -0/+2 |
| 2021-05-28 | Add inherent unchecked_shl, unchecked_shr to integers | ltdk | -12/+154 |
| 2021-05-27 | Rollup merge of #85730 - Smittyvb:iter-min-max-floats, r=m-ou-se | Guillaume Gomez | -2/+26 |
| 2021-05-27 | Revert #85176 addition of `clone_from` for `ManuallyDrop` | Peter Todd | -14/+1 |
| 2021-05-27 | Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum" | The8472 | -4/+0 |
| 2021-05-27 | make Ord doc style consistent with the other two; explain which properties ar... | Ralf Jung | -17/+26 |
| 2021-05-26 | Merge branch 'master' into no-unpin-in-pin-future-impl | Jon Gjengset | -1030/+1907 |
| 2021-05-27 | Rollup merge of #85689 - m-ou-se:array-intoiter-3, r=estebank | Dylan DPC | -34/+0 |
| 2021-05-26 | don't use unneeded closure | Smittyvb | -1/+1 |
| 2021-05-26 | don't use unneeded closure | Smittyvb | -1/+1 |
| 2021-05-26 | Unify feature flags as `step_trait` | Jacob Pratt | -6/+0 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -105/+376 |
| 2021-05-26 | Mention float workaround in Iterator::{min,max} | Smitty | -2/+26 |
| 2021-05-26 | Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum | bors | -0/+4 |
| 2021-05-26 | Rollup merge of #85712 - BlackHoleFox:fix-iter-typo, r=jyn514 | Dylan DPC | -1/+1 |
| 2021-05-26 | Rollup merge of #85679 - hch12907:master, r=Mark-Simulacrum | Dylan DPC | -118/+0 |
| 2021-05-26 | Rollup merge of #85678 - lukas-code:matches2021, r=dtolnay | Dylan DPC | -3/+4 |
| 2021-05-26 | Rollup merge of #85670 - m-ou-se:array-intoiter-1, r=scottmcm | Dylan DPC | -5/+0 |
| 2021-05-26 | Fix typo in core::array::IntoIter comment | BlackHoleFox | -1/+1 |
| 2021-05-26 | Rollup merge of #85645 - scottmcm:demote-from-into-try, r=yaahc | Yuki Okushi | -8/+7 |
| 2021-05-26 | Rollup merge of #85610 - SkiFire13:fix-copy-within-provenance, r=oli-obk | Yuki Okushi | -1/+5 |
| 2021-05-26 | Make Range implementation safe | Jacob Pratt | -29/+22 |
| 2021-05-26 | Limit `TrustedLen` impls to core types | Jacob Pratt | -6/+21 |
| 2021-05-25 | Remove Iterator #[rustc_on_unimplemented]s that no longer apply. | Mara Bos | -34/+0 |
| 2021-05-25 | Add new traits to 2021 prelude. | Mara Bos | -1/+7 |