| Age | Commit message (Expand) | Author | Lines |
| 2025-04-26 | moved simple test to coretests, introduced more fleshed out doctests for brea... | Jonathan Gruner | -0/+13 |
| 2025-04-24 | Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt | Matthias Krüger | -1/+0 |
| 2025-04-21 | Rollup merge of #140118 - tamird:cstr-cleanup, r=joboet | Chris Denton | -0/+6 |
| 2025-04-19 | Rollup merge of #139533 - jogru0:130711, r=Mark-Simulacrum | Chris Denton | -0/+11 |
| 2025-04-19 | Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35 | Chris Denton | -0/+17 |
| 2025-04-19 | added test for Enumerate::next_index on empty iterator | Jonathan Gruner | -0/+11 |
| 2025-04-19 | Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwco | bors | -0/+1 |
| 2025-04-18 | Move `<CStr as Debug>` test to coretests | Tamir Duberstein | -0/+6 |
| 2025-04-17 | Fix drop handling in `hint::select_unpredictable` | Amanieu d'Antras | -0/+25 |
| 2025-04-15 | Implement `pin!()` using `super let`. | Mara Bos | -0/+1 |
| 2025-04-11 | Implement Default for raw pointers | Chris Denton | -0/+17 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -0/+36 |
| 2025-04-09 | Ensure `swap_nonoverlapping` is really always untyped | Scott McMurray | -0/+36 |
| 2025-04-09 | update cfgs | Boxy | -1/+0 |
| 2025-04-05 | tidy: Fix paths to coretests and alloctests | Thalia Archibald | -1/+1 |
| 2025-04-04 | Auto merge of #139213 - bjorn3:cg_clif_test_coretests, r=jieyouxu | bors | -0/+1 |
| 2025-04-03 | Stabilize the `cell_update` feature | Trevor Gross | -1/+0 |
| 2025-04-03 | Run coretests and alloctests with cg_clif in CI | bjorn3 | -0/+1 |
| 2025-04-02 | Apply requested API changes to `cell_update` | Trevor Gross | -2/+2 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -601/+609 |
| 2025-03-29 | Add more tests for pin!(). | Mara Bos | -0/+11 |
| 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 | coretests stop relying on `inline_const_pat` | lcnr | -601/+609 |
| 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 | -20/+11 |
| 2025-03-16 | Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc | 许杰友 Jieyou Xu (Joe) | -2/+34 |
| 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 | -24/+17 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -24/+17 |
| 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 |