about summary refs log tree commit diff
path: root/library/std/src/io/cursor.rs
AgeCommit message (Collapse)AuthorLines
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-4/+4
2020-11-06Add tracking issueBenoît du Garreau-3/+3
2020-11-06Make some std::io functions `const`Benoît du Garreau-3/+6
Includes: - io::Cursor::new - io::Cursor::get_ref - io::Cursor::position - io::empty - io::repeat - io::sink
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-528/+3
Also doing fmt inplace as requested.
2020-08-18Move to intra doc links for std::ioAlexis Bourget-9/+5
2020-07-27mv std libs to library/mark-0/+981