| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | i sweat to god | Jane Lusby | -1/+1 |
| 2021-07-22 | pls this time | Jane Lusby | -2/+2 |
| 2021-07-22 | rename assert_matches module | Jane Lusby | -1/+1 |
| 2021-07-22 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -6/+21 |
| 2021-07-14 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -24/+1 |
| 2021-06-19 | Revert #85176 addition of `clone_from` for `ManuallyDrop` | Peter Todd | -14/+1 |
| 2021-06-11 | Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu | bors | -0/+1 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -0/+1 |
| 2021-06-10 | Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa | bors | -15/+10 |
| 2021-06-10 | Further simplification of to_digit | Giles Cope | -15/+10 |
| 2021-06-10 | Rollup merge of #86111 - spookyvision:master, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -164/+198 |
| 2021-06-09 | Auto merge of #85975 - the8472:revert-take-tra, r=scottmcm | bors | -22/+1 |
| 2021-06-09 | Update library/core/src/iter/traits/iterator.rs | Anatol Ulrich | -1/+1 |
| 2021-06-08 | Rollup merge of #86101 - glittershark:bound-as-mut-doc-fix, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-06-08 | Rollup merge of #85985 - Lionelf329:master, r=joshtriplett | Yuki Okushi | -9/+15 |
| 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-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 | 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 "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum" | The8472 | -4/+0 |
| 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 |