| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa | bors | -1/+11 |
| 2021-06-10 | Further simplification of to_digit | Giles Cope | -1/+11 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -50/+0 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -26/+24 |
| 2021-06-04 | Revert tests added by PR 81167. | Felix S. Klock II | -50/+0 |
| 2021-06-04 | Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahc | Yuki Okushi | -0/+13 |
| 2021-06-03 | Add test for issue 84666. | Mara Bos | -0/+13 |
| 2021-06-02 | Update expressions where we can use array's IntoIterator implementation | Muhammad Mominul Huque | -4/+2 |
| 2021-06-02 | Replace IntoIter::new with IntoIterator::into_iter in std | Muhammad Mominul Huque | -22/+22 |
| 2021-05-26 | Unify feature flags as `step_trait` | Jacob Pratt | -1/+0 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -1/+0 |
| 2021-05-06 | Simple library test updates | Scott McMurray | -26/+17 |
| 2021-04-25 | Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-04-22 | Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-se | bors | -0/+43 |
| 2021-04-21 | Rollup merge of #84390 - m-ou-se:make-debug-non-exhaustive-without-fields-a-l... | Mara Bos | -6/+1 |
| 2021-04-21 | Format `Struct { .. }` on one line even with `{:#?}`. | Mara Bos | -6/+1 |
| 2021-04-15 | Allow use of deprecated std::raw in a test for that feature | Simon Sapin | -0/+3 |
| 2021-04-13 | Implement indexing slices with pairs of ops::Bound<usize> | AnthonyMikh | -0/+43 |
| 2021-04-13 | Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcm | Dylan DPC | -1/+0 |
| 2021-04-13 | Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m... | bors | -1/+0 |
| 2021-04-12 | Stabilize duration_zero. | Mara Bos | -1/+0 |
| 2021-04-12 | Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-se | bors | -1/+0 |
| 2021-04-11 | stabilize core::array::{from_ref,from_mut} | Waffle | -1/+0 |
| 2021-04-11 | Stabilize nonzero_leading_trailing_zeros | Andreas Jonson | -1/+0 |
| 2021-04-11 | Stabilize feature `duration_saturating_ops` | marmeladema | -1/+0 |
| 2021-04-11 | Remove FixedSizeArray | Tomasz Miąsko | -20/+1 |
| 2021-04-08 | Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu | Dylan DPC | -1/+0 |
| 2021-04-07 | Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus | bors | -1/+0 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -1/+0 |
| 2021-04-06 | Merge branch 'master' into stab_peek_mut | lukaslueg | -168/+249 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -10/+2 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -158/+247 |
| 2021-03-26 | Stabilize `peekable_peek_mut` | Lukas Lueg | -1/+0 |
| 2021-03-25 | Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytm | bors | -1/+0 |
| 2021-03-25 | Rollup merge of #83421 - faern:add-into-err, r=joshtriplett | Yuki Okushi | -0/+22 |
| 2021-03-25 | Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnay | Yuki Okushi | -7/+6 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -1/+0 |
| 2021-03-23 | Add test for Result::into_err | Linus Färnstrand | -0/+22 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -158/+88 |
| 2021-03-22 | Add IEEE754 tests | Jubilee Young | -0/+159 |
| 2021-03-14 | Remove Option::{unwrap_none, expect_none}. | Mara Bos | -7/+6 |
| 2021-03-11 | stabilize debug_non_exhaustive | Gus Wynn | -1/+0 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -2/+2 |
| 2021-03-07 | Rollup merge of #82292 - SkiFire13:fix-issue-82291, r=m-ou-se | Yuki Okushi | -0/+23 |
| 2021-03-05 | Auto merge of #74024 - Folyd:master, r=m-ou-se | bors | -4/+17 |
| 2021-03-05 | Add relevant test | Giacomo Stevanato | -0/+23 |
| 2021-03-05 | Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-se | Mara | -0/+20 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -2/+2 |
| 2021-03-03 | Add test for underflow in specialized Zip's size_hint | Giacomo Stevanato | -0/+20 |
| 2021-03-03 | Fix borrow and deref | Ryan Levick | -2/+0 |