| Age | Commit message (Expand) | Author | Lines |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-27 | Revert "Revert tests added by PR 81167." | Albin Hedman | -0/+50 |
| 2021-06-25 | Add Integer::{log,log2,log10} variants | Yoshua Wuyts | -0/+101 |
| 2021-06-22 | Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc | bors | -1/+0 |
| 2021-06-20 | disable test on platforms that don't support unwinding | The8472 | -2/+4 |
| 2021-06-19 | Automatic exponential formatting in Debug | Michael Lamparski | -0/+24 |
| 2021-06-19 | fix panic-safety in specialized Zip::next_back | The8472 | -0/+25 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -1/+0 |
| 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-06 | Move `flt2dec::{Formatted, Part}` to dedicated module | Gary Guo | -1/+3 |
| 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-23 | Stabilize ops::ControlFlow (just the type) | Scott McMurray | -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 |