about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-10-03rollup merge of #17739 : eddyb/fix-process-testAlex Crichton-26/+0
2014-10-03rollup merge of #17387 : sneves/masterAlex Crichton-1/+1
2014-10-03Fix a race condition between remove_from_env and other io::process tests.Eduard Burtescu-26/+0
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-4/+15
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-161/+1
2014-10-02rollup merge of #17686 : lucidd/fixAlex Crichton-2/+3
2014-10-02rollup merge of #17719 : alexcrichton/diagnoseAlex Crichton-1/+3
2014-10-02std: Help diagnose a flaky testAlex Crichton-1/+3
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-58/+69
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-20/+16
2014-10-02Revert "Review and rebasing changes"Aaron Turon-2/+2
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02std: remove gc module.Eduard Burtescu-160/+0
2014-10-02Review and rebasing changesNick Cameron-2/+2
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-16/+20