about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-2/+2
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-5/+29
2014-03-01std: Flush when buffered writers are droppedAlex Crichton-14/+25
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-38/+38
2014-02-28std: Improve some I/O documentationAlex Crichton-33/+188
2014-02-27rustc: Use libnative for the compilerAlex Crichton-1/+1
2014-02-27std: Small cleanup and test improvementAlex Crichton-150/+176
2014-02-26auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichtonbors-19/+9
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-1/+0
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24std: minor whitespace cleanupErick Tryzelaar-1/+0
2014-02-24windows: Fix the test_exists unit testAlex Crichton-2/+5
2014-02-24Correctly ignore some tests on windowsAlex Crichton-6/+4
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-54/+15
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-79/+522
2014-02-23Roll std::run into std::io::processAlex Crichton-79/+522
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-54/+15
2014-02-23Merge remote-tracking branch 'brson/iodoc'Brian Anderson-126/+41
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-19/+9
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-15/+3
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-8/+13
2014-02-22std: Remove some nonsense from old std::io docsBrian Anderson-126/+41
2014-02-21auto merge of #12422 : alexcrichton/rust/buffered-default, r=brsonbors-10/+20
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-2/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-27/+27
2014-02-20Return a buffered stdin by default.Alex Crichton-10/+20
2014-02-20move extra::test to libtestLiigo Zhuang-2/+4
2014-02-18auto merge of #12345 : huonw/rust/speeling, r=cmrbors-1/+1
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-42/+61
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-23/+106
2014-02-15auto merge of #12299 : sfackler/rust/limit-return, r=alexcrichtonbors-2/+24
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-9/+21
2014-02-15Add a method to LimitReader to return the limitSteven Fackler-2/+24
2014-02-15auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonwbors-6/+4
2014-02-15std: clean up ptr a bitCorey Richardson-6/+4
2014-02-14Fix all code examplesAlex Crichton-9/+21
2014-02-15Update LimitReader to take the Reader to wrap by valuePalmer Cox-7/+8
2014-02-15Create RefReader and RefWriter adaptor structsPalmer Cox-0/+33
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+6
2014-02-14return value/use extra::test::black_box in benchmarkslpy-2/+2
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-3/+4
2014-02-12auto merge of #12204 : alexcrichton/rust/seek, r=pcwaltonbors-31/+80
2014-02-11Finalize the Seek APIAlex Crichton-31/+80
2014-02-11Test fixes and rebase conflictsAlex Crichton-4/+4
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-3/+3
2014-02-11io -- introduce local to avoid conflicting borrowNiko Matsakis-1/+2
2014-02-11std -- replaces uses where const borrows would be requiredNiko Matsakis-17/+25
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-5/+4