about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2014-12-31Remove core::iter::MinMaxResult::* public reexportCorey Farwell-0/+1
2014-12-31Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-30Fallout from stabilizationAaron Turon-11/+11
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-30Add hypothetical support for ranges with only an upper boundNick Cameron-0/+6
2014-12-28libcoretest: Add tests for NonZero.Luqman Aden-0/+101
2014-12-24Review changesNick Cameron-0/+6
2014-12-24Add structs for ranges to core::ops.Nick Cameron-0/+27
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-3/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-24/+24
2014-12-17rollup merge of #19911: mdinger/tuple_tests2Alex Crichton-26/+0
2014-12-17rollup merge of #19885: alexcrichton/char-escapeAlex Crichton-22/+19
2014-12-16std: Change escape_unicode to use new escapesAlex Crichton-22/+19
2014-12-16Tuple test no longer needed. Is already in run-pass testsmdinger-26/+0
2014-12-15Move hash module from collections to coreSteven Fackler-1/+386
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-20/+22
2014-12-13libcoretest: fix unit testsJorge Aparicio-20/+22
2014-12-13libcoretest: use tuple indexingJorge Aparicio-1/+1
2014-12-13libcoretest: fix falloutJorge Aparicio-1/+1
2014-12-13libcoretest: fix fallout in unit testsJorge Aparicio-6/+7
2014-12-13libcoretest: fix falloutJorge Aparicio-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-139/+139
2014-12-06libcoretest: remove unnecessary `as_slice()` callsJorge Aparicio-139/+139
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-12-03Fix falloutJorge Aparicio-1/+1
2014-11-26Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-25auto merge of #18966 : huonw/rust/iter2slice, r=aturonbors-0/+49
2014-11-25Add methods to go from a slice iterators to a slice.Huon Wilson-0/+49
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