<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_ast_lowering, branch 1.90.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.90.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.90.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-31T12:19:27+00:00</updated>
<entry>
<title>remove rustc_attr_data_structures</title>
<updated>2025-07-31T12:19:27+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jana@donsz.nl</email>
</author>
<published>2025-07-31T09:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1d3ad89c7a2ad4f5d944a7fee1298ffe8c99645'/>
<id>urn:sha1:e1d3ad89c7a2ad4f5d944a7fee1298ffe8c99645</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #144557 - cjgillot:lower-more-span, r=compiler-errors</title>
<updated>2025-07-29T17:39:48+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-07-29T17:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=686bc1c5f9c06762b18082434c04d514acf6707e'/>
<id>urn:sha1:686bc1c5f9c06762b18082434c04d514acf6707e</id>
<content type='text'>
Complete span AST lowering.

r? `@ghost`
</content>
</entry>
<entry>
<title>use let chains in ast, borrowck, codegen, const_eval</title>
<updated>2025-07-28T01:08:48+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-07-26T01:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43725ed819c57b86b32a66c40572246b1f5b8952'/>
<id>urn:sha1:43725ed819c57b86b32a66c40572246b1f5b8952</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complete span lowering.</title>
<updated>2025-07-28T01:00:48+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-07-28T01:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7db72f82cce7be6e905651fea58881fc66f13a9b'/>
<id>urn:sha1:7db72f82cce7be6e905651fea58881fc66f13a9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #143430 - cjgillot:extra-lifetime-swap, r=oli-obk</title>
<updated>2025-07-21T16:54:25+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2025-07-21T16:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a99f3af990d7fff74765f4b3cbf6f313a225e2ea'/>
<id>urn:sha1:a99f3af990d7fff74765f4b3cbf6f313a225e2ea</id>
<content type='text'>
Lower extra lifetimes before normal generic params.

Fixes https://github.com/rust-lang/rust/issues/143413
</content>
</entry>
<entry>
<title>Lower extra lifetimes before normal generic params.</title>
<updated>2025-07-20T13:21:22+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-07-04T16:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7da6fd1221636354139fb92297788b0b5d6b9ca2'/>
<id>urn:sha1:7da6fd1221636354139fb92297788b0b5d6b9ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reword diagnostics about relaxed bounds in invalid contexts</title>
<updated>2025-07-18T10:13:19+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2025-06-20T19:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ed70b69daa6865d3713d36fabad90a2fb96afd'/>
<id>urn:sha1:84ed70b69daa6865d3713d36fabad90a2fb96afd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AST lowering: More robustly deal with relaxed bounds</title>
<updated>2025-07-18T01:13:21+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2025-06-18T20:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1df99f22d3a1776b36fc00fc35626fd841f7242f'/>
<id>urn:sha1:1df99f22d3a1776b36fc00fc35626fd841f7242f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parse `const trait Trait`</title>
<updated>2025-07-17T10:06:26+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2025-07-13T08:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69326878eeabb713e2d4a85215b87f18e498313c'/>
<id>urn:sha1:69326878eeabb713e2d4a85215b87f18e498313c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow `Early` stage to emit errors</title>
<updated>2025-07-15T07:01:03+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-07-07T07:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38dd6f5206dea1388755c48afe55ad5af5a12577'/>
<id>urn:sha1:38dd6f5206dea1388755c48afe55ad5af5a12577</id>
<content type='text'>
</content>
</entry>
</feed>
