about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-09-30Fix libstdSteven Fackler-56/+52
2014-09-30auto merge of #17563 : brson/rust/wintcbfix, r=thestingerbors-39/+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
2014-09-16Fallout from renamingAaron Turon-69/+75
2014-09-16Use PATH instead of HOME in env! exampleBrian Anderson-2/+2
2014-09-16Align with _mut conventionsAaron Turon-5/+17
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-5/+4
2014-09-14inlines contains in bitflags!Felix Raimundo-0/+1
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-14/+28
2014-09-08auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brsonbors-1/+8
2014-09-08std: Turn down the stdout chunk sizeAlex Crichton-1/+8
2014-09-07Register snapshots.Huon Wilson-16/+0
2014-09-06auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonwbors-9/+13