This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
85bc88df5f
rust
/
library
/
std
/
src
/
io
History
Download ZIP
Download TAR.GZ
Tyson Nottingham
85bc88df5f
BufWriter: use #[cold] and less aggressive #[inline] hints
2021-04-13 10:03:22 -07:00
..
buffered
BufWriter: use #[cold] and less aggressive #[inline] hints
2021-04-13 10:03:22 -07:00
cursor
Make some std::io functions
const
2020-11-06 17:48:26 +01:00
error
Add test for io::Error::new_const.
2021-03-21 20:22:26 +01:00
impls
std: move "mod tests/benches" to separate files
2020-08-31 02:56:59 +00:00
stdio
std: move "mod tests/benches" to separate files
2020-08-31 02:56:59 +00:00
util
specialize io::copy to use the memory of the writer if it is a BufWriter
2021-01-31 14:58:03 +01:00
copy.rs
library: Normalize safety-for-unsafe-block comments
2021-02-24 06:13:42 +01:00
cursor.rs
Use io::Error::new_const everywhere to avoid allocations.
2021-03-21 20:22:38 +01:00
error.rs
Add #[inline] to io::Error methods.
2021-03-27 12:22:17 +01:00
impls.rs
Use io::Error::new_const everywhere to avoid allocations.
2021-03-21 20:22:38 +01:00
mod.rs
Auto merge of
#80965
- camelid:rename-doc-spotlight, r=jyn514
2021-04-02 07:04:58 +00:00
prelude.rs
Use heading for
std::prelude
and not
io::prelude
2021-01-05 17:52:24 -08:00
stdio.rs
Add missing "see its documentation for more" stdio
2021-02-22 18:48:32 +08:00
tests.rs
Use io::Error::new_const everywhere to avoid allocations.
2021-03-21 20:22:38 +01:00
util.rs
Fix line length format
2021-01-31 08:52:57 -05:00