about summary refs log tree commit diff
path: root/library/core/tests
AgeCommit message (Expand)AuthorLines
2021-10-09Rollup merge of #75644 - c410-f3r:array, r=yaahcGuillaume Gomez-2/+83
2021-10-08Also cfg flag auxiliar functionCaio-0/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-05Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplettManish Goregaokar-0/+1
2021-10-04Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplettJubilee-0/+40
2021-10-03Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht...Manish Goregaokar-0/+13
2021-10-03Use a test value that doesn't depend on the handling of even/odd roundingJosh Triplett-1/+1
2021-10-03Fix Lower/UpperExp formatting for integers and precision zeroFabian Wolff-0/+1
2021-10-03Skip platforms without unwinding supportCaio-0/+2
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-19/+1
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+40
2021-09-30Add 'core::array::from_fn' and 'core::array::try_from_fn'Caio-2/+80
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-1/+19
2021-09-24Auto merge of #88999 - Migi:master, r=oli-obkbors-0/+28
2021-09-22Temporarily rename int_roundings functions to avoid conflictsJosh Triplett-22/+22
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-1/+0
2021-09-16Make Duration's Debug format pad to widthMichiel De Muynck-0/+28
2021-09-15Move tests to library/core/testsAlbin Hedman-1/+19
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-09-05Change return type for T::{log,log2,log10} to u32. The value is atFalk Hüffner-11/+11
2021-09-03Rollup merge of #88507 - atsuzaki:slice-fill-maybeuninit-test, r=RalfJungMara Bos-0/+8
2021-09-02Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplettMara Bos-0/+75
2021-09-02Implement #88581Jacob Pratt-0/+75
2021-09-01Rollup merge of #88551 - inquisitivecrystal:unsafe_cell_raw_get, r=m-ou-seMara Bos-0/+32
2021-08-31Add a few tests for `UnsafeCell`inquisitivecrystal-0/+32
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-1/+0
2021-08-31Move to the top of fileKatherine Philip-2/+1
2021-08-30Add test case for using `slice::fill` with MaybeUninitKatherine Philip-0/+9
2021-08-29const fn for option copied, take & replace + testsLamb-0/+13
2021-08-15move object safety test to library/coreibraheemdev-1/+8
2021-08-11Rollup merge of #87876 - lcnr:windows_no_panic, r=m-ou-seYuki Okushi-0/+8
2021-08-11Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcmYuki Okushi-1/+34
2021-08-09Enabled unzip_option feature for core tests & unzip docsChase Wilson-0/+1
2021-08-09Added some basic tests for `Option::unzip()` and `Option::zip()` (I noticed t...Chase Wilson-1/+33
2021-08-09add `windows` count testlcnr-0/+8
2021-08-07Add test for int to floatAlbin Hedman-0/+4
2021-08-07Add testsAlbin Hedman-0/+25
2021-08-02Auto merge of #87689 - JohnTitor:rollup-ns38b56, r=JohnTitorbors-1/+1
2021-08-02Rollup merge of #87629 - steffahn:consistent_adapter_spelling, r=m-ou-seYuki Okushi-1/+1
2021-08-02Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-sebors-0/+6
2021-07-30Consistent spelling of "adapter" in the standard libraryFrank Steffahn-1/+1
2021-07-22Add testsTim Vermeulen-0/+42
2021-07-20Auto merge of #87168 - the8472:flatten-len, r=scottmcmbors-0/+40
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-200/+237
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-200/+237
2021-07-16implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]The8472-0/+16
2021-07-15Stabilize `[T; N]::map()`inquisitivecrystal-1/+0
2021-07-15implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N]The8472-0/+24
2021-07-15Allow leading pipe in `matches!()` patterns.Chayim Refael Friedman-0/+6
2021-07-07test integer log10 values close to all powers of 10Trevor Spiteri-0/+54