<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rustfmt/tests, branch 1.85.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.85.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.85.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-01T15:26:31+00:00</updated>
<entry>
<title>Rollup merge of #136312 - compiler-errors:overflow_delimited_expr-2024, r=ytmimi</title>
<updated>2025-02-01T15:26:31+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2025-01-31T05:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fdc22dc54cdaa173c52cf00f30b8ac3071459991'/>
<id>urn:sha1:fdc22dc54cdaa173c52cf00f30b8ac3071459991</id>
<content type='text'>
Disable `overflow_delimited_expr` in edition 2024

This reverts the style guide changes and sets the default to "false" in rustfmt for style edition 2024.

r? `@ytmimi`

cc `@rust-lang/style` `@rust-lang/rustfmt`
</content>
</entry>
<entry>
<title>Make sure we don't lose default struct value when formatting struct</title>
<updated>2024-12-22T23:55:42+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-12-22T22:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68c46e13a25c4f1eb8cdcd33c407cdd0cd53529b'/>
<id>urn:sha1:68c46e13a25c4f1eb8cdcd33c407cdd0cd53529b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tools</title>
<updated>2024-12-12T16:43:36+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-12-10T19:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8c5a0f0eba036700775a33c924deaeeb34f3974'/>
<id>urn:sha1:b8c5a0f0eba036700775a33c924deaeeb34f3974</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix rustfmt according to review</title>
<updated>2024-11-24T21:57:33+00:00</updated>
<author>
<name>Nadrieril</name>
<email>nadrieril+git@gmail.com</email>
</author>
<published>2024-11-24T21:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=483f9e258055bcd37c162cbf2af24aa7450ab0ea'/>
<id>urn:sha1:483f9e258055bcd37c162cbf2af24aa7450ab0ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement the unsafe-fields RFC.</title>
<updated>2024-11-21T18:32:07+00:00</updated>
<author>
<name>Luca Versari</name>
<email>veluca93@gmail.com</email>
</author>
<published>2024-10-26T23:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9022bb2d6f49c328ef463d95caa4959fac63c478'/>
<id>urn:sha1:9022bb2d6f49c328ef463d95caa4959fac63c478</id>
<content type='text'>
Co-Authored-By: Jacob Pratt &lt;jacob@jhpratt.dev&gt;
</content>
</entry>
<entry>
<title>Do not format generic consts</title>
<updated>2024-11-02T20:25:06+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-11-02T20:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16394e9776e1be1abc61a9b26baf73070aa7c37b'/>
<id>urn:sha1:16394e9776e1be1abc61a9b26baf73070aa7c37b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite for&lt;..&gt; async correctly</title>
<updated>2024-10-15T14:22:03+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-10-13T14:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dca646ab0107fd311427b7f7c4eea448e9f4ee9e'/>
<id>urn:sha1:dca646ab0107fd311427b7f7c4eea448e9f4ee9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors</title>
<updated>2024-10-15T03:12:34+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-10-15T03:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb691b470af860bcca0dfc9d512f2550efe7bb3a'/>
<id>urn:sha1:fb691b470af860bcca0dfc9d512f2550efe7bb3a</id>
<content type='text'>
Add `&amp;pin (mut|const) T` type position sugar

This adds parser support for `&amp;pin mut T` and `&amp;pin const T` references. These are desugared to `Pin&lt;&amp;mut T&gt;` and `Pin&lt;&amp;T&gt;` in the AST lowering phases.

This PR currently includes #130526 since that one is in the commit queue. Only the most recent commits (bd450027eb4a94b814a7dd9c0fa29102e6361149 and following) are new.

Tracking:

- #130494

r? `@compiler-errors`
</content>
</entry>
<entry>
<title>Add basic pin sugar support to rustfmt</title>
<updated>2024-10-07T18:15:15+00:00</updated>
<author>
<name>Eric Holk</name>
<email>ericholk@microsoft.com</email>
</author>
<published>2024-09-23T23:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3aabe1e4a3518f943a20b692a0db90189fc5898c'/>
<id>urn:sha1:3aabe1e4a3518f943a20b692a0db90189fc5898c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove anon struct and union types</title>
<updated>2024-10-01T17:55:46+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-30T02:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40465d2449f3d9a36c86b94885f58ed3ee2a99f0'/>
<id>urn:sha1:40465d2449f3d9a36c86b94885f58ed3ee2a99f0</id>
<content type='text'>
</content>
</entry>
</feed>
