<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/io/impls.rs, branch 1.90.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.90.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.90.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-28T01:09:09+00:00</updated>
<entry>
<title>Override default Write methods for cursor-like types</title>
<updated>2025-02-28T01:09:09+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-02-16T02:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41bdd2b74a8c380fb0fec1ad4d8ee21a11238a8b'/>
<id>urn:sha1:41bdd2b74a8c380fb0fec1ad4d8ee21a11238a8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline VecDeque&lt;u8&gt; and BorrowedCursor methods</title>
<updated>2025-02-28T01:07:20+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-02-15T09:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67cc82a704a38fcd574b0dc4373d939effed9496'/>
<id>urn:sha1:67cc82a704a38fcd574b0dc4373d939effed9496</id>
<content type='text'>
All other methods in this file have #[inline] and these methods are very
similar to those of &amp;[u8] which are already inlined here.
</content>
</entry>
<entry>
<title>Forward all default methods for I/O impls</title>
<updated>2025-02-15T05:48:12+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-02-15T05:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=11c174006e94de3c78faa679fe958c3ff3986842'/>
<id>urn:sha1:11c174006e94de3c78faa679fe958c3ff3986842</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specialize `read_exact` and `read_buf_exact` for `VecDeque`</title>
<updated>2024-10-23T08:09:24+00:00</updated>
<author>
<name>Benoît du Garreau</name>
<email>bdgdlm@outlook.com</email>
</author>
<published>2024-10-22T15:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77a7164ec99c5ba195f107b221d37a55667f3a87'/>
<id>urn:sha1:77a7164ec99c5ba195f107b221d37a55667f3a87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Fix `read_exact` and `read_buf_exact` for `&amp;[u8]` and `io:Cursor`</title>
<updated>2024-05-14T14:16:33+00:00</updated>
<author>
<name>Benoît du Garreau</name>
<email>bdgdlm@outlook.com</email>
</author>
<published>2024-05-14T14:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cfb04795a1183ca59a4d63060f3443accb9e59bd'/>
<id>urn:sha1:cfb04795a1183ca59a4d63060f3443accb9e59bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`VecDeque::read_to_string`: avoid making the slices contiguous</title>
<updated>2024-04-12T07:44:05+00:00</updated>
<author>
<name>Benoît du Garreau</name>
<email>bdgdlm@outlook.com</email>
</author>
<published>2024-03-14T10:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23211b638a78bc7b3e69b8e8cdd25abebeb0f7ea'/>
<id>urn:sha1:23211b638a78bc7b3e69b8e8cdd25abebeb0f7ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve several `Read` implementations</title>
<updated>2024-04-12T07:43:39+00:00</updated>
<author>
<name>Benoît du Garreau</name>
<email>bdgdlm@outlook.com</email>
</author>
<published>2024-03-13T14:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b07c1f7f4d46f083725a03f85a3c6cd3447267ae'/>
<id>urn:sha1:b07c1f7f4d46f083725a03f85a3c6cd3447267ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Factor some common `io::Error` constants</title>
<updated>2024-04-11T07:55:15+00:00</updated>
<author>
<name>Benoît du Garreau</name>
<email>bdgdlm@outlook.com</email>
</author>
<published>2024-04-10T17:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9c64068ddbdb98512467f6273bda87d466b346d1'/>
<id>urn:sha1:9c64068ddbdb98512467f6273bda87d466b346d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specialize many implementations of `Read::read_buf_exact`</title>
<updated>2024-03-12T17:28:55+00:00</updated>
<author>
<name>Benoît du Garreau</name>
<email>bdgdlm@outlook.com</email>
</author>
<published>2024-03-12T17:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87348093954be36b2583dda2e6e842950d346254'/>
<id>urn:sha1:87348093954be36b2583dda2e6e842950d346254</id>
<content type='text'>
</content>
</entry>
</feed>
