| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -3/+106 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -1/+0 |
| 2023-04-29 | fix rustdoc and core test | Deadbeef | -0/+1 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -5/+5 |
| 2023-04-26 | Implement midpoint for all floating point f32 and f64 | Loïc BRANSTETT | -3/+53 |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+53 |
| 2023-04-26 | Spelling library/ | Josh Soref | -5/+5 |
| 2023-04-21 | major test improvements | DrMeepster | -14/+109 |
| 2023-04-21 | fmt | DrMeepster | -1/+1 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -1/+1 |
| 2023-04-21 | test improvements | DrMeepster | -0/+21 |
| 2023-04-21 | offset_of | DrMeepster | -0/+75 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -0/+18 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -26/+63 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -17/+54 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -11/+11 |
| 2023-04-16 | Remove unused unused_macros | est31 | -1/+0 |
| 2023-04-10 | remove obsolete test | Tobias Decking | -11/+0 |
| 2023-04-10 | Improve the floating point parser in `dec2flt`. | Tobias Decking | -1/+1 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -41/+0 |