| Age | Commit message (Expand) | Author | Lines |
| 2021-06-14 | Revert "implement TrustedRandomAccess for Take iterator adapter" | The8472 | -22/+1 |
| 2021-06-11 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -24/+1 |
| 2021-06-10 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -152/+192 |
| 2021-06-10 | Revert effects of PRs 81167 and 83091. | Felix S. Klock II | -12/+6 |
| 2021-05-22 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -3/+3 |
| 2021-05-22 | remove InPlaceIterable marker from Peekable due to unsoundness | The8472 | -4/+1 |
| 2021-05-04 | Revert "Add debug_assert_matches macro." | Mark Rousskov | -36/+0 |
| 2021-05-04 | Revert "Add assert_matches!(expr, pat)." | Mark Rousskov | -100/+23 |
| 2021-04-29 | Drop alias `reduce` for `fold` - we have a `reduce` function | Josh Triplett | -1/+0 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -0/+1 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+1 |
| 2021-04-27 | Reorder the parameter descriptions of map_or and map_or_else | Dan Zwell | -9/+9 |
| 2021-04-26 | Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-se | bors | -5/+407 |
| 2021-04-26 | Rollup merge of #84523 - m-ou-se:stabilize-ordering-helpers, r=m-ou-se | Mara Bos | -12/+12 |
| 2021-04-26 | Rollup merge of #84120 - workingjubilee:stabilize-duration-max, r=m-ou-se | Mara Bos | -3/+7 |
| 2021-04-26 | Auto merge of #83390 - clarfonthey:hasher_docs, r=Amanieu | bors | -0/+27 |
| 2021-04-26 | Auto merge of #84543 - paolobarbolini:reverse_bits-const-since, r=m-ou-se | bors | -2/+2 |
| 2021-04-26 | Document Hasher spec decision from #42951 | ltdk | -0/+27 |
| 2021-04-25 | Update to reflect feedback on the constraints | Jubilee Young | -4/+6 |
| 2021-04-25 | Documentation improvements (hopefully) | Scott McMurray | -14/+32 |
| 2021-04-25 | Auto merge of #84216 - RalfJung:black-box, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-04-25 | Fix 'const-stable since' of reverse_bits | Paolo Barbolini | -2/+2 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -1/+1 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -0/+23 |
| 2021-04-24 | Clarify Duration::MAX depends on Instant | Jubilee Young | -2/+4 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+2 |
| 2021-04-25 | Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-04-24 | Stabilize ordering_helpers. | Mara Bos | -12/+12 |
| 2021-04-24 | Rollup merge of #84489 - amorison:issue-83969-fix, r=yaahc | Yuki Okushi | -0/+5 |
| 2021-04-24 | Rollup merge of #83990 - the8472:take-trusted-len, r=dtolnay | Yuki Okushi | -1/+22 |
| 2021-04-24 | Rollup merge of #84444 - notriddle:num-docs-from-undocumented-items-toggle, r... | Yuki Okushi | -4/+12 |
| 2021-04-24 | Rollup merge of #80805 - camelid:iter-by_ref-example, r=steveklabnik | Yuki Okushi | -23/+8 |
| 2021-04-23 | Mention FusedIterator case in Iterator::fuse doc | Adrien Morison | -0/+5 |
| 2021-04-23 | Auto merge of #82585 - TrolledWoods:master, r=dtolnay | bors | -0/+25 |
| 2021-04-22 | Get rid of "[+] show undocumented items" toggle on numeric From impls | Michael Howell | -4/+12 |
| 2021-04-22 | Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-se | bors | -0/+112 |
| 2021-04-21 | Rollup merge of #84406 - m-ou-se:drop-delete-alias, r=dtolnay | Mara Bos | -1/+0 |
| 2021-04-21 | Rollup merge of #84390 - m-ou-se:make-debug-non-exhaustive-without-fields-a-l... | Mara Bos | -18/+9 |
| 2021-04-21 | Rollup merge of #84301 - r00ster91:patch-1, r=kennytm | Mara Bos | -0/+8 |
| 2021-04-21 | Rollup merge of #84251 - RalfJung:non-zero-const-since, r=kennytm | Mara Bos | -14/+14 |
| 2021-04-21 | Rollup merge of #84013 - CDirkx:fmt, r=m-ou-se | Mara Bos | -11/+11 |
| 2021-04-21 | Bump slice_index_with_ops_bound_pair to 1.53.0 | Mara Bos | -2/+2 |
| 2021-04-21 | Remove `delete` alias from `mem::drop`. | Mara Bos | -1/+0 |
| 2021-04-21 | Change the `Debug` impl of `Any` and `UnsafeCell` to use `finish_non_exhaustive` | Christiaan Dirkx | -4/+4 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -11/+11 |
| 2021-04-21 | Format `Struct { .. }` on one line even with `{:#?}`. | Mara Bos | -18/+9 |
| 2021-04-19 | Clarify the difference between insert and get_or_insert | Aleksey Kladov | -29/+35 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -1/+1 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -0/+1 |
| 2021-04-18 | Say that it "may panic" | r00ster | -2/+2 |