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
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
2014-12-14
Free stdin on exit
Steven Fackler
-0
/
+7
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-3
/
+7
2014-12-10
Fix inappropriate ## headings
Steve Klabnik
-1
/
+1
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-2
/
+2
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+3
2014-12-03
Back io::stdin with a global singleton BufferedReader
Steven Fackler
-20
/
+132
2014-11-26
/*! -> //!
Steve Klabnik
-18
/
+16
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+0
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-8
/
+23
2014-11-20
Make most of std::rt private
Aaron Turon
-4
/
+4
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-08
Runtime removal: refactor tty
Aaron Turon
-14
/
+12
2014-11-08
Runtime removal: refactor fs
Aaron Turon
-7
/
+7
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-13
Clean up rustc warnings.
NODA, Kai
-1
/
+4
2014-10-01
Remove iotest macro
Aaron Turon
-6
/
+9
2014-09-08
auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brson
bors
-1
/
+8
2014-09-08
std: Turn down the stdout chunk size
Alex Crichton
-1
/
+8
2014-09-03
Remove cross-borrowing for traits.
Nick Cameron
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-08-07
auto merge of #16220 : tshepang/rust/temp, r=steveklabnik
bors
-1
/
+1
2014-08-06
Use byte literals in libstd
nham
-1
/
+1
2014-08-03
doc: make the sentence make more sense
Tshepang Lekhonkhobe
-1
/
+1
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-1
/
+1
2014-06-16
std: Chunk writing to stdout on windows
Alex Crichton
-4
/
+15
2014-06-15
Register new snapshots
Alex Crichton
-6
/
+6
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-64
/
+36
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
[prev]
[next]