about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
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-17Stabilized Option::unzip()Chase Wilson-1/+0
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-30Implement carrying_add and borrowing_sub on signed numbersStovent-0/+49
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
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-04-26Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkovDylan DPC-12/+0
2022-04-18Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahcbors-0/+13
2022-04-18Remove unused macro rulesest31-12/+0
2022-04-17Replace u8to64_le macro with u64::from_le_bytesest31-24/+2
2022-04-17Add slice::remainderkadmin-0/+13
2022-04-12Auto merge of #95399 - gilescope:plan_b, r=scottmcmbors-1/+71
2022-04-11better def of is signed in tests.Giles Cope-8/+2
2022-04-11fix Layout struct member naming styleliangyongrui-1/+1
2022-04-10Use Add, Sub, Mul traits instead of unsafeGiles Cope-1/+31
2022-04-09Rollup merge of #95361 - scottmcm:valid-align, r=Mark-SimulacrumDylan DPC-0/+18
2022-04-08Make non-power-of-two alignments a validity error in `Layout`Scott McMurray-0/+18
2022-04-08Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcmDylan DPC-0/+17
2022-04-08add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int...Cyborus04-0/+17