| Age | Commit message (Expand) | Author | Lines |
| 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-07 | Stabilize `slice_group_by` | Niklas Fiekas | -1/+0 |
| 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-29 | optimize Cstr/EscapeAscii display | The 8472 | -0/+10 |
| 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 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-06-14 | Fix `SocketAddrV6: Display` tests | ltdk | -1/+1 |
| 2023-06-14 | Fix `Ipv6Addr: Display` tests | ltdk | -3/+3 |
| 2023-06-13 | Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3 | bors | -12/+3 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -12/+3 |
| 2023-06-08 | Allow undropped_manually_drops for some tests | Urgau | -0/+2 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -12/+3 |
| 2023-05-20 | don't skip inference for type in `offset_of!` | Lukas Markeffsky | -0/+5 |
| 2023-05-18 | Add more tests for the offset_of!() macro | est31 | -0/+15 |