summary refs log tree commit diff
path: root/src/libcore/tests/lib.rs
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/+1
2018-05-06Move libcore/time tests from `time.rs` to `tests/time.rs`Lukas Kalbertodt-0/+1
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/+1
2018-04-24Rollup merge of #49727 - stjepang:cell-update, r=SimonSapinkennytm-0/+1
2018-04-24core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`Daiki Mizukami-0/+1
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-14stabilize fetch_nandAndre Bogus-1/+1
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-0/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2018-04-06Fix the failing testsStjepan Glavina-0/+1
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/+1
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/+1
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-20Stabilize slice patterns without `..`Vadim Petrochenkov-0/+1
2018-03-17Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.Simon Sapin-1/+1
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/+2
2018-03-12added ascii_ctypes feature to libcore tests module1011X-0/+1
2018-03-11Update Cargo submoduleAlex Crichton-0/+1
2018-03-08Merge branch 'master' of github.com:1011X/rust1011X-0/+1
2018-03-08declare ascii test module in core1011X-0/+1
2018-03-06Add reverse_bits to integer typesAmanieu d'Antras-0/+1
2018-02-28Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr...kennytm-1/+0
2018-02-22Stabilize [T]::rotate_{left,right}Corey Farwell-1/+0
2018-02-20core::iter::Flatten: update FlatMap & Flatten according to discussionMazdak Farrokhzad-0/+2
2018-02-14Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichtonkennytm-0/+1
2018-02-14Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichtonkennytm-0/+1
2018-02-12core::iter::repeat_with: fix testsMazdak Farrokhzad-0/+1
2018-02-09Add fetch_nand.Mark Simulacrum-0/+1
2018-02-09Add Range[Inclusive]::is_emptyScott McMurray-0/+1
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-1/+1
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+1
2017-12-18Add simple test for pattern APIManish Goregaokar-0/+2
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-4/+0
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-2/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-2/+0