summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-08-12std: Stabilize the `str_{mut,box}_extras` featureAlex Crichton-4/+4
2017-08-12Stabilize the `compile_error_macro` featureAlex Crichton-1/+1
2017-08-12std: Stabilize `manually_drop` featureAlex Crichton-10/+7
2017-08-12std: Stabilize `utf8_error_error_len` featureAlex Crichton-1/+1
2017-08-12std: Stabilize `str_checked_slicing` featureAlex Crichton-10/+10
2017-08-12std: Stabilize `option_entry` featureAlex Crichton-6/+2
2017-08-12std: Stabilize `char_escape_debug`Alex Crichton-6/+5
2017-08-12Avoid calling the column!() macro in panicest31-2/+12
2017-07-16Auto merge of #43237 - zackmdavis:missing_sum_and_product_for_128_bit_integer...bors-1/+1
2017-07-16Auto merge of #43252 - vbrandl:doc/default-values, r=GuillaumeGomezbors-18/+19
2017-07-15Rephrase the doc stringValentin Brandl-17/+17
2017-07-15Document default values for primitive typesValentin Brandl-18/+19
2017-07-14Rollup merge of #43159 - cuviper:ptr-swap-simd, r=arielb1Corey Farwell-1/+4
2017-07-14add u128/i128 to sum/product implementorsZack M. Davis-1/+1
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-10Disable big-endian simd in swap_nonoverlapping_bytesJosh Stone-1/+4
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