about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2021-12-02Make array::{try_from_fn, try_map} and Iterator::try_find generic over TryScott McMurray-1/+1
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-3/+1
2021-12-01disable tests in Miri that take too longRalf Jung-0/+2
2021-12-01Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnayMatthias Krüger-0/+110
2021-11-30Apply cfg-bootstrap switchMark Rousskov-3/+1
2021-11-28Add test for const `MaybeUninit`Jacob Pratt-0/+33
2021-11-27Auto merge of #89916 - the8472:advance_by-avoid-err-0, r=dtolnaybors-0/+49
2021-11-24Make `intrinsics::write_bytes` constwoppopo-0/+30
2021-11-22Revert "Temporarily rename int_roundings functions to avoid conflicts"Jacob Pratt-22/+22
2021-11-22Partially stabilize `duration_consts_2`Jacob Pratt-1/+1
2021-11-21Test not neverDavid Tolnay-0/+6
2021-11-20Implement `TryFrom<&'_ mut [T]>` for `[T; N]`rhysd-1/+12
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+62
2021-11-19Fix Iterator::advance_by contract inconsistencyThe8472-0/+49
2021-11-16Rollup merge of #90909 - RalfJung:miri-no-portable-simd, r=workingjubileeYuki Okushi-0/+2
2021-11-14disable portable SIMD tests in MiriRalf Jung-0/+2
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/+110
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+16
2021-11-12Test core::simd worksJubilee Young-0/+16
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-31Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri...Matthias Krüger-1/+1
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/+15
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/+15
2021-10-23Rollup merge of #83233 - jethrogb:split_array, r=yaahcMatthias Krüger-0/+67
2021-10-22Implement split_array and split_array_mutJethro Beekman-0/+67
2021-10-20Make `From` impls of NonZero integer const.woppopo-4/+7
2021-10-20Stabilize `option_result_unwrap_unchecked`Miguel Ojeda-1/+0
2021-10-20Rollup merge of #90009 - woppopo:const_from_more, r=dtolnayYuki Okushi-0/+53
2021-10-20Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahcYuki Okushi-0/+24
2021-10-18Make more `From` impls `const`woppopo-0/+53
2021-10-17Make Result::as_mut constwoppopo-0/+24
2021-10-17Add `#![cfg_attr(bootstrap, feature(const_panic))]` to `library/core/tests/li...woppopo-0/+1
2021-10-17Make Option::as_mut constwoppopo-0/+8
2021-10-15Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytmbors-0/+39
2021-10-12Add #[must_use] to expensive computationsJohn Kugelman-1/+1
2021-10-12Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtrip...bors-0/+3
2021-10-11add slice::swap testsIbraheem Ahmed-0/+39
2021-10-09Rollup merge of #75644 - c410-f3r:array, r=yaahcGuillaume Gomez-2/+83
2021-10-08Also cfg flag auxiliar functionCaio-0/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-05Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplettManish Goregaokar-0/+1
2021-10-04Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplettJubilee-0/+40
2021-10-03Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht...Manish Goregaokar-0/+13
2021-10-03Use a test value that doesn't depend on the handling of even/odd roundingJosh Triplett-1/+1
2021-10-03Fix Lower/UpperExp formatting for integers and precision zeroFabian Wolff-0/+1
2021-10-03Skip platforms without unwinding supportCaio-0/+2