about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2018-04-15Deprecate Read::chars and char::decode_utf8Simon Sapin-1/+17
2018-04-05Stabilize take_set_limitThayne McCombs-2/+1
2018-04-05Rollup merge of #49594 - mbrubeck:docs, r=steveklabnikkennytm-0/+22
2018-04-03Add performance notes to BufReader/BufWriter docsMatt Brubeck-0/+12
2018-04-03Cross-reference fs::read functions from io::Read docsMatt Brubeck-0/+10
2018-04-02Fix typoRolf van de Krol-1/+1
2018-03-28Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum...bors-473/+472
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-473/+472
2018-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-2/+18
2018-03-18Add BufReader::bufferSteven Fackler-1/+29
2018-03-01Fix a bug introduced in previous commitStjepan Glavina-2/+2
2018-02-28Remove thread_local_stateStjepan Glavina-20/+19
2018-02-28Stabilize LocalKey::try_withStjepan Glavina-1/+4
2018-02-19Add missing linkAndreas Streichardt-0/+2
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-1/+1
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-02-17Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnikGuillaume Gomez-2/+0
2018-02-15Remove "empty buffer" doc in read_untilRoss Light-2/+0
2018-02-10Correct a few stability attributesOliver Middleton-1/+1
2018-01-30std: use more portable error number in from_raw_os_error docsJames Cowgill-4/+4
2018-01-15Rollup merge of #47330 - bmusin:patch-2, r=shepmasterkennytm-4/+4
2018-01-15Rollup merge of #47120 - clarcharr:io_error_debug, r=dtolnaykennytm-8/+35
2018-01-14Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichtonbors-0/+46
2018-01-13Add note to documentationDiggory Blake-0/+4
2018-01-13Implement "seek_relative"Diggory Blake-0/+42
2018-01-13Better Debug impl for io::Error.Clar Charr-8/+35
2018-01-13fix off-by-one errorBulat Musin-4/+4
2018-01-10Auto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcrichtonbors-32/+58
2018-01-08Add missing linksGuillaume Gomez-7/+14
2018-01-05Clarify appending behavior of 'io::Read::read_to_string()'.Sergio Benitez-1/+1
2018-01-02Document when LineWriter flushes; document errors for into_inner.Corey Farwell-0/+11
2017-12-22Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnikkennytm-1/+1
2017-12-21docs: do not call integer overflows as underflowsTrevor Spiteri-1/+1
2017-12-20Fix some rustdoc warningsGuillaume Gomez-2/+3
2017-12-18Implement `Write` for `Cursor<&mut Vec<T>>`Diggory Blake-32/+58
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+3
2017-12-03Add a specialization of read_exact for Cursor.Kyle Huey-0/+25
2017-11-26Rollup merge of #46224 - GuillaumeGomez:io-missing-link, r=QuietMisdreavuskennytm-2/+1
2017-11-23Remove invalid doc linkGuillaume Gomez-2/+1
2017-11-22Rollup merge of #46050 - sunfishcode:read_to_end, r=sfacklerkennytm-6/+3
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+2
2017-11-18Add doc for `Read`ing from `&str` and some related cleanupGarrett Berg-7/+27
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-0/+2
2017-11-16Optimize `read_to_end`.Dan Gohman-6/+3
2017-11-14Fixed several pulldown warnings when documenting libstd.kennytm-2/+2
2017-11-08std: Change how EBADF is handled in `sys`Alex Crichton-3/+1
2017-11-06Auto merge of #45369 - fintelia:patch-1, r=BurntSushibors-0/+25
2017-11-01Rollup merge of #45664 - mbrubeck:docs, r=estebankkennytm-4/+5
2017-10-31Fix incorrect error type in Read::byte docsMatt Brubeck-4/+5
2017-10-31Add a hint what `BufRead` functions do on EOFTobias Bucher-0/+4