summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-3/+3
2020-12-18Fix unused import error on wasmDrMeepster-0/+1
2020-12-17fix memory leak in testDrMeepster-5/+10
2020-12-15write_slice(_cloned)DrMeepster-0/+126
2020-12-06Remove unused feature gateAlbin Hedman-1/+0
2020-12-06Moved failing test to src/test/ui/Albin Hedman-10/+1
2020-12-05Still unable to get the tests workingAlbin Hedman-7/+8
2020-12-05Fix tests (hopefully)Albin Hedman-2/+2
2020-12-02Added tests for assume_initAlbin Hedman-0/+18
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+649
2020-11-29Update tests to remove old numeric constantsbstrie-1/+0
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-1/+1
2020-11-23Add Peekable::peek_mutLukas Lueg-0/+12
2020-11-20Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebankbors-1/+1
2020-11-19Rollup merge of #79123 - CDirkx:128-bits, r=Mark-SimulacrumDylan DPC-6/+10
2020-11-18Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-seMara Bos-1/+103
2020-11-17add trailing_zeros and leading_zeros to non zero typesAndreas Jonson-1/+103
2020-11-16Rollup merge of #76339 - CDirkx:structural-match-range, r=Mark-SimulacrumMara Bos-1/+47
2020-11-14Add u128 and i128 integer testsChristiaan Dirkx-6/+10
2020-11-11Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-seJonas Schievink-51/+46
2020-11-09Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAusDylan DPC-28/+41
2020-11-08Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnayMara Bos-0/+13
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