about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2020-11-08Rollup merge of #76227 - CDirkx:const-poll, r=KodrAusMara Bos-0/+15
2020-11-07Test structural matching for all range typesChristiaan Dirkx-1/+47
2020-11-05Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514Mara Bos-1/+58
2020-11-05Add `mod nan` for testchansuke-0/+2
2020-11-05Fix formatchansuke-5/+5
2020-11-05Move f64::NAN ui tests into `library`chansuke-0/+8
2020-11-05Move range in ui test to ops test in library/coreDaiki Ihara-1/+58
2020-11-04Constantify `UnsafeCell::into_inner` and relatedBenoƮt du Garreau-0/+13
2020-10-27Fixup tests: Duration::MIN -> ::ZEROJubilee Young-4/+4
2020-10-26Apply suggested changesEthan Brierley-9/+10
2020-10-21Duration::zero() -> Duration::ZEROJubilee Young-15/+10
2020-10-21Dogfood Duration API in std::time testsJubilee Young-45/+45
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-0/+30
2020-10-19Fix braces in panic message in test.Mara Bos-1/+1
2020-10-14Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnrYuki Okushi-2/+2
2020-10-13Replace absolute paths with relative onesest31-2/+2
2020-10-12Stabilize slice_select_nth_unstableJames Gill-16/+16
2020-10-07Add comment to helper functionEthan Brierley-0/+1
2020-10-06remove OnlySign in favour of InvalidDigitEthan Brierley-2/+3
2020-10-06Bring char along with InvalidDigitEthan Brierley-6/+6
2020-10-06Fill in things needed to stabilize int_error_matchingEthan Brierley-29/+39
2020-10-06Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcmbors-0/+103
2020-10-06Test with non-fused iteratorsTim Vermeulen-4/+41
2020-10-05Add testsTim Vermeulen-0/+66
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