about summary refs log tree commit diff
path: root/library/coretests/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2025-09-24unstably constify float mul_add methodsJeremy Smart-0/+1
2025-09-15Rollup merge of #146478 - ferrocene:pvdrz/improve-fmt-coverage, r=Mark-Simula...Matthias Krüger-0/+1
2025-09-13Rollup merge of #146477 - ferrocene:pvdrz/improve-char-coverage, r=NoratriebJana Dönszelmann-0/+1
2025-09-12Improve `core::fmt` coverageChristian Poveda-0/+1
2025-09-12Improve `core::char` coverageChristian Poveda-0/+1
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-0/+1
2025-09-10Improve `core::ops` coverageChristian Poveda-0/+1
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-0/+1
2025-09-04Rollup merge of #143725 - kennytm:peekable_next_if_map, r=jhprattStuart Cook-0/+1
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-2/+1
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-0/+1
2025-09-01Constify conversion traitsltdk-2/+1
2025-08-30Rollup merge of #145969 - actuallylost:duration-from-nanos-128, r=tgross35Stuart Cook-0/+1
2025-08-29Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s...Trevor Gross-1/+0
2025-08-30Add `Duration::from_nanos_u128`actuallylost-0/+1
2025-08-27Rollup merge of #144274 - Qelxiros:option-reduce, r=tgross35Matthias Krüger-0/+1
2025-08-20Move WTF-8 code from std to core/allocltdk-0/+1
2025-08-20Rollup merge of #145381 - Gnurou:int_lowest_highest_one, r=jhprattJacob Pratt-0/+1
2025-08-19Rollup merge of #141744 - GrigorenkoPV:ip_from, r=AmanieuStuart Cook-1/+0
2025-08-18Implement feature `int_lowest_highest_one` for integer and NonZero typesAlexandre Courbot-0/+1
2025-08-15Rollup merge of #144963 - rossmacarthur-forks:stabilize-core-iter-chain, r=jh...Jacob Pratt-1/+0
2025-08-15stabilize strict provenance atomic ptrKivooeo-1/+0
2025-08-09Stabilize featureKivooeo-1/+0
2025-08-08Rollup merge of #145057 - ShoyuVanilla:const-trait-tests-cleanup, r=petrochenkovStuart Cook-0/+2
2025-08-08Clean up some resolved test regressions of const trait removals in stdShoyu Vanilla-0/+2
2025-08-05Stabilize `core::iter::chain`Ross MacArthur-1/+0
2025-08-01Constify additional Result functionsEvgenii Zheltonozhskii-0/+2
2025-07-31add Option::reduceJeremy Smart-0/+1
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-10core: add Peekable::next_if_mapkennytm-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-29Stabilize `ip_from`Pavel Grigorenko-1/+0
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