summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2021-05-26Unify feature flags as `step_trait`Jacob Pratt-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
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-2/+2
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-0/+4
2021-02-17Rename Result::ok_or_err to Result::into_ok_or_errThom Chiovoloni-1/+1
2021-02-17Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>`Thom Chiovoloni-0/+1
2021-02-15Add a ThinBox library as a libcore test for pointer metadata APIsSimon Sapin-0/+1
2021-02-15Fix libcore unit tests in stage 0Simon Sapin-1/+1
2021-02-15Add `ptr::Pointee` trait (for all types) and `ptr::metadata` functionSimon Sapin-0/+3
2021-02-12stabilize partition_pointVillSnow-1/+0
2021-02-06Expand the docs for ops::ControlFlow a bitScott McMurray-0/+1
2021-02-06Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnayMara Bos-1/+0
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-1/+0
2021-01-27Rollup merge of #80876 - ojeda:option-result-unwrap_unchecked, r=m-ou-seYuki Okushi-0/+1
2021-01-16Rollup merge of #80670 - the8472:fix-zip-trusted-random-access-composition, r...Mara Bos-0/+1
2021-01-10Add `unwrap_unchecked()` methods for `Option` and `Result`Miguel Ojeda-0/+1
2021-01-04TrustedRandomAaccess spec composes incorrectly for nested iter::ZipsThe8472-0/+1
2021-01-01Add test for MaybeUninit::array_assume_initCoffeeBlend-0/+2
2020-12-31Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-sebors-0/+1
2020-12-30Add Iterator::intersperseJonas Schievink-0/+1
2020-12-29Stabilize by-value `[T; N]` iterator `core::array::IntoIter`Simon Sapin-1/+0
2020-12-26Add testsAlbin Hedman-0/+7
2020-12-15write_slice(_cloned)DrMeepster-0/+2
2020-12-13stabilize `peekable_next_if`Justus K-1/+0