about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-09-24implement entry API for HashMapAlexis Beingessner-6/+287
2014-09-24Fix free lifetime vars in HashMap's iteratorsPiotr Czarnecki-5/+15
2014-09-24auto merge of #17477 : vhbit/rust/ios-deprecation-fix, r=alexcrichtonbors-5/+4
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-7/+6
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-10/+10
2014-09-23Fixed: iOS build was broken because of deprecated APIsValerii Hiora-5/+4
2014-09-22auto merge of #17425 : klutzy/rust/win-backtrace, r=alexcrichtonbors-3/+5
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-6/+6
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-38/+45
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-53/+59
2014-09-22std::rt::backtrace: Fix symbol names on Windowsklutzy-3/+5
2014-09-21rename to conform to style guideville-h-1/+1
2014-09-20auto merge of #17404 : alexcrichton/rust/bitflags-u32, r=sfacklerbors-1/+7
2014-09-19std: Don't require bitflags! be u32Alex Crichton-1/+7
2014-09-19rollup merge of #17370 : klutzy/win64-backtraceAlex Crichton-0/+4
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-09-18auto merge of #17249 : vadimcn/rust/env-keys, r=alexcrichtonbors-7/+76
2014-09-18std::rt::backtrace: Fix backtrace on Win64klutzy-0/+4
2014-09-18auto merge of #17349 : aturon/rust/rt-experimental, r=alexcrichtonbors-1/+0
2014-09-17Pacify lint gods.Vadim Chugunov-2/+3
2014-09-17Remove unstable marker from std::rtAaron Turon-1/+0
2014-09-17rollup merge of #17326 : brson/wintestAlex Crichton-2/+2
2014-09-17rollup merge of #17297 : treeman/net-unixAlex Crichton-5/+4
2014-09-17auto merge of #17254 : gamazeps/rust/issue17210, r=alexcrichtonbors-0/+1
2014-09-17doc: Cleanup.Jonas Hietala-6/+6
2014-09-17Case-insensitive environment keys.Vadim Chugunov-7/+75