summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2022-09-09Auto merge of #93873 - Stovent:big-ints, r=m-ou-sebors-0/+1
2022-08-26Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-seYuki Okushi-1/+0
2022-08-20Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-0/+1
2022-08-17Remove unstable Result::into_ok_or_errDavid Tolnay-1/+0
2022-08-14Rollup merge of #100026 - WaffleLapkin:array-chunks, r=scottmcmDylan DPC-0/+1
2022-08-05cleanup code w/ pointers in std a littleMaybe Waffle-0/+2
2022-08-01Add `Iterator::array_chunks()`Ross MacArthur-0/+1
2022-07-16Stabilize `future_poll_fn`Yuki Okushi-1/+0
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-01Allow arithmetic and certain bitwise ops on AtomicPtrThom Chiovoloni-0/+1
2022-06-21Add `Iterator::next_chunk`Ross MacArthur-0/+1
2022-06-10Auto merge of #91970 - nrc:provide-any, r=scottmcmbors-0/+1
2022-06-08Stabilize `const_intrinsic_copy`Yuki Okushi-1/+0
2022-06-06Add the Provider api to core::anyNick Cameron-0/+1
2022-06-03test const_copy to make sure bytewise pointer copies are workingRalf Jung-0/+1
2022-05-30Implement carrying_add and borrowing_sub on signed numbersStovent-0/+1
2022-05-29Use Box::new() instead of box syntax in core testsest31-1/+0
2022-05-22[RFC 2011] Library codeCaio-0/+2
2022-05-20Stabilize core::array::from_fnCaio-1/+1
2022-05-06Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieubors-0/+1
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-0/+1
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-04-17Add slice::remainderkadmin-0/+1
2022-04-12Auto merge of #95399 - gilescope:plan_b, r=scottmcmbors-0/+1
2022-04-08Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcmDylan DPC-0/+1
2022-04-08add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int...Cyborus04-0/+1
2022-04-04from_u32(0) can just be default()Giles Cope-0/+1
2022-04-02Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnayDylan DPC-0/+1
2022-04-01Implement provenance preserving method on NonNullDeclan Kelly-0/+1
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-1/+0
2022-03-20Don't declare test_variadic_fnptr with two conflicting signaturesbjorn3-0/+1
2022-03-09Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-seMatthias Krüger-0/+1
2022-02-28Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-seMatthias Krüger-0/+1
2022-02-27add `slice::{from_ptr_range, from_mut_ptr_range}`Ibraheem Ahmed-0/+1
2022-02-25Switch bootstrap cfgsMark Rousskov-2/+0
2022-02-20Add collect_intofren_gor-0/+1
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-1/+1
2022-02-16Add a `try_collect()` helper method to `Iterator`Arthur Lafrance-0/+1
2022-02-14Write {ui,} tests for `pin_macro` and `pin!`Daniel Henry-Mantilla-0/+2
2022-02-13stabilize const_ptr_offsetSaltyKitkat-1/+0
2022-02-10added spaceCharisee-1/+1
2022-02-10replace feature expression (cfg_panic) in lib and remove expression from testsCharisee-1/+1
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-1/+1
2022-02-01Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnayMatthias Krüger-0/+2
2022-01-30Remove deprecated and unstable slice_partition_at_index functionsest31-1/+0
2022-01-29Rollup merge of #93236 - woppopo:const_nonnull_new, r=oli-obkMatthias Krüger-0/+2
2022-01-28Add a test case for using NonNull::new in const contextwoppopo-0/+2