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
/
library
/
std
/
src
/
io
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-2
/
+2
2021-11-02
read_buf
DrMeepster
-1
/
+44
2021-10-07
Optimize File::read_to_end and read_to_string
John Kugelman
-1
/
+1
2021-09-22
Fix read_to_end to not grow an exact size buffer
John Kugelman
-15
/
+3
2021-07-01
Stabilize `Seek::rewind`
Aris Merchant
-0
/
+4
2021-06-18
Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-se
bors
-0
/
+10
2021-06-17
Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-se
Mara Bos
-1
/
+19
2021-06-10
Specialize `io::Bytes::size_hint` for more types
BenoƮt du Garreau
-1
/
+19
2021-06-05
Rename IoSlice(Mut)::advance_slice to advance_slices
Thomas de Zeeuw
-16
/
+16
2021-05-29
Add has_data_left() to BufRead
YuhanLiin
-0
/
+10
2021-05-29
Rename IoSlice(Mut)::advance to advance_slice
Thomas de Zeeuw
-18
/
+18
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-2
/
+2
2021-01-31
Add tests for SizeHint implementations
Xavientois
-2
/
+29
2021-01-31
Use fully qualified syntax to avoid dyn
Xavientois
-1
/
+21
2020-11-13
move copy specialization tests to their own module
The8472
-181
/
+0
2020-11-13
add benchmarks
The8472
-1
/
+131
2020-11-13
move tests module into separate file
The8472
-1
/
+52
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+494