about summary refs log tree commit diff
path: root/library/coretests/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2025-07-29Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-SimulacrumStuart Cook-0/+1
2025-07-28Add `core::mem::DropGuard`Yosh-0/+1
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-1/+0
2025-07-23Add regression test for matches! + non_exhaustive_omitted_patterns lintJonas Platte-0/+1
2025-07-20Stabilize `const_float_round_methods`Nurzhan Sakén-1/+0
2025-07-11Consolidate test_num testsRoger Curley-0/+1
2025-07-04Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcmJacob Pratt-0/+1
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-0/+3
2025-06-25make RefCell unstably constDaniel Bloom-0/+3
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-1/+1
2025-06-19Add methods for converting bool to `Result<(), E>`LimpSquid-0/+1
2025-06-11feat: Add `bit_width` for unsigned integer typesShun Sakai-0/+1
2025-06-02add testsJeremy Smart-0/+1
2025-05-31Add const support for float rounding methodsRuan Comelli-0/+1
2025-05-24add CStr::displayTamir Duberstein-0/+1
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-1/+1
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-0/+6
2025-05-13Move float tests from std to coreTrevor Gross-0/+1
2025-05-09Split duration_constructors to get non-controversial bits out faster.Dietrich Daroch-0/+1
2025-05-04Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnrTrevor Gross-1/+0
2025-05-01Stabilize `select_unpredictable`Amanieu d'Antras-1/+0
2025-04-29stabilize ptr::swap_nonoverlapping in constRalf Jung-1/+0
2025-04-24Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhprattMatthias Krüger-1/+0
2025-04-19added test for Enumerate::next_index on empty iteratorJonathan Gruner-0/+1
2025-04-17Fix drop handling in `hint::select_unpredictable`Amanieu d'Antras-0/+2
2025-04-03Stabilize the `cell_update` featureTrevor Gross-1/+0
2025-03-21coretests stop relying on `inline_const_pat`lcnr-5/+5
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-1/+0
2025-02-28Stabilize [T]::split_off... methodsTaylor Cramer-1/+0
2025-02-27Delete tuple unsizingAlice Ryhl-1/+0
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-3/+0
2025-02-23Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor...Matthias Krüger-1/+0
2025-02-22Rollup merge of #136910 - okaneco:sig_ones, r=thomccMatthias Krüger-0/+1
2025-02-21stabilize `unsigned_is_multiple_of`Folkert de Vries-1/+0
2025-02-20Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scottmcmJubilee-1/+0
2025-02-20Implement feature `isolate_most_least_significant_one` for integer typesokaneco-0/+1
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-0/+1
2025-02-18update `cfg(bootstrap)`Josh Stone-3/+0
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-0/+1
2025-02-15Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcmJacob Pratt-0/+1
2025-02-13Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviperbors-1/+0
2025-02-08Implement Extend<AsciiChar> for StringMatthew Zeitlin-0/+1
2025-02-06remove use of `feature(trait_upcasting)` from core testsWaffle Lapkin-1/+0
2025-01-28Stabilize `get_many_mut` as `get_disjoint_mut`Pavel Grigorenko-1/+0
2025-01-27Stabilize `num_midpoint_signed` featureUrgau-1/+0
2025-01-27Stabilize `const_black_box`Trevor Gross-1/+0
2025-01-26Actually run the bstr testbjorn3-0/+2
2025-01-26Put all coretests in a separate cratebjorn3-0/+194