about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
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
2016-01-26Fix warnings during testsAlex Crichton-2/+2
2016-01-25std: Fix some behavior without stdio handlesAlex Crichton-1/+1
2016-01-22Auto merge of #31070 - sfackler:bufreader-box-slice, r=alexcrichtonbors-2/+2
2016-01-20Use a Box<[u8]> in BufReaderSteven Fackler-2/+2
2016-01-20Don't flush in BufWriter destructor after a panic in writeSteven Fackler-3/+40
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-5/+8
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-3/+3
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-3/+3
2016-01-14Rollup merge of #30886 - ollie27:docs_links, r=steveklabnikManish Goregaokar-13/+13
2016-01-13Fix some broken and missing links in the docsOliver Middleton-13/+13
2016-01-12Remove dead `InternalBufWriter` implementationAndrea Canciani-15/+0
2016-01-02Adjusted heading and created dedicated section in std::io docsNathan-0/+9
2016-01-01Auto merge of #30648 - tshepang:missing-graves, r=steveklabnikbors-2/+2
2015-12-31Auto merge of #30645 - tshepang:grammar, r=steveklabnikbors-2/+2
2015-12-30doc: missed these in a4da9acTshepang Lekhonkhobe-2/+2
2015-12-30doc: fix grammarTshepang Lekhonkhobe-2/+2
2015-12-30doc: add gravesTshepang Lekhonkhobe-23/+23
2015-12-30doc: add some links for io::stdioTshepang Lekhonkhobe-14/+35
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-3/+5
2015-12-26Fix links in docs for std::ioFlorian Hartwig-4/+4
2015-12-23doc: make line visibleTshepang Lekhonkhobe-1/+1
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-2/+4
2015-12-12Auto merge of #30312 - seanmonstar:ioerror-description, r=alexcrichtonbors-1/+23
2015-12-10std: improve io error descriptionsSean McArthur-1/+23
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-3/+0
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-7/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-20/+52
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+11