<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/io/error.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-06-25T20:52:38+00:00</updated>
<entry>
<title>make `tidy-alphabetical` use a natural sort</title>
<updated>2025-06-25T20:52:38+00:00</updated>
<author>
<name>Folkert de Vries</name>
<email>folkert@folkertdev.nl</email>
</author>
<published>2025-05-20T18:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1dfc8406dcb742453b36daf0ce7486183b1da79c'/>
<id>urn:sha1:1dfc8406dcb742453b36daf0ce7486183b1da79c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add diagnostic items for Clippy</title>
<updated>2025-06-20T15:53:09+00:00</updated>
<author>
<name>Samuel Tardieu</name>
<email>sam@rfc1149.net</email>
</author>
<published>2025-06-20T10:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a9f223f0030729560fd60fbd112e3e6e81ae2a9'/>
<id>urn:sha1:6a9f223f0030729560fd60fbd112e3e6e81ae2a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cfg(bootstrap)</title>
<updated>2025-05-12T13:33:37+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2025-05-10T08:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2ce08ca5d6046600ff641bfa4018247f3b9451c5'/>
<id>urn:sha1:2ce08ca5d6046600ff641bfa4018247f3b9451c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-search: add unbox flag to Result aliases</title>
<updated>2025-04-11T18:36:40+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2025-04-11T18:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e013cf8afcf74a5f27feb7ebb0dca248e5c489fe'/>
<id>urn:sha1:e013cf8afcf74a5f27feb7ebb0dca248e5c489fe</id>
<content type='text'>
Fixes #139665
</content>
</entry>
<entry>
<title>replace version placeholder</title>
<updated>2025-04-09T11:29:59+00:00</updated>
<author>
<name>Boxy</name>
<email>rust@boxyuwu.dev</email>
</author>
<published>2025-03-31T17:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a6c2ec04b456d600b42b0c7286af38044f19a9a6'/>
<id>urn:sha1:a6c2ec04b456d600b42b0c7286af38044f19a9a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize `std::io::ErrorKind::InvalidFilename`</title>
<updated>2025-03-11T11:07:31+00:00</updated>
<author>
<name>Pavel Grigorenko</name>
<email>GrigorenkoPV@ya.ru</email>
</author>
<published>2024-12-09T12:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7475a3416bb7580ad2327c2f3cd4fd7105848bab'/>
<id>urn:sha1:7475a3416bb7580ad2327c2f3cd4fd7105848bab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use correct error message casing for `io::const_error`s</title>
<updated>2025-02-28T16:50:38+00:00</updated>
<author>
<name>Noratrieb</name>
<email>48135649+Noratrieb@users.noreply.github.com</email>
</author>
<published>2025-02-28T16:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cdef38812dd4de2a3fa3b3512b64c28c278ff7cc'/>
<id>urn:sha1:cdef38812dd4de2a3fa3b3512b64c28c278ff7cc</id>
<content type='text'>
Error messages are supposed to start with lowercase letters, but a lot
of `io::const_error` messages did not. This fixes them to start with a
lowercase letter.
I did consider adding a const check for this to the macro, but some of
them start with proper nouns that make sense to uppercase them.

See https://doc.rust-lang.org/1.85.0/std/error/trait.Error.html
</content>
</entry>
<entry>
<title>Fix &amp;&amp;str and trailing commas in io::const_error!</title>
<updated>2025-02-11T00:34:13+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-02-11T00:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e390b299565c7c9054e3dd9189eb1ab76f9f4dd'/>
<id>urn:sha1:9e390b299565c7c9054e3dd9189eb1ab76f9f4dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update version placeholders</title>
<updated>2025-01-08T19:02:18+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2025-01-06T19:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ae92b7adbafd018bf0c829a4691ffbb3933d8f0'/>
<id>urn:sha1:4ae92b7adbafd018bf0c829a4691ffbb3933d8f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay</title>
<updated>2024-12-06T20:21:04+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-12-06T20:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0fe04e22b8cfcd435f82c5d13286aca6d556d3c'/>
<id>urn:sha1:d0fe04e22b8cfcd435f82c5d13286aca6d556d3c</id>
<content type='text'>
Stabilize `std::io::ErrorKind::QuotaExceeded`

Also drop "Filesystem" from its name.

See #130190 for more info.

FCP in #130190

cc #86442

r? `@dtolnay`
</content>
</entry>
</feed>
