about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2021-01-21library/core/test/iter.rs split attempt 2Daniel Conley-3681/+3574
2021-01-19Stop `fold` at first None when iterator yieldMara Bos-0/+12
2021-01-19Fix intersperse_foldLzu Tao-0/+29
2021-01-17Auto merge of #81058 - Smittyvb:wasm-num-tests, r=Mark-Simulacrumbors-7/+0
2021-01-16Rollup merge of #80670 - the8472:fix-zip-trusted-random-access-composition, r...Mara Bos-0/+22
2021-01-15Re-enable all num tests on WASMSmitty-7/+0
2021-01-14Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-seMara Bos-0/+30
2021-01-13Adds tests to ensure some base op traits exist.Philippe Laflamme-0/+245
2021-01-13Avoid ident concatenation in macro.Philippe Laflamme-14/+15
2021-01-13Fix missing mod declaration for Wrapping tests.Philippe Laflamme-0/+1
2021-01-10Add `unwrap_unchecked()` methods for `Option` and `Result`Miguel Ojeda-0/+20
2021-01-04TrustedRandomAaccess spec composes incorrectly for nested iter::ZipsThe8472-0/+22
2021-01-01Format codeCoffeeBlend-4/+2
2021-01-01Add test for MaybeUninit::array_assume_initCoffeeBlend-0/+18
2020-12-31Add Iterator::intersperse_withLukas Lueg-0/+30
2020-12-31Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-sebors-0/+1
2020-12-30Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-sebors-0/+83
2020-12-30Add Iterator::intersperseJonas Schievink-0/+83
2020-12-30Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbinibors-1/+0
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-1/+0
2020-12-30Auto merge of #79684 - usbalbin:const_copy, r=oli-obkbors-0/+65
2020-12-29Stabilize by-value `[T; N]` iterator `core::array::IntoIter`Simon Sapin-1/+0
2020-12-27Auto merge of #79134 - ohadravid:nzint-div, r=dtolnaybors-0/+16
2020-12-26Add testsAlbin Hedman-0/+65
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-17Added `impl Rem<NonZeroU{0}> for u{0}` which cannot panicOhad Ravid-0/+8
2020-12-17Added `impl Div<NonZeroU{0}> for u{0}` which cannot panicOhad Ravid-0/+8
2020-12-15write_slice(_cloned)DrMeepster-0/+126
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-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