about summary refs log tree commit diff
path: root/library/coretests/tests
AgeCommit message (Expand)AuthorLines
2025-06-09float tests: deduplicate min, max, and rounding testsRalf Jung-456/+56
2025-06-09float tests: use assert_biteq in more placesRalf Jung-215/+224
2025-06-07Make NonZero<char> possibleMarijn Schouten-5/+16
2025-06-07Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35Jacob Pratt-353/+548
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-2/+7
2025-06-05add comments to Zip unsoundness regression testThe 8472-2/+24
2025-06-05fix Zip unsoundness (again)The 8472-34/+66
2025-06-04coretests: move float tests from num to floats module and use a more flexible...Ralf Jung-353/+548
2025-06-04Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubileeMatthias Krüger-0/+62
2025-06-03add tests for negative numbersJeremy Smart-0/+14
2025-06-03Enable Float non-determinism in miri. Update and add tests and changeLorrensP-2158466-3/+5
2025-06-02add testsJeremy Smart-0/+48
2025-06-02Remove bootstrap cfgs from library/Josh Stone-6/+0
2025-05-31Add const support for float rounding methodsRuan Comelli-0/+115
2025-05-30Rollup merge of #141669 - tgross35:float-test-cleanup, r=RalfJungMatthias Krüger-717/+680
2025-05-29float: Use `assert_biteq!` where possibleTrevor Gross-482/+492
2025-05-29float: Enable some f16 and f128 rounding tests on miriTrevor Gross-60/+26
2025-05-29float: Replace some approximate assertions with exactTrevor Gross-276/+276
2025-05-29float: Use a shared `assert_biteq!` macro for testsTrevor Gross-176/+163
2025-05-29Stabilize `ip_from`Pavel Grigorenko-1/+0
2025-05-29Rollup merge of #141676 - tgross35:f16-disable-total-cmp, r=workingjubileeGuillaume Gomez-37/+40
2025-05-29Rollup merge of #141571 - RalfJung:float-tests, r=tgross35Jacob Pratt-135/+114
2025-05-28float: Disable `total_cmp` sNaN tests for `f16`Trevor Gross-37/+40
2025-05-28coretests: add abs() and copysign() tests, and remove now-unnecessary ui testRalf Jung-45/+56
2025-05-28coretests: simplify test_float macro to derive more things from the type nameRalf Jung-134/+102
2025-05-24add CStr::displayTamir Duberstein-0/+7
2025-05-22Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieubors-22/+22
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-22/+22
2025-05-20`core_float_math`: Move functions to `math` folderDaniel McNab-135/+136
2025-05-18Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrumbors-77/+501
2025-05-18float: Add tests for `f16` conversions to and from decimalTrevor Gross-77/+501
2025-05-18Rollup merge of #140924 - Urgau:f32_f64_const_tests, r=Mark-SimulacrumLeón Orell Valerian Liehr-143/+189
2025-05-17Auto merge of #138087 - tgross35:core-float-math, r=Amanieubors-0/+2974
2025-05-17Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-SimulacrumMatthias Krüger-1/+1
2025-05-14Skip {f32,f64}::mul_add tests on MinGWTrevor Gross-0/+4
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-1173/+148
2025-05-13Move float tests from std to coreTrevor Gross-0/+3995
2025-05-13Add `#[must_use]` to Array::mapJulian Knodt-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-11Make some `f32`/`f64` tests also run in const-contextUrgau-143/+189
2025-05-09Split duration_constructors to get non-controversial bits out faster.Dietrich Daroch-1/+11
2025-05-04Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnrTrevor Gross-1/+4
2025-05-01Stabilize `select_unpredictable`Amanieu d'Antras-1/+0
2025-04-29stabilize ptr::swap_nonoverlapping in constRalf Jung-1/+4
2025-04-26moved simple test to coretests, introduced more fleshed out doctests for brea...Jonathan Gruner-0/+13
2025-04-24Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhprattMatthias Krüger-1/+0
2025-04-21Rollup merge of #140118 - tamird:cstr-cleanup, r=joboetChris Denton-0/+6
2025-04-19Rollup merge of #139533 - jogru0:130711, r=Mark-SimulacrumChris Denton-0/+11
2025-04-19Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35Chris Denton-0/+17
2025-04-19added test for Enumerate::next_index on empty iteratorJonathan Gruner-0/+11