| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-18 | Document that `index` and `index_mut` can panic | r00ster | -0/+8 |
| 2021-04-18 | Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay | bors | -0/+4 |
| 2021-04-17 | Auto merge of #84061 - AngelicosPhosphoros:issue-75598-add-inline-always-arit... | bors | -76/+76 |
| 2021-04-17 | Add the try_trait_v2 library basics | Scott McMurray | -5/+389 |
| 2021-04-16 | fix 'const-stable since' for NonZeroU*::new_unchecked | Ralf Jung | -14/+14 |
| 2021-04-16 | Document the edition behavior for array.into_iter() | Josh Stone | -0/+8 |
| 2021-04-16 | Skip into_iter() for arrays before 2021 | Josh Stone | -0/+5 |
| 2021-04-16 | Add `IntoIterator` impl `for [T; N]` (arrays by value) | Lukas Kalbertodt | -0/+10 |
| 2021-04-15 | Auto merge of #84088 - m-ou-se:stabilize-option-insert, r=m-ou-se | bors | -3/+1 |
| 2021-04-15 | Auto merge of #84198 - mlodato517:patch-1, r=jyn514 | bors | -1/+1 |
| 2021-04-15 | Deprecate the core::raw / std::raw module | Simon Sapin | -0/+4 |
| 2021-04-14 | Fix small typo in Drop documentation | Mark Lodato | -1/+1 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+2 |
| 2021-04-13 | Implement indexing slices with pairs of ops::Bound<usize> | AnthonyMikh | -0/+112 |
| 2021-04-13 | Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcm | Dylan DPC | -5/+3 |
| 2021-04-13 | Rollup merge of #83707 - exrook:unsafecell, r=m-ou-se | Dylan DPC | -1/+1 |
| 2021-04-13 | Auto merge of #84086 - m-ou-se:stabilze-is-subnormal, r=dtolnay | bors | -4/+2 |
| 2021-04-13 | Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m... | bors | -8/+5 |
| 2021-04-12 | Pretend Duration::MAX was part of duration_saturating_ops | Jubilee Young | -1/+1 |
| 2021-04-12 | Mark Duration::is_zero as rustc_const_stable. | Mara Bos | -0/+1 |
| 2021-04-12 | Stabilize duration_zero. | Mara Bos | -5/+2 |
| 2021-04-12 | Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-se | bors | -7/+3 |
| 2021-04-12 | Auto merge of #84085 - m-ou-se:stabilize-atomic-fetch-update, r=kennytm | bors | -4/+2 |
| 2021-04-11 | stabilize core::array::{from_ref,from_mut} | Waffle | -2/+2 |
| 2021-04-11 | Add some #[inline(always)] to arithmetic methods of integers | AngelicosPhosphoros | -76/+76 |
| 2021-04-11 | Stabilize nonzero_leading_trailing_zeros | Andreas Jonson | -6/+4 |
| 2021-04-11 | stabilize const_cttz | Andreas Jonson | -2/+1 |
| 2021-04-11 | Stabilize feature `duration_saturating_ops` | marmeladema | -7/+3 |