about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2016-11-28Move stdout/err flush into sysJeremy Soller-6/+0
2016-11-19Merge branch 'master' into redoxJeremy Soller-1/+4
2016-11-10Merge branch 'master' into redoxJeremy Soller-34/+74
2016-11-10Fixes for stdio and processes on RedoxJeremy Soller-0/+6
2016-11-10Remove one bounds check from BufReaderArthur Silva-1/+4
2016-11-08Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcvSteve Klabnik-11/+19
2016-11-05Rollup merge of #37537 - GuillaumeGomez:error_kind_doc, r=steveklabnikAlex Crichton-2/+7
2016-11-05add missing urls on io structsGuillaume Gomez-11/+19
2016-11-04Auto merge of #37037 - Mark-Simulacrum:stack-error, r=alexcrichtonbors-21/+48
2016-11-02Add missing urls for ErrorKind's variantsGuillaume Gomez-2/+7
2016-11-02Auto merge of #36948 - brson:sys, r=brsonbors-10/+2
2016-11-02Add a new non-heap allocated variant to io::Error's representation.Mark-Simulacrum-21/+48
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-10/+2
2016-11-01Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomezGuillaume Gomez-2/+2
2016-10-31Changed most vec! invocations to use square bracesiirelu-6/+6
2016-10-27Add documentation for Read, Write impls for slices and VecUlrik Sverdrup-0/+11
2016-10-21Fix a few links in the docsOliver Middleton-2/+2
2016-10-19Rollup merge of #37165 - GuillaumeGomez:bytes_url, r=kmcallisterGuillaume Gomez-6/+12
2016-10-18Typos in some linkageGuillaume Gomez-41/+52
2016-10-14Rollup merge of #37115 - GuillaumeGomez:buf_reader_urls, r=kmcallisterJonathan Turner-5/+13
2016-10-14Add missing urls for io typesGuillaume Gomez-6/+12
2016-10-12Rollup merge of #37089 - GuillaumeGomez:io_urls, r=frewsxcvAlex Crichton-32/+37
2016-10-12add missing urls for BufWriter and BufReaderGuillaume Gomez-5/+13
2016-10-12Deprecate `Reflect`Nick Cameron-2/+1
2016-10-11Add missing urls in io moduleGuillaume Gomez-32/+37
2016-10-05Fixed small typo in `BufRead` commentsRazican-1/+1
2016-10-04Rollup merge of #36938 - tmiasko:cursor-seek-overflow, r=alexcrichtonManish Goregaokar-7/+18
2016-10-04Rollup merge of #36916 - frewsxcv:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2016-10-03Check for overflow in Cursor<Vec<u8>>::write.Tomasz Miąsko-7/+18
2016-10-02Update unstable attr to reference tracking issue.Corey Farwell-1/+1
2016-10-01std: Move platform specific stdio code into sysBrian Anderson-5/+2
2016-09-30Auto merge of #36339 - brson:emscripten-new, r=alexcrichtonbors-4/+8
2016-09-30Change the sigs of set_print/set_panic to allow restoring the default objectsBrian Anderson-4/+4
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+4
2016-09-30Fix BufRead::{read_until, read_line} documentation.Tomasz Miąsko-7/+3
2016-09-27[std::io::Chain] Mark first as done only when reading into non-zero length bu...Tomasz Miąsko-1/+12
2016-09-21Fix outdated Doc Comment on BufReader::seekChristopher Serr-2/+2
2016-09-13Rollup merge of #36397 - SuperFluffy:bufwriter_unnecessary_cmp, r=aturonGuillaume Gomez-2/+1
2016-09-12Auto merge of #36019 - frewsxcv:take-into-inner, r=alexcrichtonbors-0/+27
2016-09-11Remove unnecessary `cmp::min` from BufWriter::writeRichard Janis Goldschmidt-2/+1
2016-08-31Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichtonJonathan Turner-2/+3
2016-08-26Introduce `into_inner` method on `std::io::Take`.Corey Farwell-0/+27
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-26/+0
2016-08-24Restore old ordering of `io::ErrorKind`sTobias Bucher-3/+4
2016-08-23Implement more traits for `std::io::ErrorKind`Tobias Bucher-6/+6
2016-08-18Fix linksNick Cameron-3/+3
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