about summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
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
2021-04-11Stabilize nonzero_leading_trailing_zerosAndreas Jonson-1/+0
2021-04-11Stabilize feature `duration_saturating_ops`marmeladema-1/+0
2021-04-11Remove FixedSizeArrayTomasz Miąsko-1/+0
2021-04-08Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=AmanieuDylan DPC-1/+0
2021-04-07Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodrausbors-1/+0
2021-04-07Stabilize cmp_min_max_byGriffin Smith-1/+0
2021-04-06Merge branch 'master' into stab_peek_mutlukaslueg-3/+2
2021-04-04Bump cfgsMark Rousskov-3/+2
2021-03-26Stabilize `peekable_peek_mut`Lukas Lueg-1/+0
2021-03-25Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytmbors-1/+0
2021-03-25Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnayYuki Okushi-1/+0
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-1/+0
2021-03-11stabilize debug_non_exhaustiveGus Wynn-1/+0
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-2/+2
2021-02-23Constify ptr::write and the write[_unaligned] methods on *mut TAlbin Hedman-0/+1
2021-02-20Update the bootstrap compilerJoshua Nelson-3/+0