<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/abi/debug.rs, 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-08-21T12:04:02+00:00</updated>
<entry>
<title>Fix the ABI parameter inconsistency issue in debug.rs for LoongArch64</title>
<updated>2025-08-21T12:04:02+00:00</updated>
<author>
<name>WANG Rui</name>
<email>wangrui@loongson.cn</email>
</author>
<published>2025-08-21T11:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d07009cb8918f22271bdca0942cae4de452a0ce6'/>
<id>urn:sha1:d07009cb8918f22271bdca0942cae4de452a0ce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests/ui/abi/debug.rs to cross-compile for riscv64</title>
<updated>2025-07-05T01:13:58+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2025-07-05T00:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=64bec0ffdb413edb067a15fa0275128766d9554c'/>
<id>urn:sha1:64bec0ffdb413edb067a15fa0275128766d9554c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed the ABI parameter inconsistency issue in debug.rs for the riscv64 architecture.</title>
<updated>2025-07-05T00:32:33+00:00</updated>
<author>
<name>YingkaiLi-VM</name>
<email>yingkai.oerv@isrc.iscas.ac.cn</email>
</author>
<published>2025-06-03T17:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=57d989b66ab8c3d9f4b44cb1396f74e488ebb0e8'/>
<id>urn:sha1:57d989b66ab8c3d9f4b44cb1396f74e488ebb0e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minicore: use core's `diagnostic::on_unimplemented` messages</title>
<updated>2025-07-03T08:22:40+00:00</updated>
<author>
<name>Folkert de Vries</name>
<email>folkert@folkertdev.nl</email>
</author>
<published>2025-07-02T13:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8512e397695fc6a64862ff37c0940ef9c936b24d'/>
<id>urn:sha1:8512e397695fc6a64862ff37c0940ef9c936b24d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace infallible `name_or_empty` methods with fallible `name` methods.</title>
<updated>2025-04-16T23:50:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-04-10T04:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fef0a30ae6b2687dfb286cb544d2a542f7e2335'/>
<id>urn:sha1:2fef0a30ae6b2687dfb286cb544d2a542f7e2335</id>
<content type='text'>
I'm removing empty identifiers everywhere, because in practice they
always mean "no identifier" rather than "empty identifier". (An empty
identifier is impossible.) It's better to use `Option` to mean "no
identifier" because you then can't forget about the "no identifier"
possibility.

Some specifics:
- When testing an attribute for a single name, the commit uses the
  `has_name` method.
- When testing an attribute for multiple names, the commit uses the new
  `has_any_name` method.
- When using `match` on an attribute, the match arms now have `Some` on
  them.

In the tests, we now avoid printing empty identifiers by not printing
the identifier in the `error:` line at all, instead letting the carets
point out the problem.
</content>
</entry>
<entry>
<title>Augment some tests involving attributes.</title>
<updated>2025-04-16T23:50:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-04-10T03:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e1f2f9c54338cbefddffcce725f89d271d2cbe8'/>
<id>urn:sha1:7e1f2f9c54338cbefddffcce725f89d271d2cbe8</id>
<content type='text'>
This shows places where the use of `name_or_empty` causes problems, i.e.
we print empty identifiers in error messages:
```
error: unrecognized field name ``
error: `` isn't a valid `#[macro_export]` argument
`#[no_sanitize()]` should be applied to a function
```
(The last one is about an attribute `#[no_sanitize("address")]`.)

The next commit will fix these.
</content>
</entry>
<entry>
<title>adjust UI tests</title>
<updated>2025-01-10T01:22:57+00:00</updated>
<author>
<name>The 8472</name>
<email>git@infinite-source.de</email>
</author>
<published>2024-12-23T22:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7fb729d393e40919adfa0738a205c24c821808d'/>
<id>urn:sha1:d7fb729d393e40919adfa0738a205c24c821808d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the `-test` suffix from normalize directives</title>
<updated>2024-12-27T08:58:16+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-12-25T11:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=835fbcbcab82ce728a7233de6c32a2d206e3336c'/>
<id>urn:sha1:835fbcbcab82ce728a7233de6c32a2d206e3336c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always use a colon in `//@ normalize-*:` headers</title>
<updated>2024-07-11T02:23:44+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-06-21T05:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731'/>
<id>urn:sha1:9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives</title>
<updated>2024-02-16T20:02:50+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-16T20:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec2cc761bc7067712ecc7734502f703fe3b024c8'/>
<id>urn:sha1:ec2cc761bc7067712ecc7734502f703fe3b024c8</id>
<content type='text'>
</content>
</entry>
</feed>
