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
Age
Commit message (
Expand
)
Author
Lines
2014-12-21
rollup merge of #20077: shepmaster/stdin-typo
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-0
/
+1
2014-12-21
rollup merge of #19932: elszben/master
Alex Crichton
-0
/
+50
2014-12-20
Correct typo in doc for StdinReaderGuard
Jake Goulding
-1
/
+1
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-11
/
+5
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-49
/
+19
2014-12-18
Delete rest of rustrt
Aaron Turon
-0
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-16
/
+16
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
-32
/
+28
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
-11
/
+13
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-17
rollup merge of #19873: drewm1980/master
Alex Crichton
-5
/
+5
2014-12-17
rollup merge of #19869: sfackler/free-stdin
Alex Crichton
-0
/
+7
2014-12-17
rollup merge of #19859: alexcrichton/flaky-test
Alex Crichton
-1
/
+2
2014-12-17
Replaced wrapper functions with no_run and as_str().unwrap() with display()
elszben
-6
/
+3
2014-12-16
Added example to TempDir
elszben
-0
/
+53
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-5
/
+5
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-9
/
+9
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-5
/
+5
2014-12-15
rollup merge of #19710: steveklabnik/gh15449
Brian Anderson
-4
/
+4
2014-12-15
Standardize some usages of "which" in docstrings
Andrew Wagner
-5
/
+5
2014-12-14
Free stdin on exit
Steven Fackler
-0
/
+7
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-9
/
+9
2014-12-14
std: Bind port early to make a test more reliable
Alex Crichton
-1
/
+2
2014-12-15
auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton
bors
-1
/
+0
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-114
/
+117
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-37
/
+62
2014-12-13
Add `Copy` to bitflags-generated structures
Valerii Hiora
-1
/
+0
2014-12-11
Register new snapshots
Alex Crichton
-1
/
+1
2014-12-10
Fix inappropriate ## headings
Steve Klabnik
-4
/
+4
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+43
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-59
/
+56
2014-12-07
Fix syntax error on android tests
Jorge Aparicio
-2
/
+2
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-19
/
+19
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-40
/
+37
2014-12-07
auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmr
bors
-25
/
+35
2014-12-06
auto merge of #19431 : erickt/rust/buf-writer-error, r=alexcrichton
bors
-17
/
+27
2014-12-05
Utilize fewer reexports
Corey Farwell
-25
/
+35
2014-12-05
rollup merge of #19416: sfackler/global-stdin
Corey Richardson
-24
/
+136
2014-12-05
rollup merge of #19364: steveklabnik/doc_buffered_reader
Corey Richardson
-3
/
+3
2014-12-05
std: change BufWriter to return ShortWrite/EndOfFile
Erick Tryzelaar
-17
/
+27
2014-12-05
auto merge of #19303 : nodakai/rust/libsyntax-reject-dirs, r=alexcrichton
bors
-9
/
+23
2014-12-04
auto merge of #18980 : erickt/rust/reader, r=erickt
bors
-6
/
+78
2014-12-03
Back io::stdin with a global singleton BufferedReader
Steven Fackler
-24
/
+136
2014-12-04
libstd: explicitly disallow io::fs::File to open a directory.
NODA, Kai
-8
/
+22
[next]