summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2016-07-30Add urls in std::io typesGuillaume Gomez-2/+14
2016-07-30Add io::Take doc exampleGuillaume Gomez-0/+18
2016-07-30Add doc example for StdoutGuillaume Gomez-0/+15
2016-07-30Add doc example for StdinGuillaume Gomez-0/+15
2016-07-30Add doc example for io::StderrGuillaume Gomez-0/+15
2016-07-29Add io::Error doc examplesGuillaume Gomez-0/+145
2016-07-19Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichtonbors-11/+18
2016-07-09Auto merge of #34717 - frewsxcv:sink, r=apasel422bors-2/+2
2016-07-07Remove unnecessarily mutable reference in doc example.Corey Farwell-2/+2
2016-07-06Add doc examples for `io::Error::from_raw_os_error`.Corey Farwell-0/+24
2016-06-28Rollup merge of #34524 - frewsxcv:std-io-sink, r=GuillaumeGomezGuillaume Gomez-0/+10
2016-06-28Rollup merge of #34518 - frewsxcv:io-repeat, r=GuillaumeGomezGuillaume Gomez-0/+10
2016-06-28Add doc example for `std::io::sink`.Corey Farwell-0/+10
2016-06-27Minor rewrite of `std::io::empty` doc example.Corey Farwell-6/+3
2016-06-27Add doc example for `std::io::repeat`.Corey Farwell-0/+10
2016-05-30Retry on EINTR in Bytes and Chars.Aaron Gallagher-11/+18
2016-05-27Inline simple Cursor write callsJamey Sharp-0/+2
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-9/+12
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-1/+1
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-1/+0
2016-05-06doc: binding not neededTshepang Lekhonkhobe-2/+1
2016-05-06doc: mut not neededTshepang Lekhonkhobe-1/+1
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-05-02libstd: correct the link to functions in io module documentationRyman-2/+2
2016-04-14Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichtonSteve Klabnik-0/+12
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+1
2016-04-09Don't read past limit for in BufRead instance of TakeTobias Müller-0/+12
2016-04-02Drop the default buffer size to 8KSteven Fackler-1/+1
2016-03-29Auto merge of #32541 - troplin:chain-bufread, r=alexcrichtonbors-0/+54
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-1/+1
2016-03-28Fix formattingTobias Müller-2/+5
2016-03-28Use ? instead of try!, add some basic testsTobias Müller-1/+31
2016-03-28Implement BufRead for ChainTobias Müller-0/+21
2016-03-27Extend linkchecker with anchor checkingmitaa-1/+1
2016-03-24Rollup merge of #32276 - brson:doc, r=alexcrichtonSteve Klabnik-2/+2
2016-03-23doc: Stdin is locked for reads, not writesBrian Anderson-2/+2
2016-03-22try! -> ?Jorge Aparicio-17/+17
2016-03-13Auto merge of #32184 - ollie27:win_stdout, r=alexcrichtonbors-19/+2
2016-03-12std: Clean out deprecated APIsAlex Crichton-185/+0
2016-03-10Fixup stout/stderr on WindowsOliver Middleton-19/+2
2016-03-10Auto merge of #32107 - Stebalien:partial-write, r=alexcrichtonbors-2/+32
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-2/+10
2016-03-07Add test case for #32085Steven Allen-0/+28
2016-03-07Never return an error after a partial writeSteven Allen-2/+4
2016-02-27Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichtonbors-4/+4
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-4/+4
2016-02-26Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichtonManish Goregaokar-1/+8
2016-02-26Make sure formatter errors are emitted by the default Write::write_fmtUlrik Sverdrup-1/+8
2016-02-23Register new snapshotsAaron Turon-3/+3
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-2/+2