about summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2024-10-11Rollup merge of #131287 - RalfJung:const_result, r=tgross35Trevor Gross-1/+0
2024-10-11Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboetTrevor Gross-1/+0
2024-10-11stabilize const_resultRalf Jung-1/+0
2024-10-09stabilize `{slice,array}::from_mut`ultrabear-2/+0
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-1/+0
2024-10-02library: Stabilize `const_ptr_as_ref`Jubilee Young-1/+0
2024-10-01Stabilize `debug_more_non_exhaustive`Trevor Gross-1/+0
2024-09-28stabilize const_cell_into_innerRalf Jung-1/+0
2024-09-23stabilize const_intrinsic_copyRalf Jung-1/+0
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/+1
2024-09-18library: Destabilize Lazy{Cell,Lock}::{force,deref}_mutJubilee Young-0/+1
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
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-08-25Remove cfg(test) from library/coreBen Kimock-1/+0
2024-08-21Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=NoratriebMatthias Krüger-0/+1
2024-08-19Stabilize `iter::repeat_n`Scott McMurray-1/+0
2024-08-09core: optimise Debug impl for ascii::CharMichal Nazarewicz-0/+1
2024-07-29Stabilize offset_of_nestedGeorge Bateman-54/+56
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-1/+0
2024-07-28Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=AmanieuGuillaume Gomez-0/+1
2024-07-28stabilize const_wakerSlanterns-1/+0
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-25CStr: derive PartialEq, Eq; add test for OrdPavel Grigorenko-0/+1
2024-07-23add `is_multiple_of` for unsigned integer typesFolkert-0/+1
2024-07-21Implement `debug_more_non_exhaustive`Trevor Gross-0/+1
2024-07-04stabilize `const_int_from_str`Skgland-1/+0
2024-06-29Stabilize `duration_abs_diff`Ole Bertram-1/+0
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/+2
2024-06-22Add `core::clone::CloneToUninit`.Kevin Reid-0/+2
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-1/+0
2024-06-07Stabilize `error_in_core`Slanterns-1/+0
2024-06-04Add function `core::iter::chain`Ross MacArthur-0/+1
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-16Replace sort implementationsLukas Bergdoll-1/+0
2024-05-03Stabilize `div_duration`Артём Павлов [Artyom Pavlov]-1/+0
2024-05-01Step bootstrap cfgsMark Rousskov-2/+1
2024-04-26Auto merge of #123909 - dtolnay:utf8chunks, r=joboetbors-1/+0
2024-04-24Stabilize Utf8ChunksDavid Tolnay-1/+0
2024-04-24Stabilise `inline_const`Gary Guo-1/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-12Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnullEduardo Sánchez Muñoz-1/+0
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-2/+0
2024-04-04Rollup merge of #123206 - stepancheg:pointee-metadata-freeze, r=AmanieuJacob Pratt-0/+1