<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/test/src/tests.rs, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-28T19:40:29+00:00</updated>
<entry>
<title>Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`</title>
<updated>2025-04-28T19:40:29+00:00</updated>
<author>
<name>Lieselotte</name>
<email>52315535+she3py@users.noreply.github.com</email>
</author>
<published>2025-04-28T19:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55a419f444378afb5eceb361959fa57eefce2be1'/>
<id>urn:sha1:55a419f444378afb5eceb361959fa57eefce2be1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a bunch of emscripten test ignores</title>
<updated>2025-01-24T09:25:34+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-01-23T19:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88ff147c567656bc033eb7a1441b173d235ac465'/>
<id>urn:sha1:88ff147c567656bc033eb7a1441b173d235ac465</id>
<content type='text'>
They are either outdated as emscripten now supports i128 or they are
subsumed by #[cfg_attr(not(panic = "unwind"), ignore]
</content>
</entry>
<entry>
<title>test: add `#![warn(unreachable_pub)]`</title>
<updated>2025-01-20T17:46:29+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2025-01-09T21:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=939b7047a0495e461efa57fed828fedd06b1cdb4'/>
<id>urn:sha1:939b7047a0495e461efa57fed828fedd06b1cdb4</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>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>remove redundant imports</title>
<updated>2023-12-10T02:56:22+00:00</updated>
<author>
<name>surechen</name>
<email>chenshuo17@huawei.com</email>
</author>
<published>2023-11-10T02:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40ae34194c586eea3614d3216322053d2e8e7b37'/>
<id>urn:sha1:40ae34194c586eea3614d3216322053d2e8e7b37</id>
<content type='text'>
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
</content>
</entry>
<entry>
<title>ignore core, alloc and test tests that require unwinding on panic=abort</title>
<updated>2023-06-13T13:53:24+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro.albini@ferrous-systems.com</email>
</author>
<published>2023-06-05T13:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=44556eed363ea17a755a137c68e0af9ab6f522b1'/>
<id>urn:sha1:44556eed363ea17a755a137c68e0af9ab6f522b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle cfg(bootstrap)</title>
<updated>2023-04-28T15:47:55+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2023-04-21T13:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a7bb8c78517102e375d4d04e5b2cac4f121c56e5'/>
<id>urn:sha1:a7bb8c78517102e375d4d04e5b2cac4f121c56e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implementing "&lt;test_binary&gt; --list --format json" #107307 #49359</title>
<updated>2023-03-15T18:20:20+00:00</updated>
<author>
<name>Partha P. Das</name>
<email>parthopdas@live.com</email>
</author>
<published>2023-02-08T02:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37207536327c10186b1b348cdc57354b35bcbba6'/>
<id>urn:sha1:37207536327c10186b1b348cdc57354b35bcbba6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print why a test was ignored if it's the only test specified.</title>
<updated>2023-01-23T00:56:13+00:00</updated>
<author>
<name>Lenko Donchev</name>
<email>lenko.donchev@gmail.com</email>
</author>
<published>2023-01-12T11:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77133370ce04666af364c218ba2b2c7ccfb60065'/>
<id>urn:sha1:77133370ce04666af364c218ba2b2c7ccfb60065</id>
<content type='text'>
</content>
</entry>
</feed>
