<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/run-make/fmt-write-bloat, branch automation/bors/try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-10-04T13:22:29+00:00</updated>
<entry>
<title>test: make sure `fmt-write-bloat` does not vacuously pass</title>
<updated>2025-10-04T13:22:29+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-10-04T09:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f1f35124b15302a1341811cff787a5867389d9a2'/>
<id>urn:sha1:f1f35124b15302a1341811cff787a5867389d9a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #143837 - jieyouxu:symbol-apis, r=ChrisDenton</title>
<updated>2025-07-15T10:52:39+00:00</updated>
<author>
<name>Samuel Tardieu</name>
<email>sam@rfc1149.net</email>
</author>
<published>2025-07-15T10:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b89c63de0e1b7f1f97c35628254039ba19ed6967'/>
<id>urn:sha1:b89c63de0e1b7f1f97c35628254039ba19ed6967</id>
<content type='text'>
Adjust `run_make_support::symbols` helpers

Massage the `symbols` helpers to fill out {match all, match any} x {substring match, exact match}:

|           | Substring match                        | Exact match                   |
|-----------|----------------------------------------|-------------------------------|
| Match any | `object_contains_any_symbol_substring` | `object_contains_any_symbol`  |
| Match all | `object_contains_all_symbol_substring` | `object_contains_all_symbols` |

As I'd like to use `object_contains_all_symbols` for rust-lang/rust#143669.

As part of this:

- Rename `any_symbol_contains` to `object_contains_any_symbol_substring` for accuracy, as `any_symbol_contains` is actually "contains any matching substring".
- Remove `with_symbol_iter`.

Noticed while working on https://github.com/rust-lang/rust/pull/143669.

r? ``@ChrisDenton`` (or compiler)
</content>
</entry>
<entry>
<title>Update `run-make` tests to use adjusted `symbols` helpers</title>
<updated>2025-07-13T06:28:49+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-07-12T13:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d0cbc6816cbc3cf069a9970a09666ed5b4aafdf'/>
<id>urn:sha1:1d0cbc6816cbc3cf069a9970a09666ed5b4aafdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix std debug assertions gate in `fmt-write-boat`</title>
<updated>2025-07-11T12:01:42+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-07-11T12:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=33e69623bae7cee0e1706cc64f81edee8a4283d9'/>
<id>urn:sha1:33e69623bae7cee0e1706cc64f81edee8a4283d9</id>
<content type='text'>
The test itself is still broken, but fix this gating separately first.
</content>
</entry>
<entry>
<title>Enable fmt-write-bloat for Windows</title>
<updated>2025-06-21T18:50:44+00:00</updated>
<author>
<name>Daniel Paoliello</name>
<email>danpao@microsoft.com</email>
</author>
<published>2025-06-21T18:50:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=33b3ea23c9b5a1192e78e3ee7306cf2aafeff3d1'/>
<id>urn:sha1:33b3ea23c9b5a1192e78e3ee7306cf2aafeff3d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove support for the #[start] attribute</title>
<updated>2025-01-21T13:59:15+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-12-14T08:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56c90dc31e86bbaf486826a21a33d7c56e8f742f'/>
<id>urn:sha1:56c90dc31e86bbaf486826a21a33d7c56e8f742f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update reason why fmt-write-bloat ignores windows</title>
<updated>2024-08-09T21:21:43+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2024-08-09T21:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ef90df69044df03daece7ad367792a6424420f90'/>
<id>urn:sha1:ef90df69044df03daece7ad367792a6424420f90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only link libc on *nix platforms</title>
<updated>2024-08-09T21:17:32+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2024-08-09T21:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2cc029edf5239e1754f2cde3de4f69c45c134550'/>
<id>urn:sha1:2cc029edf5239e1754f2cde3de4f69c45c134550</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tidy</title>
<updated>2024-07-30T17:33:36+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2024-07-30T17:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ebd6718218642b8b63584214e35f7d69d24ae845'/>
<id>urn:sha1:ebd6718218642b8b63584214e35f7d69d24ae845</id>
<content type='text'>
this commit cannot easily be squashed, since there is already a
PR based on the previous commit.
</content>
</entry>
<entry>
<title>migrate fmt-write-bloat to rmake</title>
<updated>2024-07-30T16:19:57+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2024-07-24T18:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4feb949617c9a24f8750d8a69197f086b0005cee'/>
<id>urn:sha1:4feb949617c9a24f8750d8a69197f086b0005cee</id>
<content type='text'>
</content>
</entry>
</feed>
