about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2017-06-16Auto merge of #42631 - malbarbo:wasm32, r=alexcrichtonbors-0/+8
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-0/+55
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-0/+8
2017-06-06Add max and min default fns to Ord traitNick Whitney-0/+11
2017-06-02Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichtonMark Simulacrum-13/+21
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+17
2017-05-31Avoid range::step_by in another testScott McMurray-2/+2
2017-05-31Deprecate Range*::step_byScott McMurray-13/+21
2017-05-30RangeFrom should have an infinite size_hintScott McMurray-0/+1
2017-05-28Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichtonbors-0/+75
2017-05-23Override size_hint and propagate ExactSizeIterator for iter::StepByScott McMurray-0/+75
2017-05-21Return a correct size_hint for degenerate inclusive rangesScott McMurray-0/+5
2017-05-21Stop returning k from [T]::rotateScott McMurray-2/+2
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+17
2017-05-21Make RangeInclusive just a two-field structScott McMurray-1/+18
2017-05-12Fix commit derp and update implementations and documentationIvan Dardi-1/+29
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-6/+6
2017-04-26Rollup merge of #41493 - scottmcm:fix-step-replace, r=sfacklerAriel Ben-Yehuda-0/+40
2017-04-23Step::replace_one should put a one, not a zero (Issue #41492)Scott McMurray-0/+40
2017-04-20Remove float_extrasJosh Stone-12/+35
2017-04-09Auto merge of #41154 - bluss:slice-rfind, r=alexcrichtonbors-0/+14
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+14
2017-04-07Optimize AtomicBool::fetch_nandStjepan Glavina-1/+14
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+7661