rust/library/std/src/io/buffered
Arthur Carcano 88ac7ace56 Delete architecture-specific memchr code in std::sys
Currently all architecture-specific memchr code is only used in
`std::io`. Most of the actual `memchr` capacity exposed to the user
through the slice API is instead implemented in core::slice::memchr.

Hence this commit deletes memchr from std::sys[_common] and replace
calls to it by calls to core::slice::memchr functions. This deletes
(r)memchr from the list of symbols linked to libc.
2024-02-20 22:27:39 +01:00
..
bufreader Avoid defensive re-initialization of the BufReader buffer 2022-10-06 23:31:57 -04:00
bufreader.rs Remove an old hack for rustdoc 2024-02-19 21:16:27 +03:00
bufwriter.rs Remove an old hack for rustdoc 2024-02-19 21:16:27 +03:00
linewriter.rs Relax implicit W: Sized bound on LineWriter<W> 2023-05-01 23:56:23 +00:00
linewritershim.rs Delete architecture-specific memchr code in std::sys 2024-02-20 22:27:39 +01:00
mod.rs Compute most of Public/Exported access level in rustc_resolve 2022-01-09 21:33:14 +00:00
tests.rs rewrite: line_long_tail_not_flushed description 2023-04-26 02:11:13 -04:00