about summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
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
2020-12-10Introduce the GroupBy and GroupByMut IteratorsClément Renault-0/+1
2020-12-06Remove unused feature gateAlbin Hedman-1/+0
2020-12-05Still unable to get the tests workingAlbin Hedman-0/+2
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+4
2020-11-23Add Peekable::peek_mutLukas Lueg-0/+1
2020-11-17add trailing_zeros and leading_zeros to non zero typesAndreas Jonson-0/+2
2020-11-08Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnayMara Bos-0/+1
2020-11-08Rollup merge of #76227 - CDirkx:const-poll, r=KodrAusMara Bos-0/+1
2020-11-04Constantify `UnsafeCell::into_inner` and relatedBenoît du Garreau-0/+1
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-0/+1
2020-09-25Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obkJonas Schievink-0/+2
2020-09-24move test to intergrated test in library/coreLzu Tao-0/+2
2020-09-22add array from_refBastian Kauschke-0/+1
2020-09-21Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morseecstatic-morse-0/+3
2020-09-20Add advance_by and advance_back_byTim Vermeulen-0/+1
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-0/+1
2020-09-18Make some methods of `Pin<&mut T>` unstable constChristiaan Dirkx-0/+1
2020-09-16Rollup merge of #75026 - JulianKnodt:array_windows, r=AmanieuTyler Mandry-0/+1