summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2022-08-01Add back Send and Sync impls on ChunksMut iteratorsBen Kimock-0/+21
2022-07-27Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472Guillaume Gomez-0/+44
2022-07-22Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubileebors-0/+1
2022-07-20Introduce core::simd trait imports in testsJubilee Young-0/+1
2022-07-19Auto merge of #98912 - nrc:provider-it, r=yaahcbors-11/+11
2022-07-19Rollup merge of #99434 - timvermeulen:skip_next_non_fused, r=scottmcmDylan DPC-0/+11
2022-07-18Add note to test about `Unfuse`Tim Vermeulen-0/+3
2022-07-18Fix `Skip::next` for non-fused inner iteratorsTim Vermeulen-0/+8
2022-07-18Rollup merge of #98839 - 5225225:assert_transmute_copy_size, r=thomccDylan DPC-0/+40
2022-07-17Rollup merge of #99306 - JohnTitor:stabilize-future-poll-fn, r=joshtriplettYuki Okushi-1/+0
2022-07-16Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrumbors-27/+36
2022-07-17Add a special case for align_offset /w stride != 1Simonas Kazlauskas-27/+36
2022-07-16Stabilize `future_poll_fn`Yuki Okushi-1/+0
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-1/+1
2022-07-14Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-SimulacrumDylan DPC-1/+0
2022-07-13Stabilize `core::ffi:c_*` and rexport in `std::ffi`Josh Triplett-1/+0
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-1/+0
2022-07-08revert changes to unicode stabilityJane Losare-Lusby-1/+1
2022-07-06Rollup merge of #96935 - thomcc:atomicptr-strict-prov, r=dtolnayGuillaume Gomez-0/+86
2022-07-05core::any: replace some unstable generic types with impl TraitNick Cameron-11/+11
2022-07-05Rollup merge of #97712 - RalfJung:untyped, r=scottmcmDylan DPC-0/+25
2022-07-03Add size assert in transmute_copy5225225-0/+40
2022-07-03Fix slice::ChunksMut aliasingBen Kimock-0/+44
2022-07-01update cfg(bootstrap)sPietro Albini-10/+7
2022-07-01Rename AtomicPtr::fetch_{add,sub}{,_bytes}Thom Chiovoloni-10/+10
2022-07-01Allow arithmetic and certain bitwise ops on AtomicPtrThom Chiovoloni-0/+86
2022-06-27libcore tests: avoid int2ptr castsRalf Jung-19/+20
2022-06-21Add `Iterator::next_chunk`Ross MacArthur-0/+10
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-3/+2
2022-06-10Auto merge of #91970 - nrc:provide-any, r=scottmcmbors-0/+63
2022-06-08Stabilize `const_intrinsic_copy`Yuki Okushi-1/+0
2022-06-07Use repr(C) when depending on struct layout in ptr testsBen Kimock-0/+1
2022-06-06Add some more testsNick Cameron-2/+42
2022-06-06Modify the signature of the request_* methods so that trait_upcasting is not ...Nick Cameron-3/+3
2022-06-06Add the Provider api to core::anyNick Cameron-0/+23
2022-06-05change ptr::swap methods to do untyped copiesRalf Jung-0/+25
2022-06-03test const_copy to make sure bytewise pointer copies are workingRalf Jung-0/+41
2022-05-29Use Box::new() instead of box syntax in core testsest31-10/+13
2022-05-25Auto merge of #94954 - SimonSapin:null-thin3, r=yaahcbors-0/+12
2022-05-22[RFC 2011] Library codeCaio-0/+39
2022-05-22Auto merge of #97265 - JohnTitor:rollup-kgthnjt, r=JohnTitorbors-2/+4
2022-05-20Fix `Display` for `cell::{Ref,RefMut}`Josh Stone-2/+4
2022-05-20Stabilize core::array::from_fnCaio-2/+2
2022-05-18Stage-step cfgsMark Rousskov-2/+0
2022-05-14Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472bors-0/+32
2022-05-13Extend ptr::null and null_mut to all thin (including extern) typesSimon Sapin-0/+12
2022-05-06Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieubors-0/+5
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-0/+5
2022-05-05Rollup merge of #95359 - jhpratt:int_roundings, r=joshtriplettMatthias Krüger-14/+14
2022-05-04Update `int_roundings` methods from feedbackJacob Pratt-14/+14