| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Revert tests added by PR 81167. | Felix S. Klock II | -50/+0 |
| 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 |
| 2021-03-03 | Only allow new lint when not bootstrapping - since beta doesn't know about th... | Ryan Levick | -1/+1 |
| 2021-03-03 | Fix core tests | Ryan Levick | -2/+4 |
| 2021-03-02 | enable atomic_min/max tests in Miri | Ralf Jung | -4/+0 |
| 2021-02-27 | Fix `binary_search_by()` overflow issue in ZST case | Folyd | -0/+13 |
| 2021-02-25 | Rollup merge of #81167 - usbalbin:const_write, r=oli-obk | Dylan DPC | -0/+51 |
| 2021-02-23 | Constify ptr::write and the write[_unaligned] methods on *mut T | Albin Hedman | -0/+51 |
| 2021-02-23 | Rollup merge of #82391 - RalfJung:miri-atomic-minmax, r=dtolnay | Dylan DPC | -0/+4 |
| 2021-02-22 | disable atomic_max/min tests in Miri | Ralf Jung | -0/+4 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -4/+0 |
| 2021-02-19 | Rollup merge of #82093 - bjorn3:more_atomic_tests, r=kennytm | Dylan DPC | -0/+40 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -2/+2 |