about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2019-03-19Rollup merge of #59280 - joshlf:sandbox/joshlf/stabilize-refcell-map-split, r...Mazdak Farrokhzad-1/+0
2019-03-19Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapinMazdak Farrokhzad-0/+4
2019-03-18Stabilize refcell_map_split featureJoshua Liebow-Feeser-1/+0
2019-03-16Rollup merge of #59231 - matklad:copied, r=Centrilkennytm-1/+0
2019-03-16Rollup merge of #59206 - sntdevco:master, r=dtolnaykennytm-34/+34
2019-03-16Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytmkennytm-34/+0
2019-03-16Stabilize Option::copiedAleksey Kladov-1/+0
2019-03-15Improved test output for libcore/num/int_macrossntdevco-24/+24
2019-03-15Improved test output for libcore/opssntdevco-4/+4
2019-03-15Improved test output for libcore/cellsntdevco-6/+6
2019-03-13Rollup merge of #59138 - timvermeulen:simplify_select_fold1, r=sfacklerMazdak Farrokhzad-0/+28
2019-03-12Add tests to ensure that Iterator::min and Iterator::max are stableTim Vermeulen-0/+28
2019-03-12Replace assert with assert_eq for better debuggingSayan Nandan-118/+118
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-34/+0
2019-02-27Remove copy paste error in char testsOliver Middleton-1/+1
2019-02-27Implement ExactSizeIterator for ToLowercase and ToUppercaseKonrad Borowski-0/+4
2019-02-25Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichtonbors-1/+0
2019-02-23Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnayMazdak Farrokhzad-3/+21
2019-02-20Rollup merge of #58576 - SimonSapin:successors, r=Centrilkennytm-1/+0
2019-02-19Stabilize iter::from_fnSimon Sapin-1/+0
2019-02-17Remove UB in test_ptr_subtraction testKonrad Borowski-2/+4
2019-02-17Remove UB in test_is_null testKonrad Borowski-3/+2
2019-02-13review failures in btree, stringRalf Jung-1/+0
2019-02-13the formatting issue got fixedRalf Jung-3/+3
2019-02-13review or fix remaining miri failures in libcoreRalf Jung-9/+28
2019-02-13Stabilize TryFrom and TryIntoSimon Sapin-1/+0
2019-02-13review or fix miri failures in iter, slice, cell, timeRalf Jung-15/+11
2019-02-13mark failures expected due to panicsRalf Jung-15/+15
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-09Fix exhaustion of inclusive range try_fold and try_rfoldMatthieu M-3/+21
2019-02-07disable tests in MiriRalf Jung-0/+38
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-1/+9
2019-01-17Add is_sorted impl for [T]Kevin Leimkuhler-0/+15
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+14
2019-01-17Add signed num::NonZeroI* typesSimon Sapin-1/+9
2019-01-14Remove unnecessary mutStjepan Glavina-1/+1
2019-01-14Fix failing testStjepan Glavina-6/+7
2019-01-13Add core::iter::once_withStjepan Glavina-0/+18
2018-12-26Auto merge of #56534 - xfix:copied, r=@SimonSapinbors-0/+40
2018-12-25Remove licensesMark Rousskov-499/+0
2018-12-23Merge branch 'master' into copiedKonrad Borowski-23/+79
2018-12-23Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnaykennytm-15/+15
2018-12-20Add DoubleEndedIterator::nth_backClar Fon-0/+28
2018-12-17fix testsNicole Mazzuca-2/+2
2018-12-17rename div_euc -> div_euclid, and mod_euc -> rem_euclidNicole Mazzuca-15/+15
2018-12-17Remove `<Cycle as Iterator>::try_fold` overrideShotaro Yamada-0/+2
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-6/+13
2018-12-09Auto merge of #56630 - sinkuu:core_iter, r=kennytmbors-0/+2
2018-12-09Override Cycle::try_foldShotaro Yamada-0/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2