about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-10-09Merge tag '0.12.0'Brian Anderson-1/+1
2014-10-07Remove use of `final` and `override` (now reserved)John Gallagher-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturonbors-3/+317
2014-10-06library-level docs for collectionsAlexis Beingessner-3/+317
2014-10-07Rename slicing methodsNick Cameron-0/+1
2014-10-07Rename slice::SliceNick Cameron-13/+13
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-16/+20
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-71/+60
2014-10-06auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonwbors-0/+1
2014-10-06Fixed iOS build (statics name lint)Valerii Hiora-0/+1
2014-10-06Remove the #[allow(non_uppercase_statics)] attr from bitflags!P1start-23/+18
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-60/+118
2014-10-04Fix infinite recursion in Writer impl for &mut WriterBrian Koropoff-2/+2