summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
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
2020-09-16Add array window fnkadmin-0/+1
2020-09-13Make some methods of `Pin` unstable constChristiaan Dirkx-0/+2
2020-09-12Make all methods of `Duration` constChristiaan Dirkx-0/+3
2020-09-08Add saturating methods for `Duration`marmeladema-0/+2
2020-09-04Move const tests for `Poll` to `library\core`Christiaan Dirkx-0/+1
2020-08-30Fix tests using `FixedSizeArray` methods (which are now shadowed)Lukas Kalbertodt-0/+1
2020-08-24Stabilize Range[Inclusive]::is_emptyScott McMurray-1/+0
2020-08-13Add Array Impl Lang Item in various placeskadmin-0/+1
2020-08-02Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnaybors-1/+0
2020-07-31Stabilize as_deref and as_deref on ResultLzu Tao-1/+0
2020-07-30add tests for array_chunksBastian Kauschke-0/+1
2020-07-27mv std libs to library/mark-0/+80