<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/error.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-26T10:28:04+00:00</updated>
<entry>
<title>Move std::error unit tests to integration tests</title>
<updated>2025-01-26T10:28:04+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-01-17T09:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=03d44a641b61d4cad0cb025ffb1d6be7cd194ae7'/>
<id>urn:sha1:03d44a641b61d4cad0cb025ffb1d6be7cd194ae7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: refactor backtrace formatting</title>
<updated>2024-08-01T15:24:29+00:00</updated>
<author>
<name>Konippi</name>
<email>konippi-114@outlook.jp</email>
</author>
<published>2024-08-01T15:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45d35ba4fdecb7cbc6e01688c19e12d5f2c9d1d9'/>
<id>urn:sha1:45d35ba4fdecb7cbc6e01688c19e12d5f2c9d1d9</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 doc nits</title>
<updated>2024-07-26T12:26:33+00:00</updated>
<author>
<name>John Arundel</name>
<email>john@bitfieldconsulting.com</email>
</author>
<published>2024-07-15T11:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a19472a93e2eecce1477011fa9f7ec49b45ca164'/>
<id>urn:sha1:a19472a93e2eecce1477011fa9f7ec49b45ca164</id>
<content type='text'>
Many tiny changes to stdlib doc comments to make them consistent (for example
"Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph
breaks, backticks for monospace style, and other minor nits.

https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
</content>
</entry>
<entry>
<title>std: move `sys_common::backtrace` to `sys`</title>
<updated>2024-06-16T11:14:01+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-06-16T11:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf9510cd3382fb1a5b4902a1b0e68af3e3274931'/>
<id>urn:sha1:cf9510cd3382fb1a5b4902a1b0e68af3e3274931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean dead codes</title>
<updated>2023-11-26T01:25:07+00:00</updated>
<author>
<name>r0cky</name>
<email>mu001999@outlook.com</email>
</author>
<published>2023-11-25T10:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91aee2de15e52f65c070e012e7993618aed30aba'/>
<id>urn:sha1:91aee2de15e52f65c070e012e7993618aed30aba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose core::error::request_value in std</title>
<updated>2023-08-18T17:06:53+00:00</updated>
<author>
<name>Jake Goulding</name>
<email>jake.goulding@gmail.com</email>
</author>
<published>2023-08-18T17:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=74942daf712c0b8cbba50864f22ca5bd919ab1cb'/>
<id>urn:sha1:74942daf712c0b8cbba50864f22ca5bd919ab1cb</id>
<content type='text'>
I think this was simply forgotten in #113464.
</content>
</entry>
<entry>
<title>core/any: remove Provider trait</title>
<updated>2023-08-13T19:07:53+00:00</updated>
<author>
<name>wayne warren</name>
<email>wayne.warren.s@gmail.com</email>
</author>
<published>2023-07-06T16:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a646b3996510fb79a8fd4701f888542e9b280504'/>
<id>urn:sha1:a646b3996510fb79a8fd4701f888542e9b280504</id>
<content type='text'>
* remove `impl Provider for Error`
* rename `Demand` to `Request`
* update docstrings to focus on the conceptual API provided by `Request`
* move `core::any::{request_ref, request_value}` functions into `core::error`
* move `core::any::tag`, `core::any::Request`, an `core::any::TaggedOption` into `core::error`
* replace `provide_any` feature name w/ `error_generic_member_access`
* move `core::error::request_{ref,value} tests into core::tests::error module
* update unit and doc tests
</content>
</entry>
<entry>
<title>Change default panic handler message format.</title>
<updated>2023-07-29T09:42:50+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2023-06-20T17:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e729404da1e741e26a398192fcd1614514117cf'/>
<id>urn:sha1:0e729404da1e741e26a398192fcd1614514117cf</id>
<content type='text'>
</content>
</entry>
</feed>
