about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2019-07-03Rollup merge of #62319 - ia0:fix_kleene, r=petrochenkovMark Rousskov-2/+2
2019-07-03Fix mismatching Kleene operatorsJulien Cretin-2/+2
2019-06-23squash of all commits for nth_back on ChunksMut@amit.chandra-0/+22
2019-06-23squash commit for nth_back on chunks exact@amit.chandra-0/+19
2019-06-20Rollup merge of #60772 - timvermeulen:slice_iter_nth_back, r=scottmcmMazdak Farrokhzad-0/+13
2019-06-20Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcmMazdak Farrokhzad-0/+34
2019-06-13Rollup merge of #61398 - kennytm:stabilize-copy-within, r=SimonSapinMazdak Farrokhzad-1/+14
2019-06-12Rollup merge of #61671 - koalatux:nth-back-range, r=KodrAusMazdak Farrokhzad-0/+37
2019-06-09implement nth_back for RangeInclusiveAdrian Friedli-0/+20
2019-06-09Miri: disable a slow testRalf Jung-0/+2
2019-06-08implement nth_back for RangeAdrian Friedli-0/+17
2019-06-06Rollup merge of #61376 - czipperz:bound-cloned, r=sfacklerMazdak Farrokhzad-1/+17
2019-06-04Update src/libcore/tests/slice.rskennytm-1/+1
2019-06-02copy_within: replace element access by pointer arithmetic to avoid UBkennytm-0/+14
2019-06-01Enable feature bound_cloned for testsChris Gregory-0/+1
2019-06-01Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=CentrilMazdak Farrokhzad-1/+0
2019-05-31Import Bound in testsChris Gregory-1/+1
2019-05-31Add Bound testsChris Gregory-0/+15
2019-05-31Stabilize copy_withinkennytm-1/+0
2019-05-31Stabilize reverse_bits featureLzu Tao-1/+0
2019-05-30Stabilize iter_nth_back featureLzu Tao-1/+0
2019-05-29Add custom nth_back for SkipAndrea Corradi-0/+34
2019-05-29Rollup merge of #61048 - wizAmit:feature/nth_back_chunks, r=scottmcmMazdak Farrokhzad-0/+24
2019-05-29Rollup merge of #60555 - timvermeulen:rchunks_nth_back, r=scottmcmMazdak Farrokhzad-0/+52
2019-05-29Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnayMazdak Farrokhzad-0/+16
2019-05-25Implement nth_back for slice::{Iter, IterMut}Tim Vermeulen-0/+13
2019-05-22fix merge conflictswizAmit-1/+0
2019-05-22succint implementationwizAmit-0/+24
2019-05-22wip nth_back on chunks@amit.chandra-19/+0
2019-05-22hopefully working nth_back on chunks@amit.chandra-1/+8
2019-05-22wip nth_back on chunks@amit.chandra-0/+13
2019-05-14new implementation for nth_back for chunkswizAmit-1/+5
2019-05-14Add const_unchecked_layout test to libcore/testsRichard Wiedenhöft-0/+12
2019-05-14hopefully working nth_back on chunks@amit.chandra-1/+8
2019-05-14wip nth_back on chunks@amit.chandra-0/+13
2019-05-13Rollup merge of #60201 - RalfJung:core-tests, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-05-05Implement nth_back for RChunks(Exact)(Mut)Tim Vermeulen-0/+52
2019-05-03Add custom nth_back for ChainAndrea Corradi-0/+16
2019-04-27Stabilize Iterator::copied in 1.36.0.Mazdak Farrokhzad-1/+0
2019-04-26Remove feature gates from std and testsChristopher Serr-1/+0
2019-04-25Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichtonbors-0/+27
2019-04-25Add tests for saturating_abs() and saturating_neg functionsTobias Rapp-0/+27
2019-04-23deny -> warnRalf Jung-1/+1
2019-04-22Remove double trailing newlinesvarkor-6/+0
2019-04-20Deny rust_2018_idioms in libcore testsPhilipp Hansch-38/+38
2019-04-19Rollup merge of #60023 - koalatux:nth-back, r=scottmcmMazdak Farrokhzad-0/+18
2019-04-18libcore => 2018Taiki Endo-3/+3
2019-04-17test sort_unstable in MiriRalf Jung-3/+12
2019-04-16implement nth_back for EnumerateAdrian Friedli-0/+18
2019-04-16Miri now supports entropy, but is still slowRalf Jung-2/+2