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
2023-04-21
Limit read size in `File::read_to_end` loop
Chris Denton
-1
/
+1
2022-08-28
Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum
Matthias Krüger
-10
/
+10
2022-08-18
make many std tests work in Miri
Ralf Jung
-1
/
+2
2022-08-05
non-linux platforms
Nick Cameron
-3
/
+3
2022-08-04
std::io: migrate ReadBuf to BorrowBuf/BorrowCursor
Nick Cameron
-10
/
+10
2022-07-25
Rollup merge of #95040 - frank-king:fix/94981, r=Mark-Simulacrum
Yuki Okushi
-0
/
+19
2022-05-29
protect `std::io::Take::limit` from overflow in `read`
Frank King
-0
/
+19
2022-03-11
Update tests.
Mara Bos
-4
/
+4
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