about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-69/+58
2014-10-01Remove std::io::signalAaron Turon-238/+1
2014-10-01Remove iotest macroAaron Turon-415/+599
2014-10-01Remove all use of librustuvAaron Turon-11/+0
2014-10-01auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichtonbors-1/+16
2014-10-01Fix async assertion in test_sendable_futureKevin Walter-2/+3
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-56/+52
2014-10-01libstd: Pass-through PATH in test_override_envRicardo M. Correia-1/+16
2014-09-30Fix libstdSteven Fackler-56/+52
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-2/+2
2014-09-30auto merge of #17563 : brson/rust/wintcbfix, r=thestingerbors-39/+1
2014-09-30Include ChaCha pseudorandom generatorSamuel Neves-1/+1
2014-09-29rollup merge of #17582 : kmcallister/gc-boxAlex Crichton-1/+1
2014-09-29rollup merge of #17548 : cgaebel/masterAlex Crichton-6/+26
2014-09-27auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichtonbors-5/+15
2014-09-27auto merge of #17334 : Gankro/rust/btree-vec, r=huonwbors-1/+1
2014-09-27complete btree rewriteAlexis Beingessner-1/+1
2014-09-26Rename raw::Box to raw::GcBoxKeegan McAllister-1/+1
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-7/+6
2014-09-26librustc: Give trait methods accessible via fewer autoderefs priorityPatrick Walton-4/+11
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-39/+1
2014-09-25Ignore two I/O tests that are failing on the win32 botBrian Anderson-0/+2
2014-09-25Added bitflag toggling.Clark Gaebel-6/+26
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-6/+287