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
Age
Commit message (
Expand
)
Author
Lines
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-17
/
+25
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-0
/
+1
2015-04-06
Add `Sync` to the bounds in `io::Error`
Kevin Ballard
-3
/
+8
2015-04-06
Remove outdated notice from BufRead::lines docs.
Matt Brubeck
-3
/
+0
2015-04-02
Rollup merge of #23847 - bcoopers:read_clarification, r=sfackler
Manish Goregaokar
-8
/
+4
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-119
/
+119
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-41
/
+40
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-63
/
+40
2015-03-31
rollup merge of #23908: aturon/stab-more-stragglers
Alex Crichton
-4
/
+6
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-24
/
+2
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-3
/
+3
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-26
/
+4
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-4
/
+4
2015-03-31
Stabilize a few remaining stragglers
Aaron Turon
-4
/
+6
2015-03-31
rollup merge of #23549: aturon/stab-num
Alex Crichton
-1
/
+0
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-1
/
+0
2015-03-31
Stabilize std::num
Aaron Turon
-1
/
+0
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-3
/
+3
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-4
/
+4
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-5
/
+5
2015-03-30
Only zero at most 64k at a time. We still use the doubling
bcoopers
-8
/
+4
2015-03-29
Clearer wording
bcoopers
-3
/
+3
2015-03-29
80 character line limit
bcoopers
-2
/
+3
2015-03-29
Clarified and simplified algorithm for increasing size of buffer in
bcoopers
-5
/
+4
2015-03-29
Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichton
bors
-59
/
+76
2015-03-28
Fix massive performance issue in read_to_end
Steven Fackler
-59
/
+76
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-27
std: Don't deadlock/panic on recursive prints
Alex Crichton
-11
/
+13
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-2
/
+2
2015-03-27
rollup merge of #23769: alexcrichton/stabilize-split
Alex Crichton
-4
/
+3
2015-03-27
rollup merge of #23752: alexcrichton/remove-should-fail
Alex Crichton
-1
/
+1
2015-03-26
std: Stabilize BufRead::split
Alex Crichton
-4
/
+3
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-26
Auto merge of #23680 - erickt:inline, r=cmr
bors
-0
/
+113
2015-03-25
Speed up reading/writing slices with #[inline]
Erick Tryzelaar
-0
/
+113
2015-03-25
Rollup merge of #23664 - bluss:std-docs, r=steveklabnik
Manish Goregaokar
-16
/
+16
2015-03-24
rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops
Alex Crichton
-9
/
+9
2015-03-24
rollup merge of #23668: alexcrichton/io-zero
Alex Crichton
-30
/
+14
2015-03-24
rollup merge of #23592: alexcrichton/tweak-at-exit
Alex Crichton
-8
/
+16
2015-03-24
Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`.
Felix S. Klock II
-9
/
+9
2015-03-24
std: Update docs for removal of ReadExt, WriteExt
Ulrik Sverdrup
-16
/
+16
2015-03-24
std: Zero memory when calling `read_to_end()`
Alex Crichton
-30
/
+14
2015-03-23
rollup merge of #23622: steveklabnik/gh23196
Alex Crichton
-0
/
+6
2015-03-23
rollup merge of #23608: nagisa/refine-cursor-docstring
Alex Crichton
-8
/
+5
2015-03-23
rollup merge of #23607: mahkoh/cursor
Alex Crichton
-0
/
+1
2015-03-23
rollup merge of #23541: aturon/stab-error
Alex Crichton
-1
/
+1
2015-03-23
Stabilize the Error trait
Aaron Turon
-1
/
+1
2015-03-23
Beef up BufRead::consume documentation.
Steve Klabnik
-0
/
+6
2015-03-23
derive missing trait implementations for cursor
Julian Orth
-0
/
+1
[prev]
[next]