summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2022-01-05Remove portable_simdMark Rousskov-3/+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/+1
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/+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
2021-10-17Add `#![cfg_attr(bootstrap, feature(const_panic))]` to `library/core/tests/li...woppopo-0/+1
2021-10-09Rollup merge of #75644 - c410-f3r:array, r=yaahcGuillaume Gomez-0/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-3/+1
2021-09-30Add 'core::array::from_fn' and 'core::array::try_from_fn'Caio-0/+1
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-1/+3
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-1/+0
2021-09-15Move tests to library/core/testsAlbin Hedman-1/+3
2021-09-02Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplettMara Bos-0/+1
2021-09-02Implement #88581Jacob Pratt-0/+1
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-1/+0
2021-08-11Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcmYuki Okushi-0/+1
2021-08-09Enabled unzip_option feature for core tests & unzip docsChase Wilson-0/+1
2021-08-07Add testsAlbin Hedman-0/+2
2021-07-15Stabilize `[T; N]::map()`inquisitivecrystal-1/+0
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+1
2021-07-04Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieubors-0/+1
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-1/+0
2021-07-01Stabilize `Bound::cloned()`Aris Merchant-1/+0
2021-06-25Add Integer::{log,log2,log10} variantsYoshua Wuyts-0/+1
2021-06-22Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahcbors-1/+0
2021-06-15Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-seYuki Okushi-1/+0
2021-06-14stabilize `int_error_matching`Ethan Brierley-1/+0
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-0/+1
2021-05-26Unify feature flags as `step_trait`Jacob Pratt-1/+0
2021-05-23Stabilize ops::ControlFlow (just the type)Scott McMurray-1/+0
2021-05-19#[cfg(bootstrap)] out the v1 try_trait stuffScott McMurray-1/+0
2021-05-06Simple library test updatesScott McMurray-0/+1
2021-04-25Rollup merge of #84105 - WaffleLapkin:stabilize_array_from_ref, r=m-ou-seYuki Okushi-1/+0
2021-04-13Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcmDylan DPC-1/+0
2021-04-13Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m...bors-1/+0
2021-04-12Stabilize duration_zero.Mara Bos-1/+0
2021-04-12Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-sebors-1/+0
2021-04-11stabilize core::array::{from_ref,from_mut}Waffle-1/+0