summary refs log tree commit diff
path: root/library/core/tests/lib.rs
AgeCommit message (Expand)AuthorLines
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