summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-11-05Migrated io::net::udp over to ToSocketAddrVladimir Matveev-20/+34
2014-11-05Switched io::net::tcp to use ToSocketAddrVladimir Matveev-227/+130
2014-11-05Added ToSocketAddr traitVladimir Matveev-0/+151
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-0/+32
2014-11-04std::error: fix stray doc commentAaron Turon-3/+0
2014-11-03rollup merge of #18578 : japaric/cloneAlex Crichton-2/+0
2014-11-03rollup merge of #18536 : bjz/strconvAlex Crichton-544/+276
2014-11-03std: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-2/+0
2014-11-03rollup merge of #18537 : japaric/no-secretAlex Crichton-0/+6
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-41/+37
2014-11-03auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichtonbors-1/+1
2014-11-04Deprecate {f32, f64}::from_str_hexBrendan Zabarauskas-80/+27
2014-11-04Simplify float string conversion function furtherBrendan Zabarauskas-161/+115
2014-11-04Clean up from_str_float and use iteratorsBrendan Zabarauskas-156/+125
2014-11-04Remove unnecessary features from strconvBrendan Zabarauskas-121/+33
2014-11-04Separate string->integer implementation in strconvBrendan Zabarauskas-181/+131
2014-11-03auto merge of #18463 : japaric/rust/bytes2, r=alexcrichtonbors-55/+32
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-41/+37
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+32
2014-11-02Add error module with Error and FromError traitsAaron Turon-4/+122
2014-11-02core: Replace secret formatting functions with UFCS versionsJorge Aparicio-0/+6
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-11-01DSTify BytesContainerJorge Aparicio-54/+31
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-1/+2
2014-11-01auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturonbors-157/+383
2014-11-01collections: Remove all collections traitsAlex Crichton-157/+383
2014-11-01auto merge of #18457 : japaric/rust/tocstr, r=alexcrichtonbors-24/+0
2014-10-31DSTify ToCStrJorge Aparicio-24/+0
2014-10-31DSTify HashJorge Aparicio-14/+17
2014-10-30Test fixes and rebase conflictsAlex Crichton-1/+2
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-25/+21
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-40/+40
2014-10-30rollup merge of #18443 : alexcrichton/deref-vec-and-stringAlex Crichton-1/+2
2014-10-30Add a `repeat` function to the preludeJakub Bukaj-1/+1
2014-10-30rollup merge of #18397 : aochagavia/asciiAlex Crichton-2/+1
2014-10-30rollup merge of #18393 : aochagavia/preludeAlex Crichton-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-25/+21
2014-10-30auto merge of #18374 : steveklabnik/rust/gh18197, r=sfacklerbors-4/+3
2014-10-30Change extensions traits to blanket implsNick Cameron-17/+18
2014-10-30changes to testsNick Cameron-2/+5
2014-10-30changes to libsNick Cameron-14/+32
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-1/+2
2014-10-30auto merge of #18359 : 1-more/rust/feature, r=alexcrichtonbors-13/+18
2014-10-29Rename fail! to panic!Steve Klabnik-239/+239
2014-10-28Fix example for BufferedReaderSteve Klabnik-4/+3
2014-10-28Update code with new lint namesAaron Turon-40/+40
2014-10-28Remove unnecessary clone in ascii.rsAdolfo OchagavĂ­a-2/+1
2014-10-28Add ptr::RawMutPtr to preludeAdolfo OchagavĂ­a-1/+1
2014-10-28Fix the output of negative durationVladimir Smola-13/+18
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-10/+11