about summary refs log tree commit diff
path: root/src/libcore/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-1/+1
2018-10-18Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut()Sebastian Dröge-1/+0
2018-10-18Stabilize slice::chunks_exact() and slice::chunks_exact_mut()Sebastian Dröge-1/+0
2018-10-18Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut()Sebastian Dröge-0/+1
2018-10-08Stabilize the `Option::replace` methodClément Renault-1/+0
2018-09-29Activate the feature in the libcore tests tooScott McMurray-0/+1
2018-09-25Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichtonPietro Albini-1/+1
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-1/+1
2018-09-23Introduce the partition_dedup/by/by_key methods for slicesClément Renault-0/+1
2018-09-20add tests for copy_withinJack O'Connor-0/+1
2018-08-28stabilize slice_align_toRalf Jung-1/+0
2018-08-15Stablize Iterator::find_mapAleksey Kladov-1/+0
2018-08-05Fix 2018 edition testsvarkor-1/+0
2018-08-05Fix stage 2 testsvarkor-1/+0
2018-08-05Remove unnecessary or invalid feature attributesvarkor-3/+0
2018-07-29resolved upstream merge conflictsBrad Gibson-6/+5
2018-07-27add smoke test for ManuallyDropRalf Jung-0/+1
2018-07-09Add a basic test to `Option::replace`Clément RENAULT-0/+1
2018-07-01Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS...Pietro Albini-1/+0
2018-06-17Auto merge of #51466 - joshlf:ref-split, r=dtolnaybors-0/+1
2018-06-13Add Ref/RefMut map_split methodJoshua Liebow-Feeser-0/+1
2018-06-11stabilize Iterator::flatten in 1.29, fixes #48115.Mazdak Farrokhzad-1/+0
2018-06-10Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytmbors-1/+0
2018-06-02Stabilize Iterator::step_byThayne McCombs-1/+0
2018-06-02Stabilize iterator_repeat_withThayne McCombs-1/+0
2018-05-18Auto merge of #50319 - nagisa:align_to, r=alexcrichtonbors-0/+2
2018-05-17Implement [T]::align_toSimonas Kazlauskas-0/+2
2018-05-17Stabilise inclusive_range_methodsvarkor-1/+0
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-1/+0
2018-05-16Stabilize num::NonZeroU*Simon Sapin-1/+0
2018-05-06resolved conflict with upstream commitBrad Gibson-1/+3
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-27moved #![feature(inner_deref) to from libcore crate to libcore tests crate to...Brad Gibson-0/+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