<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/incremental, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-13T13:50:01+00:00</updated>
<entry>
<title>Bless incremental tests.</title>
<updated>2025-07-13T13:50:01+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-07-03T13:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27127e342d28ebeb0734916ada6979b6938fb532'/>
<id>urn:sha1:27127e342d28ebeb0734916ada6979b6938fb532</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop requiring HIR for trait item wf checks</title>
<updated>2025-06-30T08:45:43+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-06-13T09:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38ef94aef13d149728b05c7a6fa523a4ea85399e'/>
<id>urn:sha1:38ef94aef13d149728b05c7a6fa523a4ea85399e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge `lower_item` into `check_item_type`</title>
<updated>2025-06-30T08:45:43+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-06-06T08:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb158c2119b44c3d2c61d8e2914d39aa02dfbb1f'/>
<id>urn:sha1:cb158c2119b44c3d2c61d8e2914d39aa02dfbb1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unconditionally run `check_item_type` on all items</title>
<updated>2025-06-30T08:06:08+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-06-04T08:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b5d57d0a9d8ba75fd1602f62d0bfd9f2f6acd1e'/>
<id>urn:sha1:9b5d57d0a9d8ba75fd1602f62d0bfd9f2f6acd1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: Improve diagnostics for line annotation mismatches</title>
<updated>2025-06-23T18:30:56+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-05-03T12:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a4f09c2240ef2eb4d1e383f0d471b85ce8d0720'/>
<id>urn:sha1:7a4f09c2240ef2eb4d1e383f0d471b85ce8d0720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov</title>
<updated>2025-06-21T03:25:55+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>t.gross35@gmail.com</email>
</author>
<published>2025-06-21T03:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c93fac7d64394c6b926d863c1903d2e91fd2e41d'/>
<id>urn:sha1:c93fac7d64394c6b926d863c1903d2e91fd2e41d</id>
<content type='text'>
Marks ADT live if it appears in pattern

Marks ADT live if it appears in pattern, it implies the construction of the ADT.
1. Then we can detect unused private ADTs impl `Default`, without special logics for `Default` and other std traits.
2. We can also remove `rustc_trivial_field_reads` on `Default`, and the logic in `should_ignore_item` (introduced by rust-lang/rust#126302).

Fixes rust-lang/rust#120770

Extracted from rust-lang/rust#128637.
r? `@petrochenkov`
</content>
</entry>
<entry>
<title>tests: bless remaining tests</title>
<updated>2025-06-16T23:04:35+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-02-03T15:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=183458263b0aea42a6ea8b8417117abcae178679'/>
<id>urn:sha1:183458263b0aea42a6ea8b8417117abcae178679</id>
<content type='text'>
These tests just need blessing, they don't have any interesting behaviour
changes.

Some of these tests have new errors because `LegacyReceiver` cannot be
proven to be implemented now that it is also testing for `MetaSized` -
but this is just a consequence of the other errors in the test.
</content>
</entry>
<entry>
<title>Marks ADT live if it appears in pattern</title>
<updated>2025-06-14T05:44:43+00:00</updated>
<author>
<name>Mu001999</name>
<email>mu001999@outlook.com</email>
</author>
<published>2025-06-14T04:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52167e04e62a84fe5073c4074733c72f96961ace'/>
<id>urn:sha1:52167e04e62a84fe5073c4074733c72f96961ace</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Change "fastcall" to "system" in some tests</title>
<updated>2025-06-09T23:10:21+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2025-06-06T22:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=643a9d233b4f1547220134daea4bcca809302d40'/>
<id>urn:sha1:643a9d233b4f1547220134daea4bcca809302d40</id>
<content type='text'>
Lets the test still work on different architectures.
</content>
</entry>
<entry>
<title>Add a test to reproduce ICE</title>
<updated>2025-06-03T20:56:45+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-06-03T20:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7db329e81c4501d8f70f11e8bfcc16dd2214219'/>
<id>urn:sha1:f7db329e81c4501d8f70f11e8bfcc16dd2214219</id>
<content type='text'>
</content>
</entry>
</feed>
