about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-09-05auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakisbors-3105/+3774
2014-09-05auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichtonbors-0/+16
2014-09-04std: Fix overflow of HashMap's capacityPiotr Czarnecki-32/+49
2014-09-04std: Refine and document HashMap's codePiotr Czarnecki-482/+704
2014-09-04auto merge of #16986 : bjz/rust/bitflags, r=alexcrichtonbors-117/+136
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-7/+7
2014-09-05Use {} for bitflags! definition and invocationsBrendan Zabarauskas-27/+27
2014-09-05Attach documentation to the bitflags! macro itselfBrendan Zabarauskas-97/+98
2014-09-05Test attributesBrendan Zabarauskas-0/+8
2014-09-05Allow trailing commas in bitflags! macroBrendan Zabarauskas-4/+14
2014-09-04auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichtonbors-4/+4
2014-09-04Center alignment for fmtwickerwaka-1/+2
2014-09-04auto merge of #16976 : treeman/rust/issue-16943, r=kballardbors-2/+23
2014-09-04Print file permissions with 4 digits.Jonas Hietala-10/+10