about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-07-13Forward more Iterator methods for iter::RevSimon Sapin-0/+8
2017-07-13Forward more Iterator methods for str::BytesSimon Sapin-0/+38
2017-07-12Rollup merge of #43137 - ollie27:stab, r=aturonMark Simulacrum-5/+5
2017-07-12Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturonMark Simulacrum-7/+23
2017-07-12Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnikMark Simulacrum-1/+1
2017-07-10Correct some stability attributesOliver Middleton-5/+5
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-08Implement O(1)-time Iterator::nth for Range*Simon Sapin-5/+84
2017-07-08Factorize some macros in iter/range.rsSimon Sapin-57/+28
2017-07-08Remove Step::steps_between, rename steps_between_by_one to steps_betweenSimon Sapin-51/+10
2017-07-08Remove unused Step methodsSimon Sapin-34/+0
2017-07-08Remove unused Add bounds in iterator for ranges impls.Simon Sapin-23/+8
2017-07-06remove associated_consts feature gateSean McArthur-1/+2
2017-07-05Add `rustc_on_unimplemented` message to `std::ops::Try`Esteban Küber-0/+2
2017-07-05Insert current implementation headerStefan Schindler-1/+1
2017-07-04Rollup merge of #43043 - sfackler:reverse-stability, r=Mark-SimulacrumMark Simulacrum-1/+1
2017-07-04Rollup merge of #42836 - rthomas:29355-debug, r=GuillaumeGomezMark Simulacrum-10/+129
2017-07-04Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichtonbors-246/+16
2017-07-03Add a stability marker for core::cmp::Reverse.0Steven Fackler-1/+1
2017-07-02Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichtonbors-6/+5
2017-07-02Remove the remaining feature gatesStjepan Glavina-1/+0
2017-07-02Add docs for Debug* structs. #29355Ryan Thomas-10/+129
2017-07-02Style fixest31-1/+1
2017-07-02Documentationest31-2/+2
2017-07-02Fix the test failure, add comment, and refactor a little bitest31-102/+22
2017-07-02Output line column info when panickingest31-17/+120
2017-07-02Fix tidy errorsStjepan Glavina-3/+3
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-246/+16
2017-07-02Stabilize feature sort_unstableStjepan Glavina-2/+2
2017-07-02Implement Eq/Hash/Debug etc. for unsized tuples.Masaki Hara-7/+23
2017-07-01Auto merge of #42991 - sfackler:unstable-rangeargument, r=alexcrichtonbors-168/+9
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-168/+9
2017-06-30Track `iterator_for_each` in #42986Josh Stone-1/+1
2017-06-30Auto merge of #42782 - cuviper:iterator_for_each, r=alexcrichtonbors-0/+94
2017-06-29Rollup merge of #42920 - behnam:cmp, r=BurntSushiAriel Ben-Yehuda-4/+6
2017-06-29Rollup merge of #42831 - rthomas:master, r=QuietMisdreavusAriel Ben-Yehuda-7/+4
2017-06-28Auto merge of #42819 - scottmcm:swap-nonoverlapping, r=sfacklerbors-61/+86
2017-06-28Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichtonbors-13/+171
2017-06-28Auto merge of #42431 - nagisa:core-float-2, r=alexcrichtonbors-12/+24
2017-06-27Use a little more compelling example of `for_each`Josh Stone-6/+7
2017-06-26[libcore/cmp] Expand Ord/PartialOrd Derivable doc for enum typesBehnam Esfahbod-4/+6
2017-06-24Stabilize RangeArgumentSteven Fackler-9/+168
2017-06-24Stabilize cmp::ReverseSteven Fackler-4/+3
2017-06-24Auto merge of #42541 - gilescope:patch-1, r=alexcrichtonbors-8/+12
2017-06-23Rollup merge of #42822 - ChrisMacNaughton:guard-traits, r=alexcrichtonMark Simulacrum-0/+14
2017-06-23Removed as many "```ignore" as possible.kennytm-19/+43
2017-06-22Adding training commer to be more consistent with prior format.Giles Cope-4/+4
2017-06-22Fix NaN handling in is_sign_negative/positiveSimonas Kazlauskas-12/+24
2017-06-22Update docs for fmt::write.Ryan Thomas-7/+4