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
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-2
/
+4
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+6
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-1
/
+1
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-19
/
+24
2014-12-30
rollup merge of #20353: alexcrichton/snapshots
Alex Crichton
-20
/
+0
2014-12-30
Register new snapshots
Alex Crichton
-20
/
+0
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-24
/
+19
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1
/
+1
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-10
/
+10
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-3
/
+6
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-0
/
+20
2014-12-26
Implement RaceBox for StdinReader
Flavio Percoco
-15
/
+26
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-20
Correct typo in doc for StdinReaderGuard
Jake Goulding
-1
/
+1
2014-12-18
Delete rest of rustrt
Aaron Turon
-0
/
+1
2014-12-18
Fix the capture_stderr test
Alex Crichton
-4
/
+3
2014-12-18
Disable capture_stderr test for now
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-22
/
+11
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-4
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-3
/
+5
2014-12-17
rollup merge of #19869: sfackler/free-stdin
Alex Crichton
-0
/
+7
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-1
/
+1
2014-12-15
rollup merge of #19710: steveklabnik/gh15449
Brian Anderson
-1
/
+1
[next]