about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-10-27Test fixes and rebase conflicts from rollupAlex Crichton-6/+6
2014-10-27rollup merge of #18366 : aochagavia/asciiAlex Crichton-4/+19
2014-10-27rollup merge of #18332 : jbcrail/fix-commentsAlex Crichton-1/+1
2014-10-27rollup merge of #18329 : sfackler/memwriter-clearAlex Crichton-2/+7
2014-10-27Fix undefined behavior in std::asciiAdolfo Ochagavía-4/+19
2014-10-27auto merge of #18130 : mahkoh/rust/udp, r=alexcrichtonbors-13/+32
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
2014-10-25Add MemWriter::from_vecSteven Fackler-2/+7
2014-10-25get rid of libc_heap::{malloc_raw, realloc_raw}Daniel Micay-3/+3
2014-10-25Deprecate UdpStreamJulian Orth-0/+12
2014-10-25Make UdpStream block until the next non-empty msg.Julian Orth-13/+20
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-601/+29
2014-10-20auto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichtonbors-0/+22
2014-10-20Handle negative numbers in `sqrt` properly.Huon Wilson-0/+22
2014-10-20auto merge of #18108 : mahkoh/rust/buffered_reader, r=alexcrichtonbors-2/+11