summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2018-05-21Stabilise inclusive_range_methodsvarkor-1/+0
2018-05-06Some final touches to ensure `./x.py test --stage 0 src/lib*` workskennytm-0/+2
2018-05-06Move the tests in src/libcore/slice/memchr.rs as well.kennytm-0/+86
2018-05-06Fix warning in `core::time` testsLukas Kalbertodt-4/+6
2018-05-06Move libcore/time tests from `time.rs` to `tests/time.rs`Lukas Kalbertodt-0/+123
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-4/+4
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+1
2018-04-24Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytmkennytm-0/+6
2018-04-24Rollup merge of #49970 - SimonSapin:deprecate, r=sfacklerkennytm-0/+1
2018-04-24Rollup merge of #49727 - stjepang:cell-update, r=SimonSapinkennytm-0/+12
2018-04-24core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`Daiki Mizukami-0/+6
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-0/+1
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-0/+1
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-0/+1
2018-04-15Deprecate Read::chars and char::decode_utf8Simon Sapin-0/+1
2018-04-14stabilize fetch_nandAndre Bogus-1/+1
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-0/+93
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-2/+0
2018-04-09std: Be sure to modify atomics in testsAlex Crichton-4/+6
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2018-04-06Fix the failing testsStjepan Glavina-0/+1
2018-04-06Add Cell::updateStjepan Glavina-0/+11
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-3/+0
2018-04-04Rollup merge of #49607 - cuviper:stable-iter-1.27, r=alexcrichtonkennytm-3/+0
2018-04-03Auto merge of #49098 - matklad:find_map, r=KodrAusbors-0/+28
2018-04-02Stabilize iterator_try_fold in 1.27.0Josh Stone-1/+0
2018-04-02Stabilize iter_rfind in 1.27.0Josh Stone-1/+0
2018-04-02Stabilize iter_rfold in 1.27.0Josh Stone-1/+0
2018-04-03Add Iterator::find_mapAleksey Kladov-0/+28
2018-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-127/+0
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