| Age | Commit message (Expand) | Author | Lines |
| 2023-12-10 | remove redundant imports | surechen | -17/+2 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+1 |
| 2023-11-26 | Fix library tests | Caleb Zulawski | -2/+1 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+1 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -1/+1 |
| 2023-11-21 | Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomcc | bors | -0/+14 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -0/+8 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -0/+8 |
| 2023-11-15 | avoid exhaustive i16 test in Miri | Ralf Jung | -2/+5 |
| 2023-11-14 | Auto merge of #116301 - mj10021:issue-115737-fix, r=cuviper | bors | -4/+16 |
| 2023-11-11 | round to even | James Dietz | -343/+10 |
| 2023-11-11 | fix rounding issue with exponents in fmt | James Dietz | -4/+349 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -2/+2 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+178 |
| 2023-11-05 | Add `Duration::abs_diff` | Ole Bertram | -0/+14 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -0/+21 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -0/+21 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+2 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -2/+0 |
| 2023-10-24 | Rollup merge of #116714 - WaffleLapkin:order-the-order, r=joshtriplett | Matthias Krüger | -0/+11 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -4/+0 |
| 2023-10-15 | Add tests for `SocketAddrV6` ordering with scope_id and flowinfo | Maybe Waffle | -0/+11 |
| 2023-10-15 | Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcm | bors | -1/+5 |
| 2023-10-13 | Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re... | bors | -1/+0 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+21 |
| 2023-10-06 | optimize zipping over array iterators | The 8472 | -1/+5 |
| 2023-10-02 | MIRI -> Miri | Ralf Jung | -2/+2 |
| 2023-09-29 | Auto merge of #116176 - FedericoStra:isqrt, r=dtolnay | bors | -0/+62 |
| 2023-09-28 | isqrt: disable long running tests in Miri | Federico Stra | -0/+8 |
| 2023-09-28 | Stabilize `const_maybe_uninit_assume_init_read` | DaniPopes | -1/+0 |
| 2023-09-28 | isqrt: fix stability | Federico Stra | -0/+1 |
| 2023-09-26 | isqrt: add more tests | Federico Stra | -0/+32 |
| 2023-09-23 | Add the `cfg_match!` macro | Caio | -0/+156 |
| 2023-09-22 | isqrt: add tests | Federico Stra | -0/+21 |
| 2023-09-02 | Auto merge of #113295 - clarfonthey:ascii-step, r=cuviper | bors | -1/+19 |
| 2023-08-28 | Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomcc | Matthias Krüger | -0/+1 |
| 2023-08-14 | Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieu | bors | -63/+69 |
| 2023-08-14 | Implement Step for AsciiChar | ltdk | -1/+19 |
| 2023-08-13 | core/any: remove Provider trait | wayne warren | -63/+69 |
| 2023-08-11 | Add Iterator::map_windows | Frank King | -0/+285 |
| 2023-07-30 | Fix implementation of `Duration::checked_div` | Jacob Pratt | -0/+1 |
| 2023-07-21 | Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviper | bors | -1/+58 |
| 2023-07-18 | remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constants | KaDiWa | -1/+1 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -1/+1 |
| 2023-07-03 | enable test_join test in Miri | Ralf Jung | -1/+0 |
| 2023-06-26 | Auto merge of #111850 - the8472:external-step-by, r=scottmcm | bors | -0/+55 |
| 2023-06-23 | Specialize StepBy<Range<{integer}>> | The 8472 | -0/+55 |
| 2023-06-19 | Implement slice::split_once and slice::rsplit_once | Benjamin Lee | -0/+21 |
| 2023-06-19 | Rollup merge of #112606 - clarfonthey:ip-display, r=thomcc | Michael Goulet | -4/+4 |
| 2023-06-16 | Add more comprehensive tests for is_sorted and friends | +merlan #flirora | -1/+58 |