about summary refs log tree commit diff
path: root/library/coretests/tests
AgeCommit message (Expand)AuthorLines
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
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-0/+1
2025-04-18Move `<CStr as Debug>` test to coretestsTamir Duberstein-0/+6
2025-04-17Fix drop handling in `hint::select_unpredictable`Amanieu d'Antras-0/+25
2025-04-15Implement `pin!()` using `super let`.Mara Bos-0/+1
2025-04-11Implement Default for raw pointersChris Denton-0/+17
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-0/+36
2025-04-09Ensure `swap_nonoverlapping` is really always untypedScott McMurray-0/+36
2025-04-09update cfgsBoxy-1/+0
2025-04-05tidy: Fix paths to coretests and alloctestsThalia Archibald-1/+1
2025-04-03Stabilize the `cell_update` featureTrevor Gross-1/+0
2025-04-02Apply requested API changes to `cell_update`Trevor Gross-2/+2
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-601/+609
2025-03-29Add more tests for pin!().Mara Bos-0/+11
2025-03-28Put pin!() tests in the right file.Mara Bos-14/+17
2025-03-25Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviperMatthias Krüger-0/+2