about summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2022-11-10Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-deadManish Goregaokar-0/+1
2022-11-09Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcmDylan DPC-1/+0
2022-11-08Test const `Hash`, fix nitsonestacked-0/+1
2022-10-29interpret: fix align_of_val on packed typesRalf Jung-0/+2
2022-10-26stabilize `int_log`Lukas Markeffsky-1/+0
2022-10-25Rollup merge of #98204 - Kixiron:stable-unzip, r=thomccDylan DPC-1/+0
2022-10-24Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-...Yuki Okushi-1/+0
2022-10-17Remove all uses of array_assume_initAlex Saveau-1/+1
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-1/+0
2022-10-14Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgrbors-0/+1
2022-10-14Auto merge of #101030 - woppopo:const_location, r=scottmcmbors-0/+3
2022-10-14Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)`beetrees-0/+1
2022-10-11Change tracking issue from #76156 to #102911woppopo-0/+1
2022-10-03Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplettMatthias Krüger-0/+1
2022-09-27Sort modwoppopo-1/+1
2022-09-27Add test cases for const `Location`woppopo-0/+2
2022-09-27Stabilize bench_black_boxUrgau-1/+0
2022-09-27introduce `{char, u8}::is_ascii_octdigit`Akshay-0/+1
2022-09-14Made from_waker, waker, from_raw consty86-dev-0/+1
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-17Stabilized Option::unzip()Chase Wilson-1/+0
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