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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-30
Add doc example for Stdout
Guillaume Gomez
-0
/
+15
2016-07-30
Add doc example for Stdin
Guillaume Gomez
-0
/
+15
2016-07-30
Add doc example for io::Stderr
Guillaume Gomez
-0
/
+15
2016-03-23
doc: Stdin is locked for reads, not writes
Brian Anderson
-2
/
+2
2016-03-10
Fixup stout/stderr on Windows
Oliver Middleton
-19
/
+2
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-2
/
+10
2016-01-25
std: Fix some behavior without stdio handles
Alex Crichton
-1
/
+1
2015-12-30
doc: missed these in a4da9ac
Tshepang Lekhonkhobe
-2
/
+2
2015-12-30
doc: add graves
Tshepang Lekhonkhobe
-23
/
+23
2015-12-30
doc: add some links for io::stdio
Tshepang Lekhonkhobe
-14
/
+35
2015-12-23
doc: make line visible
Tshepang Lekhonkhobe
-1
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-3
/
+2
2015-10-31
std: Prevent print panics when using TLS
Alex Crichton
-8
/
+26
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-3
/
+3
2015-08-30
Auto merge of #27588 - cesarb:read_all, r=alexcrichton
bors
-0
/
+3
2015-08-24
Implement read_exact for the Read trait
Cesar Eduardo Barros
-0
/
+3
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-3
/
+6
2015-08-11
correct copy/paste typos in stdio.rs comments
Alex Burka
-4
/
+4
2015-07-31
Auto merge of #26897 - RalfJung:stdin-mut, r=alexcrichton
bors
-1
/
+1
2015-07-15
Add specializations of read_to_end for Stdin, TcpStream and File,
Alisdair Owens
-0
/
+4
2015-07-10
Add more std::io documentation.
Steve Klabnik
-15
/
+97
2015-07-08
Stdin::read_line: read_line does not need a mutable borrow
Ralf Jung
-1
/
+1
2015-06-30
doc: add example for Stdin::read_line
Tshepang Lekhonkhobe
-0
/
+22
2015-06-14
Implement RFC 1014
Steven Fackler
-19
/
+77
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-3
/
+3
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-6
/
+6
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-22
Explain how to create a Stdin or Stdout
Matt Brubeck
-0
/
+4
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-7
/
+7
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-17
/
+25
2015-03-27
std: Don't deadlock/panic on recursive prints
Alex Crichton
-11
/
+13
2015-03-19
Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton
bors
-1
/
+1
2015-03-19
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2015-03-18
Add a test
Steven Fackler
-0
/
+26
2015-03-17
Ignore stdio mutex poison state
Steven Fackler
-3
/
+3
2015-03-15
Auto merge of #23206 - nagisa:print-io, r=alexcrichton
bors
-5
/
+47
2015-03-14
Remove incorrect references to _raw stdio functions
Kevin Ballard
-18
/
+9
2015-03-15
Use new io in print and println macroses
Simonas Kazlauskas
-5
/
+47
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+23
2015-03-12
std: Stabilize the `io` module
Alex Crichton
-4
/
+30
2015-03-06
Fix an easy to trigger deadlock in std::io::stdio
Simonas Kazlauskas
-3
/
+0
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-0
/
+325
2015-01-26
std: Rename io to old_io
Alex Crichton
-566
/
+0
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+2
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-2
/
+4
[next]