about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-11-17Remove duplicate code by using util::copy()Gleb Kozyrev-9/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-12/+64
2014-11-17auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichtonbors-359/+359
2014-11-17Fix fallout from coercion removalNick Cameron-359/+359
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-1/+1
2014-11-16Deprecate hashmap's find_copy and get_copy in favour of cloned and cloneAlexis Beingessner-25/+7
2014-11-16Fix doctestsJakub Bukaj-2/+2
2014-11-16Fix warningsJakub Bukaj-1/+1
2014-11-16rollup merge of #18985: alexcrichton/issue-18900Jakub Bukaj-24/+22
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-727/+39
2014-11-16rollup merge of #18941: reem/better-task-poolJakub Bukaj-63/+167
2014-11-16auto merge of #18788 : ricky26/rust/master, r=aturonbors-12/+25
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-69/+5
2014-11-16Move IntoString to collections::stringBrendan Zabarauskas-10/+3
2014-11-16Rename IntoStr to IntoStringBrendan Zabarauskas-4/+4
2014-11-16Remove use of deprecated functionBrendan Zabarauskas-2/+3
2014-11-16Move FromStr to core::strBrendan Zabarauskas-648/+30
2014-11-15std: Fix a flaky test on OSX 10.10Alex Crichton-24/+22
2014-11-15libstd: improve os::args() docLiigo Zhuang-0/+4
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-39/+40
2014-11-14auto merge of #18891 : erickt/rust/deprecate-as-ref, r=alexcrichtonbors-3/+38
2014-11-13Rewrite std::sync::TaskPool to be load balancing and panic-resistantJonathan Reem-63/+167
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-166/+182
2014-11-14Revert the need for initial values with arithmetic iteratorsBrendan Zabarauskas-2/+2
2014-11-13Make std::io::Buffer object-safe.Ricky Taylor-12/+25
2014-11-13std: Fix the return value of Duration::spanAlex Crichton-1/+8
2014-11-13auto merge of #18867 : michaelsproul/rust/unreachable-formatting, r=pcwaltonbors-1/+9
2014-11-12auto merge of #18858 : alexcrichton/rust/remove-time, r=jakubbors-0/+81
2014-11-12auto merge of #18907 : alexcrichton/rust/snapshots, r=jakub-,jakubbors-23/+0
2014-11-12Register new snapshotsAlex Crichton-23/+0
2014-11-12auto merge of #18830 : adaszko/rust/patch-1, r=steveklabnikbors-1/+1
2014-11-12time: Deprecate the library in the distributionAlex Crichton-0/+81
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-5/+5
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-4/+16
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-2/+2
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-24/+20
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-3/+2
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-102/+90
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-1/+1
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-15/+14
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-1/+23
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-20/+20
2014-11-12auto merge of #18854 : thestinger/rust/spawn, r=aturonbors-1/+2
2014-11-11std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer}Erick Tryzelaar-3/+38
2014-11-12Fix documentation bugBarosl Lee-0/+1
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-39/+39
2014-11-10Add optional messages to the unreachable macro.Michael Sproul-1/+9
2014-11-10note the intent of reforming task spawningDaniel Micay-1/+2
2014-11-10Fix 'renamed lint' warningsMichael Gehring-3/+3
2014-11-10Fix broken documentation linkAdam Szkoda-1/+1