about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-1/+0
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-23Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAusAlex Crichton-7/+30
2018-03-22Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichtonkennytm-3/+0
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-3/+0
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-0/+1
2018-03-19Auto merge of #49108 - SimonSapin:sip, r=TimNNbors-7/+7
2018-03-19Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAusbors-0/+6
2018-03-17Test NonZero in a const item in a pattern.Simon Sapin-0/+23
2018-03-17Use num::NonZero* instead of NonZero<_> in rustc and testsSimon Sapin-7/+7
2018-03-17Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.Simon Sapin-1/+1
2018-03-17Make the deprecated unstable SipHasher24 type private.Simon Sapin-6/+6
2018-03-15Keep the fields of RangeInclusive unstable.kennytm-0/+1
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+1
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+0
2018-03-13Auto merge of #48735 - 1011X:master, r=alexcrichtonbors-0/+362
2018-03-13Add hexadecimal formatting of integers with fmt::DebugSimon Sapin-0/+6
2018-03-12added ascii_ctypes feature to libcore tests module1011X-0/+1
2018-03-12include AsciiExt in tests1011X-1/+2
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