about summary refs log tree commit diff
path: root/src/libcore/tests
AgeCommit message (Expand)AuthorLines
2017-07-26Rollup merge of #43471 - ollie27:try_from_ints, r=nagisaMark Simulacrum-4/+16
2017-07-26Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfacklerMark Simulacrum-4/+4
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-1/+0
2017-07-25Add missing impl and tests for int to int TryFrom implsOliver Middleton-4/+16
2017-07-24improve the TryFrom implementationsAndre Bogus-0/+214
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-4/+4
2017-07-08Add tests for reaching the end of RangeInclusive as an iteratorSimon Sapin-0/+20
2017-07-08Add tests for Range*::nthSimon Sapin-0/+51
2017-07-04Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichtonbors-27/+16
2017-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-27/+16
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+11
2017-06-20added `FromStr` Impl for `char`tinaun-0/+11
2017-06-16Auto merge of #42430 - nagisa:core-float, r=alexcrichtonbors-0/+55
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