summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-217/+228
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-54/+51
2014-11-06Make Filetype ClonableSubhash Bhushan-1/+1
2014-11-06std::rand::OsRng: Use `getrandom` syscall on Linuxklutzy-12/+120
2014-11-05auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwaltonbors-4/+4
2014-11-05Fix example in HashMap::new() docsCristi Burcă-1/+1
2014-11-05auto merge of #18462 : netvl/rust/to-socket-addr, r=alexcrichtonbors-250/+404
2014-11-05Fixed not compiling code in docstringVladimir Matveev-2/+2
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-1/+1
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-3/+3
2014-11-05Register snapshots.Eduard Burtescu-16/+0
2014-11-05Added more documentation on ToSocketAddr traitVladimir Matveev-3/+92
2014-11-05Fixed tidy errorsVladimir Matveev-3/+3
2014-11-05Fixed other tests to pass make checkVladimir Matveev-8/+5
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