summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2022-01-05Remove portable_simdMark Rousskov-18/+0
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/+62
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-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
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-19/+1
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+40
2021-09-30Add 'core::array::from_fn' and 'core::array::try_from_fn'Caio-2/+80
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-1/+19
2021-09-24Auto merge of #88999 - Migi:master, r=oli-obkbors-0/+28
2021-09-22Temporarily rename int_roundings functions to avoid conflictsJosh Triplett-22/+22
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-1/+0
2021-09-16Make Duration's Debug format pad to widthMichiel De Muynck-0/+28
2021-09-15Move tests to library/core/testsAlbin Hedman-1/+19
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-09-09Speed up integer log10.Falk Hüffner-0/+3
2021-09-05Change return type for T::{log,log2,log10} to u32. The value is atFalk Hüffner-11/+11