about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-21/+20
2015-05-25doc: fix io::Write::write typoTshepang Lekhonkhobe-1/+1
2015-05-20doc: 'reader' and 'writer' are nicer to read than 'r' and 'w'Tshepang Lekhonkhobe-7/+8
2015-05-19Add example code and cross-link to BufReader docsMatt Brubeck-1/+22
2015-05-10Update docs to stop referencing `BufReadExt`Corey Farwell-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-6/+6
2015-05-05Auto merge of #25009 - alexcrichton:less-buffered-stream, r=aturonbors-10/+18
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-3/+3
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-3/+3
2015-05-01Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnikManish Goregaokar-1/+1
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-1/+1
2015-04-30Add downcasting to std::error::ErrorAaron Turon-1/+2
2015-04-30std: Destabilize io::BufStreamAlex Crichton-10/+18
2015-04-28Register new snapshotsTamir Duberstein-3/+1
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
2015-04-22Explain how to create a Stdin or StdoutMatt Brubeck-0/+4
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-7/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-1/+1
2015-04-18Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichtonbors-3/+8
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-1/+1
2015-04-15Fix some typos.Ms2ger-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-18/+18
2015-04-13Refine read_to_end documentationSimonas Kazlauskas-7/+4
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-18/+18
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-0/+1
2015-04-10Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturonManish Goregaokar-3/+9
2015-04-09Rollup merge of #24176 - kballard:bufreader-seek-impl, r=aturonManish Goregaokar-2/+131
2015-04-08Implement io::Seek for io::BufWriter<W> where W: io::SeekKevin Ballard-0/+22
2015-04-08Implement io::Seek for io::BufReader<R> where R: io::SeekKevin Ballard-2/+109
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-3/+9
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-17/+25
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-17/+25
2015-04-07std: Deny most warnings in doctestsAlex Crichton-0/+1
2015-04-06Add `Sync` to the bounds in `io::Error`Kevin Ballard-3/+8
2015-04-06Remove outdated notice from BufRead::lines docs.Matt Brubeck-3/+0
2015-04-02Rollup merge of #23847 - bcoopers:read_clarification, r=sfacklerManish Goregaokar-8/+4
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-119/+119
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-41/+40
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-63/+40
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-4/+6
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-24/+2
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-3/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-26/+4
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-4/+4
2015-03-31Stabilize a few remaining stragglersAaron Turon-4/+6
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-1/+0
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-1/+0