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-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
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
[prev]
[next]