summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
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-02-13stabilize const_ptr_offsetSaltyKitkat-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-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
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-0/+1
2022-01-11Partially stabilize `maybe_uninit_extra`Miguel Ojeda-1/+1
2021-12-23Constify `core::intrinsics::black_box`woppopo-0/+4
2021-12-17Constify (most) `Option` methodsDeadbeef-0/+2
2021-12-17Implement data and vtable getters for `RawWaker`oxalica-0/+2
2021-12-15Constify `bool::then{,_some}`Deadbeef-0/+1
2021-12-12Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk"Deadbeef-1/+2
2021-12-09Add tests asserting the function-like semantics of `join!()`Daniel Henry-Mantilla-0/+1
2021-12-07add tests for `core::future::join`Ibraheem Ahmed-0/+3
2021-12-04Add a `try_reduce` method to the Iterator traitkit-0/+1
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-3/+1
2021-12-01Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnayMatthias Krüger-0/+1
2021-11-30Apply cfg-bootstrap switchMark Rousskov-3/+1
2021-11-28Add test for const `MaybeUninit`Jacob Pratt-0/+1
2021-11-22Partially stabilize `duration_consts_2`Jacob Pratt-1/+1
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+1
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-1/+1
2021-11-12add slice take methodsIbraheem Ahmed-0/+1
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+3
2021-11-12Test core::simd worksJubilee Young-0/+3
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-1/+1
2021-10-31Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnayMatthias Krüger-1/+0
2021-10-25Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrumbors-1/+0
2021-10-24Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obkMatthias Krüger-0/+2
2021-10-23update cfg(bootstrap)Pietro Albini-1/+0
2021-10-23Add tests for `const_slice_from_ref` and `const_array_from_ref`Maybe Waffle-0/+2
2021-10-22Implement split_array and split_array_mutJethro Beekman-0/+1
2021-10-20Stabilize `option_result_unwrap_unchecked`Miguel Ojeda-1/+0
2021-10-18Make more `From` impls `const`woppopo-0/+1
2021-10-17Make Result::as_mut constwoppopo-0/+1