about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2014-11-21core: Add Char::len_utf16Brian Anderson-0/+8
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-6/+6
2014-11-20Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>.Simon Sapin-0/+7
2014-11-18std: Stabilize std::fmtAlex Crichton-44/+37
2014-11-18add Cloned iterator adaptorAlexis Beingessner-0/+17
2014-11-18make cloned generic over deref... and have its tests actually runAlexis Beingessner-9/+24
2014-11-17auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichtonbors-11/+11
2014-11-17Fix fallout from coercion removalNick Cameron-11/+11
2014-11-16implement cloned for OptionAlexis Beingessner-0/+13
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-1/+122
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+122
2014-11-14impl Default for Cell and RefCellStepan Koltsov-0/+13
2014-11-14Revert the need for initial values with arithmetic iteratorsBrendan Zabarauskas-6/+6
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+4
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-48/+12
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-1/+1
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-6/+6
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-7/+5
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-8/+0
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-4/+4
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-4/+4
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-4/+4
2014-11-03auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichtonbors-0/+8
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30rollup merge of #18443 : alexcrichton/deref-vec-and-stringAlex Crichton-0/+69
2014-10-30Add a `repeat` function to the preludeJakub Bukaj-0/+8
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-0/+69
2014-10-29Rename fail! to panic!Steve Klabnik-22/+22
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-24Add as_unsafe_cell() for Cell and RefCellKeegan McAllister-0/+19
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-211/+25
2014-10-13Clean up rustc warnings.NODA, Kai-4/+5
2014-10-11Fix cfg warnings in libcoretestMichael Gehring-8/+8
2014-10-10Register new snapshotsAlex Crichton-8/+6
2014-10-07Rename slicing methodsNick Cameron-2/+2
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-27/+28
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-3/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-28/+27
2014-10-02Revert "Remove the `_` suffix from slice methods."Aaron Turon-2/+2
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3/+2
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-02Remove the `_` suffix from slice methods.Nick Cameron-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-27/+28
2014-09-25Add partial_min/max to libcore/cmpTill Hoeppner-0/+67
2014-09-22Update calls of deprecated functions in macros.Victor Berger-0/+2
2014-09-17rollup merge of #16936 : nham/two_way_makeoverAlex Crichton-0/+6
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-09auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brsonbors-0/+7