index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-06
Fix Markdown issues in the docs
Oliver Middleton
-4
/
+5
2017-03-31
Rollup merge of #40763 - pirate:patch-2, r=steveklabnik
Corey Farwell
-0
/
+12
2017-03-28
add missing import
Nick Sweeting
-0
/
+2
2017-03-27
Fix tidy errors and simplify example
Nick Sweeting
-8
/
+6
2017-03-23
Rewrite `io::BufRead` doc examples to better demonstrate behaviors.
Corey Farwell
-53
/
+84
2017-03-23
newline for breathing room
Nick Sweeting
-0
/
+1
2017-03-23
requested changes
Nick Sweeting
-1
/
+2
2017-03-23
Add helpful hint on io function for beginners
Nick Sweeting
-0
/
+10
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-46
/
+46
2017-03-01
Only keep one copy of the UTF8_CHAR_WIDTH table.
Simon Sapin
-1
/
+1
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+1
2017-01-22
libstd: mention `?` operator instead of removing `try!` macro reference
Utkarsh Kukreti
-1
/
+3
2017-01-22
libstd: update std::io module documentation to not mention `try!`
Utkarsh Kukreti
-3
/
+1
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-58
/
+58
2016-12-24
Rollup merge of #38505 - estebank:why-lines, r=frewsxcv
Steve Klabnik
-0
/
+6
2016-12-20
Docs: Explain why/when `.lines()` returns an error
Esteban Küber
-0
/
+6
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+15
2016-12-15
Stabilize std::io::Take::into_inner
Aaron Turon
-3
/
+1
2016-11-30
Rename 'librustc_unicode' crate to 'libstd_unicode'.
Corey Farwell
-1
/
+1
2016-11-05
add missing urls on io structs
Guillaume Gomez
-10
/
+17
2016-11-01
std: Move a plattform-specific constant to sys::stdio
Brian Anderson
-1
/
+1
2016-10-18
Typos in some linkage
Guillaume Gomez
-41
/
+52
2016-10-11
Add missing urls in io module
Guillaume Gomez
-32
/
+37
2016-10-02
Update unstable attr to reference tracking issue.
Corey Farwell
-1
/
+1
2016-09-30
Auto merge of #36339 - brson:emscripten-new, r=alexcrichton
bors
-0
/
+2
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+2
2016-09-30
Fix 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-08-26
Introduce `into_inner` method on `std::io::Take`.
Corey Farwell
-0
/
+27
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-8
/
+0
2016-08-18
Fix links
Nick Cameron
-3
/
+3
2016-07-30
Add urls in std::io types
Guillaume Gomez
-1
/
+7
2016-07-30
Add io::Take doc example
Guillaume Gomez
-0
/
+18
2016-05-30
Retry on EINTR in Bytes and Chars.
Aaron Gallagher
-11
/
+18
2016-05-06
doc: binding not needed
Tshepang Lekhonkhobe
-2
/
+1
2016-05-06
doc: mut not needed
Tshepang Lekhonkhobe
-1
/
+1
2016-05-02
libstd: correct the link to functions in io module documentation
Ryman
-2
/
+2
2016-04-14
Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichton
Steve Klabnik
-0
/
+12
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+1
2016-04-09
Don't read past limit for in BufRead instance of Take
Tobias Müller
-0
/
+12
2016-04-02
Drop the default buffer size to 8K
Steven Fackler
-1
/
+1
2016-03-29
Auto merge of #32541 - troplin:chain-bufread, r=alexcrichton
bors
-0
/
+54
2016-03-28
Fix formatting
Tobias Müller
-2
/
+5
2016-03-28
Use ? instead of try!, add some basic tests
Tobias Müller
-1
/
+31
2016-03-28
Implement BufRead for Chain
Tobias Müller
-0
/
+21
2016-03-27
Extend linkchecker with anchor checking
mitaa
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-3
/
+3
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-150
/
+0
2016-02-26
Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichton
Manish Goregaokar
-1
/
+8
2016-02-26
Make sure formatter errors are emitted by the default Write::write_fmt
Ulrik Sverdrup
-1
/
+8
[next]