| Age | Commit message (Expand) | Author | Lines |
| 2025-03-28 | Put pin!() tests in the right file. | Mara Bos | -14/+17 |
| 2025-03-25 | Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviper | Matthias Krüger | -0/+2 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -0/+20 |
| 2025-03-21 | Add test for Formatter flags. | Mara Bos | -0/+20 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -0/+14 |
| 2025-03-21 | Recognise new IPv6 non-global range from RFC9602 | Bardi Harborow | -0/+2 |
| 2025-03-19 | Add cfg(not(bootstrap)) for new test. | Mara Bos | -0/+1 |
| 2025-03-19 | Pin tests. | Mara Bos | -7/+7 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -0/+13 |
| 2025-03-19 | Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35 | Matthias Krüger | -27/+27 |
| 2025-03-18 | Remove the regex dependency from coretests | bjorn3 | -19/+11 |
| 2025-03-16 | Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc | 许杰友 Jieyou Xu (Joe) | -2/+33 |
| 2025-03-10 | Update tests. | Mara Bos | -14/+14 |
| 2025-03-10 | Limit formatting width and precision to 16 bits. | Mara Bos | -1/+1 |
| 2025-03-08 | Add inherent versions of MaybeUninit::fill methods for slices | ltdk | -27/+27 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -18/+12 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -18/+12 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -10/+1 |
| 2025-03-05 | Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-03-05 | Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -19/+140 |
| 2025-03-04 | Rollup merge of #137829 - cramertj:stabilize-split-off, r=jhpratt | Jubilee | -1/+0 |
| 2025-03-02 | dec2flt: Refactor float traits | Trevor Gross | -0/+61 |
| 2025-03-02 | dec2flt: Rename fields to be consistent with documented notation | Trevor Gross | -6/+6 |
| 2025-03-02 | dec2flt: Rename `Number` to `Decimal` | Trevor Gross | -13/+42 |
| 2025-03-02 | dec2flt: Rename `Decimal` to `DecimalSeq` | Trevor Gross | -0/+31 |
| 2025-02-28 | Stabilize [T]::split_off... methods | Taylor Cramer | -1/+0 |
| 2025-02-27 | checked_ilog tests: deal with a bit of float imprecision | Ralf Jung | -18/+56 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -10/+1 |
| 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/+31 |
| 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 | -10/+13 |
| 2025-02-13 | Migrate coretests to Rust 2024 | Eric Huss | -3/+5 |
| 2025-02-13 | Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper | bors | -39/+38 |