about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2018-07-01Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS...Pietro Albini-1/+0
2018-06-28Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushikennytm-0/+19
2018-06-27Auto merge of #51598 - Pazzaz:master, r=sfacklerbors-0/+14
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-2/+2
2018-06-26Add unit tests for `.mod_euc()` and `.div_euc()`Fabian Kössel-0/+19
2018-06-21Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfacklerbors-0/+8
2018-06-19specialize StepBy<Range(Inclusive)>Emerentius-0/+8
2018-06-17Auto merge of #51466 - joshlf:ref-split, r=dtolnaybors-0/+59
2018-06-16Optimize sum of Durations by using custom functionPazzaz-0/+14
2018-06-13Add Ref/RefMut map_split methodJoshua Liebow-Feeser-0/+59
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-13/+0
2018-06-02Stabilize Iterator::step_byThayne McCombs-1/+0
2018-06-02Stabilize iterator_repeat_withThayne McCombs-13/+0
2018-06-01Add @ithinuel's tests from #50597Clar Charr-0/+21
2018-06-01Fix ambiguity in Result testClar Charr-2/+4
2018-05-26Auto merge of #50364 - LukasKalbertodt:improve-duration-debug-impl, r=KodrAusbors-0/+128
2018-05-23Auto merge of #50933 - SimonSapin:anchorage, r=alexcrichtonbors-39/+38
2018-05-22Remove the unstable Float traitSimon Sapin-39/+38
2018-05-21Auto merge of #49283 - varkor:combining-chars-escape_debug, r=SimonSapinbors-0/+1
2018-05-21Only escape extended grapheme characters in the first positionvarkor-1/+1
2018-05-21Make {char, str}::escape_debug and impl Debug for {char, str} consistentvarkor-8/+1
2018-05-21Add test for Debug formatting of charvarkor-0/+8
2018-05-18Auto merge of #50319 - nagisa:align_to, r=alexcrichtonbors-0/+125
2018-05-17Fix align_offset_stride1 & align_to_simple testsSimonas Kazlauskas-2/+2
2018-05-17Implement [T]::align_toSimonas Kazlauskas-0/+125
2018-05-17Stabilise inclusive_range_methodsvarkor-1/+0
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-2/+0
2018-05-16Stabilize num::NonZeroU*Simon Sapin-1/+0
2018-05-16Fix `Debug` impl of `Duration` for precisions > 9Lukas Kalbertodt-5/+11
2018-05-16Implement rounding for `Duration`s Debug outputLukas Kalbertodt-6/+16
2018-05-12Rollup merge of #50545 - rizakrko:const_time, r=oli-obkMark Simulacrum-2/+40
2018-05-10const timeRoman Stoliar-2/+40
2018-05-10Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichtonAlex Crichton-38/+214
2018-05-09Rollup merge of #50464 - est31:master, r=rkruppekennytm-6/+4
2018-05-06Improve `Debug` impl of `core::time::Duration`Lukas Kalbertodt-0/+112
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-05Remove some transmutesest31-6/+4
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-4/+4
2018-04-30revise macro in slice testsMichael Lamparski-92/+62
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+1
2018-04-30flesh out tests for SliceIndexMichael Lamparski-38/+244
2018-04-30update libcore's comment about str testsMichael Lamparski-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