| Age | Commit message (Expand) | Author | Lines |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -0/+115 |
| 2025-05-30 | Rollup merge of #141669 - tgross35:float-test-cleanup, r=RalfJung | Matthias Krüger | -717/+680 |
| 2025-05-29 | float: Use `assert_biteq!` where possible | Trevor Gross | -482/+492 |
| 2025-05-29 | float: Enable some f16 and f128 rounding tests on miri | Trevor Gross | -60/+26 |
| 2025-05-29 | float: Replace some approximate assertions with exact | Trevor Gross | -276/+276 |
| 2025-05-29 | float: Use a shared `assert_biteq!` macro for tests | Trevor Gross | -176/+163 |
| 2025-05-29 | Stabilize `ip_from` | Pavel Grigorenko | -1/+0 |
| 2025-05-29 | Rollup merge of #141676 - tgross35:f16-disable-total-cmp, r=workingjubilee | Guillaume Gomez | -37/+40 |
| 2025-05-29 | Rollup merge of #141571 - RalfJung:float-tests, r=tgross35 | Jacob Pratt | -135/+114 |
| 2025-05-28 | float: Disable `total_cmp` sNaN tests for `f16` | Trevor Gross | -37/+40 |
| 2025-05-28 | coretests: add abs() and copysign() tests, and remove now-unnecessary ui test | Ralf Jung | -45/+56 |
| 2025-05-28 | coretests: simplify test_float macro to derive more things from the type name | Ralf Jung | -134/+102 |
| 2025-05-24 | add CStr::display | Tamir Duberstein | -0/+7 |
| 2025-05-22 | Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieu | bors | -22/+22 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -22/+22 |
| 2025-05-20 | `core_float_math`: Move functions to `math` folder | Daniel McNab | -135/+136 |
| 2025-05-18 | Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum | bors | -77/+501 |
| 2025-05-18 | float: Add tests for `f16` conversions to and from decimal | Trevor Gross | -77/+501 |
| 2025-05-18 | Rollup merge of #140924 - Urgau:f32_f64_const_tests, r=Mark-Simulacrum | León Orell Valerian Liehr | -143/+189 |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -0/+2985 |
| 2025-05-17 | Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-05-14 | Skip {f32,f64}::mul_add tests on MinGW | Trevor Gross | -0/+4 |
| 2025-05-14 | Move applicable float tests from `coretests` back to `std` | Trevor Gross | -1173/+148 |
| 2025-05-13 | Move float tests from std to core | Trevor Gross | -0/+4006 |
| 2025-05-13 | Add `#[must_use]` to Array::map | Julian Knodt | -1/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-11 | Make some `f32`/`f64` tests also run in const-context | Urgau | -143/+189 |
| 2025-05-09 | Split duration_constructors to get non-controversial bits out faster. | Dietrich Daroch | -1/+11 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -1/+4 |
| 2025-05-02 | Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju... | Matthias Krüger | -1/+0 |
| 2025-05-01 | Update stdarch | sayantn | -1/+1 |
| 2025-05-01 | Stabilize `select_unpredictable` | Amanieu d'Antras | -1/+0 |
| 2025-04-29 | stabilize ptr::swap_nonoverlapping in const | Ralf Jung | -1/+4 |
| 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 |