about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-10-13Clean up rustc warnings.NODA, Kai-41/+38
2014-10-10Register new snapshotsAlex Crichton-8/+6
2014-10-10improve the performance of the vec![] macroDaniel Micay-1/+0
2014-10-09std: Convert statics to constantsAlex Crichton-38/+38
2014-10-07Remove use of `final` and `override` (now reserved)John Gallagher-1/+1
2014-10-07Rename slice::SliceNick Cameron-3/+3
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-15/+18
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-42/+41
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-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-0/+1
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-41/+42
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-18/+15
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-15/+18
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-42/+41
2014-10-01Remove std::io::signalAaron Turon-238/+1
2014-10-01Remove iotest macroAaron Turon-415/+599
2014-10-01auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichtonbors-1/+16
2014-10-01libstd: Pass-through PATH in test_override_envRicardo M. Correia-1/+16
2014-09-30Fix libstdSteven Fackler-10/+10
2014-09-29rollup merge of #17548 : cgaebel/masterAlex Crichton-1/+1
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-3/+3
2014-09-26librustc: Give trait methods accessible via fewer autoderefs priorityPatrick Walton-4/+11
2014-09-25Ignore two I/O tests that are failing on the win32 botBrian Anderson-0/+2
2014-09-25Added bitflag toggling.Clark Gaebel-1/+1
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-3/+3
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-4/+4
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-23/+29
2014-09-18auto merge of #17249 : vadimcn/rust/env-keys, r=alexcrichtonbors-7/+76
2014-09-17Pacify lint gods.Vadim Chugunov-2/+3
2014-09-17rollup merge of #17297 : treeman/net-unixAlex Crichton-5/+4
2014-09-17Case-insensitive environment keys.Vadim Chugunov-7/+75
2014-09-16Fallout from renamingAaron Turon-29/+29
2014-09-16Align with _mut conventionsAaron Turon-1/+1
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-5/+4
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-14/+26
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 #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichtonbors-0/+16
2014-09-04auto merge of #16986 : bjz/rust/bitflags, r=alexcrichtonbors-12/+12
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-05Use {} for bitflags! definition and invocationsBrendan Zabarauskas-12/+12
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