<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_trait_selection/src/regions.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-15T16:02:26+00:00</updated>
<entry>
<title>Consider outlives assumptions when proving auto traits for coroutine interiors</title>
<updated>2025-07-15T16:02:26+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-07-13T20:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3f643c70670a3e1567b0816502ab247565305f8'/>
<id>urn:sha1:e3f643c70670a3e1567b0816502ab247565305f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack</title>
<updated>2025-03-04T18:18:48+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-03-04T18:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d75995813112b0297ec727ab4de32c48adb7d695'/>
<id>urn:sha1:d75995813112b0297ec727ab4de32c48adb7d695</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move param env bound deep normalization to OutlivesEnvironment building</title>
<updated>2025-01-28T19:11:05+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-01-25T16:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e0909d98a8e467f79d80000fe57eee6417ac02e'/>
<id>urn:sha1:8e0909d98a8e467f79d80000fe57eee6417ac02e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move outlives env computation into methods</title>
<updated>2025-01-28T18:55:03+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-01-25T04:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48b7e38c0607e856dbbb932e60ecc85e45a1427d'/>
<id>urn:sha1:48b7e38c0607e856dbbb932e60ecc85e45a1427d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consolidate OutlivesEnv construction with resolve_regions</title>
<updated>2025-01-28T18:55:03+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-01-25T03:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b8930c71c8040d338f99e1b1be6f1056edd6638'/>
<id>urn:sha1:2b8930c71c8040d338f99e1b1be6f1056edd6638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_with_diagnostics</title>
<updated>2024-06-03T13:27:52+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-06-02T22:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e72c7f536bbdf3ed8a0071d28824c071c3722b5'/>
<id>urn:sha1:1e72c7f536bbdf3ed8a0071d28824c071c3722b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ScrubbedTraitError in more places</title>
<updated>2024-06-03T13:27:52+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-06-01T19:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94a524ed1163f4876544366586dc1b87deb13e95'/>
<id>urn:sha1:94a524ed1163f4876544366586dc1b87deb13e95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make TraitEngines generic over error</title>
<updated>2024-06-03T13:27:52+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-06-01T18:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=54b2b7d460fd0847508b781219d380231c4fee72'/>
<id>urn:sha1:54b2b7d460fd0847508b781219d380231c4fee72</id>
<content type='text'>
</content>
</entry>
</feed>
