| Age | Commit message (Expand) | Author | Lines |
| 2025-06-09 | float tests: deduplicate min, max, and rounding tests | Ralf Jung | -456/+56 |
| 2025-06-09 | float tests: use assert_biteq in more places | Ralf Jung | -215/+224 |
| 2025-06-07 | Make NonZero<char> possible | Marijn Schouten | -5/+16 |
| 2025-06-07 | Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35 | Jacob Pratt | -353/+548 |
| 2025-06-05 | change tests to use fixed constants to let them pass with miri | LorrensP-2158466 | -2/+7 |
| 2025-06-05 | add comments to Zip unsoundness regression test | The 8472 | -2/+24 |
| 2025-06-05 | fix Zip unsoundness (again) | The 8472 | -34/+66 |
| 2025-06-04 | coretests: move float tests from num to floats module and use a more flexible... | Ralf Jung | -353/+548 |
| 2025-06-04 | Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubilee | Matthias Krüger | -0/+62 |
| 2025-06-03 | add tests for negative numbers | Jeremy Smart | -0/+14 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -3/+5 |
| 2025-06-02 | add tests | Jeremy Smart | -0/+48 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -6/+0 |
| 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/+2974 |
| 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/+3995 |
| 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-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 |