about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
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
2018-12-05Add a test for cloned side effectsKonrad Borowski-0/+17
2018-12-05Add tests for Iterator::copied()Konrad Borowski-0/+18
2018-12-05Add tests for Option::copied()Konrad Borowski-0/+22
2018-11-20Add std::iter::successorsSimon Sapin-0/+12
2018-11-20Auto merge of #56049 - newpavlov:revert_51601, r=sfacklerbors-0/+7
2018-11-19fix testАртём Павлов [Artyom Pavlov]-1/+1
2018-11-18testsАртём Павлов [Artyom Pavlov]-0/+10
2018-11-18revertАртём Павлов [Artyom Pavlov]-5/+2
2018-11-14core/tests/num: Simplify `test_int_from_str_overflow()` test codeTobias Bieniek-16/+8
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-1/+1
2018-10-18Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()Sebastian Dröge-1/+0
2018-10-18Stabilize slice::chunks_exact() and slice::chunks_exact_mut()Sebastian Dröge-1/+0
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-0/+223
2018-10-08Stabilize the `Option::replace` methodClément Renault-1/+0
2018-09-29Activate the feature in the libcore tests tooScott McMurray-0/+1