<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/layout, 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-09-15T09:01:22+00:00</updated>
<entry>
<title>Fix the testcases to not use UnsizedConstParamTy</title>
<updated>2025-09-15T09:01:22+00:00</updated>
<author>
<name>tiif</name>
<email>pekyuan@gmail.com</email>
</author>
<published>2025-09-15T09:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bd2ee3a0c260894eb92f5f0f5f8dd56182cda3f'/>
<id>urn:sha1:0bd2ee3a0c260894eb92f5f0f5f8dd56182cda3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate transmute checking from typeck.</title>
<updated>2025-08-22T20:10:27+00:00</updated>
<author>
<name>Camille Gillot</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-08-14T22:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a3c878f813dd9c7c788cbe8d817699f2ef927e4e'/>
<id>urn:sha1:a3c878f813dd9c7c788cbe8d817699f2ef927e4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print thread ID in panic message if thread name is unknown</title>
<updated>2025-08-06T23:59:47+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2023-09-11T04:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=289fe36d373c5a13fa7f1b93f39ff88425ab2351'/>
<id>urn:sha1:289fe36d373c5a13fa7f1b93f39ff88425ab2351</id>
<content type='text'>
`panic!` does not print any identifying information for threads that are
unnamed. However, in many cases, the thread ID can be determined.

This changes the panic message from something like this:

    thread '&lt;unnamed&gt;' panicked at src/main.rs:3:5:
    explicit panic

To something like this:

    thread '&lt;unnamed&gt;' (0xff9bf) panicked at src/main.rs:3:5:
    explicit panic

Stack overflow messages are updated as well.

This change applies to both named and unnamed threads. The ID printed is
the OS integer thread ID rather than the Rust thread ID, which should
also be what debuggers print.
</content>
</entry>
<entry>
<title>Check statics' type in type_of.</title>
<updated>2025-07-25T23:39:26+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-07-25T23:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c6496145f86133655a941e0dafd5dfa368514d4'/>
<id>urn:sha1:7c6496145f86133655a941e0dafd5dfa368514d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consider parent predicates in ImpossiblePredicates pass.</title>
<updated>2025-07-20T22:45:07+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-07-20T22:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1987471d05854cc8b5014dab44e7648834c02213'/>
<id>urn:sha1:1987471d05854cc8b5014dab44e7648834c02213</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trait_sel: `MetaSized` always holds temporarily</title>
<updated>2025-07-16T12:35:44+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-07-16T10:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d64937dc25eb2b01596a3581ec2660d8e81b9b2'/>
<id>urn:sha1:8d64937dc25eb2b01596a3581ec2660d8e81b9b2</id>
<content type='text'>
As a temporary measure while a proper fix for
`tests/ui/sized-hierarchy/incomplete-inference-issue-143992.rs`
is implemented, make `MetaSized` obligations always hold. In effect,
temporarily reverting the `sized_hierarchy` feature. This is a small
change that can be backported.
</content>
</entry>
<entry>
<title>Rollup merge of #143296 - Kivooeo:tf21, r=tgross35</title>
<updated>2025-07-05T06:26:21+00:00</updated>
<author>
<name>Jubilee</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2025-07-05T06:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19a7f0fb7dcf3f92574232333b53d7e1aab37542'/>
<id>urn:sha1:19a7f0fb7dcf3f92574232333b53d7e1aab37542</id>
<content type='text'>
`tests/ui`: A New Order [21/N]

&gt; [!NOTE]
&gt;
&gt; Intermediate commits are intended to help review, but will be squashed prior to merge.

Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895.

r? `@tgross35`
</content>
</entry>
<entry>
<title>cleaned up some tests</title>
<updated>2025-07-04T20:25:48+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-30T19:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62ada473281d86e9a7e19d2fe375171874f83cab'/>
<id>urn:sha1:62ada473281d86e9a7e19d2fe375171874f83cab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved tests</title>
<updated>2025-07-04T19:39:50+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-30T19:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ad98f78d4485f6f7f9615c1961bb75b281bfceb'/>
<id>urn:sha1:9ad98f78d4485f6f7f9615c1961bb75b281bfceb</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>
</feed>
