<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/error, 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 `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>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>remove fn backtrace</title>
<updated>2022-08-01T20:10:40+00:00</updated>
<author>
<name>Jane Losare-Lusby</name>
<email>jlusby@yaah.dev</email>
</author>
<published>2022-07-18T17:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2bbca393384c6d7e343decef5a927e16f003038'/>
<id>urn:sha1:b2bbca393384c6d7e343decef5a927e16f003038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use implicit capture syntax in format_args</title>
<updated>2022-03-10T15:23:40+00:00</updated>
<author>
<name>T-O-R-U-S</name>
<email>bageliq@protonmail.com</email>
</author>
<published>2022-02-12T19:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72a25d05bf1a4b155d74139ef700ff93af6d8e22'/>
<id>urn:sha1:72a25d05bf1a4b155d74139ef700ff93af6d8e22</id>
<content type='text'>
This updates the standard library's documentation to use the new syntax. The
documentation is worthwhile to update as it should be more idiomatic
(particularly for features like this, which are nice for users to get acquainted
with). The general codebase is likely more hassle than benefit to update: it'll
hurt git blame, and generally updates can be done by folks updating the code if
(and when) that makes things more readable with the new format.

A few places in the compiler and library code are updated (mostly just due to
already having been done when this commit was first authored).
</content>
</entry>
<entry>
<title>silence tidy errors</title>
<updated>2022-01-07T21:59:27+00:00</updated>
<author>
<name>Jane Lusby</name>
<email>jlusby@yaah.dev</email>
</author>
<published>2022-01-07T18:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72cb1bd06dfdcec7c707e46fff44b3351a6c5ea9'/>
<id>urn:sha1:72cb1bd06dfdcec7c707e46fff44b3351a6c5ea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update report output and fix examples</title>
<updated>2021-12-16T22:06:28+00:00</updated>
<author>
<name>Jane Lusby</name>
<email>jlusby@yaah.dev</email>
</author>
<published>2021-12-16T22:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4420cc33d6686c9d4ae6bf490b977fc47e56d340'/>
<id>urn:sha1:4420cc33d6686c9d4ae6bf490b977fc47e56d340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update std::error::Report based on feedback</title>
<updated>2021-12-14T21:56:49+00:00</updated>
<author>
<name>Jane Lusby</name>
<email>jlusby@yaah.dev</email>
</author>
<published>2021-12-14T21:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1386a15529f5241402125b37eda7a5bb03fbd247'/>
<id>urn:sha1:1386a15529f5241402125b37eda7a5bb03fbd247</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Attempt to fix tidy errors</title>
<updated>2021-10-27T18:03:53+00:00</updated>
<author>
<name>Sean Chen</name>
<email>seanchen11235@gmail.com</email>
</author>
<published>2021-10-27T18:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0f14cb9301eacb51fc660f1d461cbc783f4aaa7'/>
<id>urn:sha1:c0f14cb9301eacb51fc660f1d461cbc783f4aaa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: move "mod tests/benches" to separate files</title>
<updated>2020-08-31T02:56:59+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-08-27T13:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4e926daeeaedc9178846711daf1f4cb6ce505fb'/>
<id>urn:sha1:a4e926daeeaedc9178846711daf1f4cb6ce505fb</id>
<content type='text'>
Also doing fmt inplace as requested.
</content>
</entry>
</feed>
