summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2020-10-03Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matkladJonas Schievink-0/+76
2020-10-02Remove unnecessary mod-cfgJubilee Young-17/+14
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-0/+61
2020-09-28Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matkladRalf Jung-0/+239
2020-09-27Rollup merge of #77167 - fusion-engineering-forks:fix-fixme-min-max-sign-test...Jonas Schievink-1/+13
2020-09-25review: fix nits and move panic safety tests to the correct placeAlexis Bourget-61/+2
2020-09-25Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obkJonas Schievink-0/+17
2020-09-24Fix FIXME in core::num test: Check sign of zero in min/max tests.Mara Bos-1/+13
2020-09-24move test to intergrated test in library/coreLzu Tao-0/+17
2020-09-22add array from_refBastian Kauschke-1/+17
2020-09-21Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morseecstatic-morse-0/+34
2020-09-21Move format-ref-cell testAlexis Bourget-0/+8
2020-09-21Move vec-slice-drop testAlexis Bourget-0/+29
2020-09-21Move array cycle testAlexis Bourget-0/+29
2020-09-21Move panic safety traits testsAlexis Bourget-0/+57
2020-09-21fmtAlexis Bourget-5/+7
2020-09-21move 'test zip ...' testsAlexis Bourget-0/+95
2020-09-21move 'cell does not clone' testAlexis Bourget-0/+23
2020-09-21Move more tests using Cell to unit testsAlexis Bourget-0/+31
2020-09-21Move cell exterior test into library unit testsAlexis Bourget-0/+24
2020-09-20Move const tests for `Option` to `library\core`Christiaan Dirkx-0/+16
2020-09-20Add advance_by and advance_back_byTim Vermeulen-0/+61
2020-09-20Auto merge of #76136 - CDirkx:const-result, r=dtolnaybors-0/+16
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-25/+18
2020-09-18Make some methods of `Pin<&mut T>` unstable constChristiaan Dirkx-1/+12
2020-09-16Rollup merge of #75026 - JulianKnodt:array_windows, r=AmanieuTyler Mandry-0/+50
2020-09-16Add array window fnkadmin-0/+50
2020-09-16Rollup merge of #76366 - ayushmishra2005:arith_tests_in_library, r=jyn514Ralf Jung-0/+29
2020-09-16Rollup merge of #76335 - CDirkx:const-duration, r=ecstatic-morseRalf Jung-0/+104
2020-09-16Rollup merge of #76198 - CDirkx:const-ordering, r=dtolnayDylan DPC-1/+17
2020-09-15Fix to libstd testJubilee Young-42/+44
2020-09-15Move Wrapping<T> ui tests into libraryJubilee Young-0/+77
2020-09-13Make some methods of `Pin` unstable constChristiaan Dirkx-0/+23
2020-09-12Make all methods of `Duration` constChristiaan Dirkx-0/+104
2020-09-12Rollup merge of #76114 - marmeladema:duration-saturating-ops, r=shepmasterRalf Jung-0/+32
2020-09-12Auto merge of #75021 - cuviper:array_chunks_mut, r=scottmcmbors-0/+93
2020-09-08Add saturating methods for `Duration`marmeladema-0/+32
2020-09-07Rollup merge of #76305 - CDirkx:const-tests, r=matkladDylan DPC-0/+28
2020-09-05Minor refactoringAyush Kumar Mishra-2/+4
2020-09-05Add Arith Tests in LibraryAyush Kumar Mishra-0/+27
2020-09-04Add tests for array_chunks_mutJosh Stone-0/+93
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-2/+2
2020-09-04Move various ui const tests to `library`Christiaan Dirkx-0/+28
2020-09-04Move const tests for `Ordering` to `library\core`Christiaan Dirkx-1/+17
2020-09-04Move const tests for `Result` to `library\core`Christiaan Dirkx-0/+16
2020-09-03Rollup merge of #76120 - LukasKalbertodt:add-as-slice-method-to-array, r=Mark...Dylan DPC-2/+1
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-50/+52
2020-08-30Fix tests using `FixedSizeArray` methods (which are now shadowed)Lukas Kalbertodt-2/+1
2020-08-24Stabilize Range[Inclusive]::is_emptyScott McMurray-1/+0
2020-08-21Auto merge of #75694 - RalfJung:miri-align-to, r=nagisabors-11/+6