summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2018-03-11Update Cargo submoduleAlex Crichton-1/+232
2018-03-08Merge branch 'master' of github.com:1011X/rust1011X-0/+12
2018-03-08declare ascii test module in core1011X-0/+1
2018-03-06Merge branch 'master' of https://github.com/rust-lang/rust1011X-0/+12
2018-03-06Rollup merge of #48573 - Amanieu:bitreverse2, r=sfacklerkennytm-0/+12
2018-03-06Add reverse_bits to integer typesAmanieu d'Antras-0/+12
2018-03-05Copy license into libcore/tests/ascii.rs1011X-0/+10
2018-03-05Move tests, re-export items from core::ascii1011X-0/+349
2018-03-01Add a Zip::nth test for side effectsScott McMurray-0/+20
2018-03-01Specialize Zip::nth for TrustedRandomAccessScott McMurray-0/+17
2018-02-28Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr...kennytm-1/+0
2018-02-25Rollup merge of #48235 - varkor:parse-float-lonely-exponent, r=alexcrichtonkennytm-0/+6
2018-02-22Stabilize [T]::rotate_{left,right}Corey Farwell-1/+0
2018-02-20core::iter::Flatten: update FlatMap & Flatten according to discussionMazdak Farrokhzad-2/+108
2018-02-20add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()Mazdak Farrokhzad-0/+2
2018-02-19Make ".e0" not parse as 0.0varkor-0/+6
2018-02-14Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichtonkennytm-0/+46
2018-02-14Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichtonkennytm-9/+77
2018-02-12core::iter::repeat_with: fix tests some moreMazdak Farrokhzad-5/+5
2018-02-12core::iter::repeat_with: fix testsMazdak Farrokhzad-1/+3
2018-02-12add core::iter::repeat_withMazdak Farrokhzad-0/+44
2018-02-09Use is_empty in range iteration exhaustion testsScott McMurray-9/+52
2018-02-09Add fetch_nand.Mark Simulacrum-0/+15
2018-02-09Fix tidyScott McMurray-1/+1
2018-02-09Add Range[Inclusive]::is_emptyScott McMurray-2/+27
2018-02-08Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnaybors-0/+19
2018-02-07Simplify RangeInclusive::next[_back]Scott McMurray-0/+19
2018-02-07Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=blussManish Goregaokar-0/+43
2018-02-07Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichtonkennytm-0/+20
2018-02-04Override try_[r]fold for RangeInclusiveScott McMurray-0/+20
2018-02-04TrustedLen for Repeat / RangeFrom test casesoberien-0/+43
2018-02-01Rollup merge of #47552 - oberien:stepby-nth, r=dtolnaykennytm-0/+62
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-1/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-3/+3
2018-01-19Handle Overflowoberien-0/+44
2018-01-19Unit Testsoberien-0/+18
2018-01-18Rollup merge of #47333 - arthurprs:iter-position-bounds-check, r=dtolnaykennytm-0/+19
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-8/+113
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+105
2018-01-13Test the whole chunks instead of just an element in the chunks/chunks_mut testsSebastian Dröge-8/+8
2018-01-12Optimize slice.{r}position result bounds checkarthurprs-0/+19
2018-01-13Rollup merge of #47365 - Diggsey:issue-42630, r=alexcrichtonkennytm-1/+0
2018-01-11Enable num tests on wasmDiggory Blake-1/+0
2018-01-11Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichtonbors-0/+45
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-3/+18
2018-01-09Add `min` and `last` specialisations for `Range`varkor-4/+15
2018-01-08Auto merge of #47208 - Manishearth:double-ended-searcher, r=pnkfelixbors-0/+38
2018-01-06Regression tests for #47175Manish Goregaokar-0/+38
2018-01-05Fix behaviour after iterator exhaustionvarkor-2/+11
2018-01-04Remove min from RangeFromvarkor-7/+0