<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_macros/src/hash_stable.rs, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-23T01:14:27+00:00</updated>
<entry>
<title>Remove `synstructure::Structure::underscore_const` calls.</title>
<updated>2025-04-23T01:14:27+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-04-23T01:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51088fdcee082e2edcc08b26b7a248ee2efbb821'/>
<id>urn:sha1:51088fdcee082e2edcc08b26b7a248ee2efbb821</id>
<content type='text'>
The `synstructure` docs say "This method is a no-op, underscore consts
are used by default now." The behaviour change occurred going from
`synstructure` version 0.13.0 to 0.13.1.
</content>
</entry>
<entry>
<title>Make synstructure underscore_const(true) the default</title>
<updated>2024-02-17T12:57:33+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-01-28T12:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1144436f69fb3c235dd0dbf90f1833bec830856'/>
<id>urn:sha1:c1144436f69fb3c235dd0dbf90f1833bec830856</id>
<content type='text'>
since otherwise it will trigger the non_local_definitions lint
</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>Unify HashStable implementations</title>
<updated>2023-11-21T05:49:45+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-19T23:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9143ea1d9bad9871e77476f523da9d013357158'/>
<id>urn:sha1:c9143ea1d9bad9871e77476f523da9d013357158</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir</title>
<updated>2023-11-21T05:49:44+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-11-04T17:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=426bc70ad661e6edd66949f3d938c0c07571dbc5'/>
<id>urn:sha1:426bc70ad661e6edd66949f3d938c0c07571dbc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Factor out some duplicated code.</title>
<updated>2023-11-09T23:54:26+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-08T22:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd6bab9eff79d3d973d0e0a771c5872375650da9'/>
<id>urn:sha1:dd6bab9eff79d3d973d0e0a771c5872375650da9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor cleanups.</title>
<updated>2023-11-09T23:54:26+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-08T07:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b35e5766576c1355f69f57c738998edbe4c8d807'/>
<id>urn:sha1:b35e5766576c1355f69f57c738998edbe4c8d807</id>
<content type='text'>
- Reduce some function exposure.
- Fix some comment formatting.
</content>
</entry>
<entry>
<title>migrate rustc_macros to syn 2.0</title>
<updated>2023-04-06T04:55:58+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2023-03-27T13:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=af74ef89934ad30b24132b464b6b4cf7cb0e1381'/>
<id>urn:sha1:af74ef89934ad30b24132b464b6b4cf7cb0e1381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more clippy fixes</title>
<updated>2021-11-07T15:59:05+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2021-11-07T09:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c454551dae45563e7a33da7142377cf7d8dbcbf'/>
<id>urn:sha1:5c454551dae45563e7a33da7142377cf7d8dbcbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov"</title>
<updated>2021-10-15T09:28:23+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2021-10-15T09:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=44570143989cdd529aff488b8fa5534c4802fbce'/>
<id>urn:sha1:44570143989cdd529aff488b8fa5534c4802fbce</id>
<content type='text'>
The PR had some unforseen perf regressions that are not as easy to find.
Revert the PR for now.

This reverts commit 6ae8912a3e7d2c4c775024f58a7ba4b1aedc4073, reversing
changes made to 86d6d2b7389fe1b339402c1798edae8b695fc9ef.
</content>
</entry>
</feed>
