summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-09-18`RepeatN`: use MaybeUninitDeadbeef-0/+24
2024-08-31Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35Matthias Krüger-13/+5
2024-08-28Improve `isqrt` tests and add benchmarksChai T. Rex-32/+249
2024-08-28Enable some ilog2 tests as wellBen Kimock-13/+5
2024-08-25Remove cfg(test) from library/coreBen Kimock-656/+649
2024-08-22Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgrbors-34/+353
2024-08-21Rollup merge of #129321 - krtab:float_sum, r=workingjubileeMatthias Krüger-0/+28
2024-08-21Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=NoratriebMatthias Krüger-34/+353
2024-08-20Change neutral element of <fNN as iter::Sum> to neg_zeroArthur Carcano-0/+28
2024-08-19Stabilize `iter::repeat_n`Scott McMurray-1/+0
2024-08-17Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnaybors-0/+40
2024-07-29impl CloneToUninit for str and CStrPavel Grigorenko-0/+40
2024-07-29Reformat `use` declarations.Nicholas Nethercote-50/+51
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-1/+32
2024-07-28Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=AmanieuGuillaume Gomez-0/+9
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-1/+1
2024-07-28stabilize const_wakerSlanterns-1/+32
2024-07-28stabilize `is_sorted`Slanterns-1/+0
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-1/+0
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-07-25CStr: derive PartialEq, Eq; add test for OrdPavel Grigorenko-0/+17
2024-07-23add `is_multiple_of` for unsigned integer typesFolkert-0/+9
2024-07-21Implement `debug_more_non_exhaustive`Trevor Gross-2/+321
2024-07-21Make use of raw strings in `core::fmt::builders`Trevor Gross-37/+37
2024-07-19Avoid ref when using format! for perfYuri Astrakhan-1/+1
2024-07-06Mark format! with must_use hintlukas-3/+3
2024-07-04stabilize `const_int_from_str`Skgland-1/+0
2024-06-29Stabilize `duration_abs_diff`Ole Bertram-1/+0
2024-06-25regression test for leaks in the the Filter::next_chunk implementationThe 8472-0/+13
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-2/+0
2024-06-22Auto merge of #116113 - kpreid:arcmut, r=dtolnaybors-0/+68
2024-06-22Add `core::clone::CloneToUninit`.Kevin Reid-0/+68
2024-06-21Rollup merge of #126613 - tgross35:log-test-update, r=cuviperMatthias Krüger-13/+13
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-25/+1
2024-06-20Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxuMatthias Krüger-0/+4
2024-06-20Add blank lines after module-level `//` comments.Nicholas Nethercote-0/+2
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+2
2024-06-19Make Option::as_[mut_]slice constGeorge Bateman-0/+9
2024-06-17Print the tested value in int_log testsTrevor Gross-13/+13
2024-06-07Stabilize `error_in_core`Slanterns-1/+0
2024-06-04Add function `core::iter::chain`Ross MacArthur-0/+9
2024-06-02Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472Jubilee-3/+26
2024-06-01Change f32::midpoint to upcast to f64RustyYato-3/+26
2024-05-29[ACP 362] genericize `ptr::from_raw_parts`Scott McMurray-4/+4
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-0/+12
2024-05-26Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcmMatthias Krüger-1/+0
2024-05-26Stabilize `slice_flatten`Cyborus-1/+0
2024-05-25Rollup merge of #124667 - newpavlov:stabilize_div_duration, r=jhprattMatthias Krüger-1/+0
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-0/+1
2024-05-16Fix tidy errorsLukas Bergdoll-1/+0