| Age | Commit message (Expand) | Author | Lines |
| 2025-02-26 | Fix unused import in coretests on wasm32 | bjorn3 | -2/+1 |
| 2025-02-25 | disable a potentially bogus test on Miri | Ralf Jung | -0/+1 |
| 2025-02-24 | Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=Amanieu | Jacob Pratt | -0/+328 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -196/+0 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -1/+0 |
| 2025-02-22 | Rollup merge of #136910 - okaneco:sig_ones, r=thomcc | Matthias Krüger | -0/+169 |
| 2025-02-21 | Fix unbounded_shifts tests | Connor Horman | -13/+22 |
| 2025-02-21 | Rollup merge of #136148 - kpreid:type-str, r=joboet | Matthias Krüger | -0/+8 |
| 2025-02-21 | Stabilize `unbounded_shifts` | Connor Horman | -0/+319 |
| 2025-02-21 | stabilize `unsigned_is_multiple_of` | Folkert de Vries | -1/+0 |
| 2025-02-20 | Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scottmcm | Jubilee | -1/+0 |
| 2025-02-20 | Implement feature `isolate_most_least_significant_one` for integer types | okaneco | -0/+169 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -1/+3 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -196/+0 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -1/+3 |
| 2025-02-15 | core: Make `Debug` impl of raw pointers print metadata if present | Martin Nordholts | -4/+4 |
| 2025-02-15 | tests: Add regression test for `Debug` impl of raw pointers | Martin Nordholts | -0/+32 |
| 2025-02-15 | tests: Use `as *const _` instead of `.as_ptr()` in ptr fmt test | Martin Nordholts | -2/+2 |
| 2025-02-15 | Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm | Jacob Pratt | -0/+13 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -27/+31 |
| 2025-02-13 | Migrate coretests to Rust 2024 | Eric Huss | -8/+10 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -39/+38 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -19/+21 |
| 2025-02-11 | Optionally add type names to `TypeId`s. | Kevin Reid | -0/+8 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -5/+5 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -5/+5 |
| 2025-02-08 | Rustfmt | bjorn3 | -5/+4 |
| 2025-02-08 | Implement Extend<AsciiChar> for String | Matthew Zeitlin | -0/+13 |
| 2025-02-07 | Rollup merge of #135945 - estebank:useless-parens, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2025-02-06 | remove use of `feature(trait_upcasting)` from core tests | Waffle Lapkin | -1/+0 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -7/+7 |
| 2025-02-04 | Rename slice::take methods to split_off | Taylor Cramer | -55/+55 |
| 2025-02-04 | Auto merge of #135265 - pascaldekloe:fmt-int-speed, r=tgross35,ChrisDenton | bors | -7/+6 |
| 2025-01-30 | black_box integer-input on fmt benches | Pascal S. de Kloe | -7/+6 |
| 2025-01-28 | Stabilize `get_many_mut` as `get_disjoint_mut` | Pavel Grigorenko | -39/+38 |
| 2025-01-27 | Stabilize `num_midpoint_signed` feature | Urgau | -1/+0 |
| 2025-01-27 | Stabilize `const_black_box` | Trevor Gross | -1/+0 |
| 2025-01-26 | Actually run the bstr test | bjorn3 | -3/+3 |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -0/+29178 |