summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-10-20Optimize BufferedReader::read for large buffers.Julian Orth-2/+11
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-601/+29
2014-10-18auto merge of #18103 : pcwalton/rust/bitflags-inline, r=thestingerbors-0/+11
2014-10-17auto merge of #18093 : steveklabnik/rust/remove_gc_reference, r=alexcrichtonbors-7/+5
2014-10-17auto merge of #17998 : rapha/rust/master, r=alexcrichtonbors-15/+60
2014-10-16libstd: Inline more methods on bitflags.Patrick Walton-0/+11
2014-10-16auto merge of #17947 : lukemetz/rust/master, r=aturonbors-14/+34
2014-10-16don't refer to the nonexistant gcSteve Klabnik-7/+5
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-26/+26
2014-10-16Remove libdebug and update tests.Luqman Aden-10/+2
2014-10-16impl Buffer for ChanReaderRaphael Speyer-15/+60
2014-10-15Renamed AsciiStr::to_lower and AsciiStr::to_upper=-22/+42
2014-10-13Clean up rustc warnings.NODA, Kai-74/+109
2014-10-10Register new snapshotsAlex Crichton-29/+25
2014-10-10improve the performance of the vec![] macroDaniel Micay-12/+11
2014-10-10implement Box<[T]> <-> Vec<T> conversionsDaniel Micay-1/+1
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-138/+138
2014-10-09Test fixes and rebase conflictsAlex Crichton-8/+8
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09std: Convert statics to constantsAlex Crichton-130/+130