about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+2
2024-09-19Rollup merge of #128001 - Krappa322:master, r=scottmcmMatthias Krüger-0/+2
2024-09-18remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilizedultrabear-1/+0
2024-09-18Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=AmanieuJubilee-0/+22
2024-09-18library: Destabilize Lazy{Cell,Lock}::{force,deref}_mutJubilee Young-0/+1
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-0/+21
2024-09-17Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubileebors-0/+24
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-13RustfmtCaio-1/+1
2024-09-13[`cfg_match`] Generalize inputsCaio-0/+20
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+2
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-5/+2
2024-09-09fix UB in a testRalf Jung-1/+6
2024-09-09`RepeatN`: use MaybeUninitDeadbeef-0/+24
2024-09-08add FIXME(const-hack)Ralf Jung-5/+2
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-1/+0
2024-09-05update cfgsBoxy-1/+0
2024-09-02Stabilize waker_gettersKevin Mehall-1/+0
2024-09-02Move the `data` and `vtable` methods from `RawWaker` to `Waker`Kevin Mehall-6/+5
2024-08-31Improve documentation for <integer>::from_str_radixKappa322-0/+2
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