<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/mir-opt/issue_76432.test.SimplifyComparisonIntegral.panic-unwind.diff, branch 1.89.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.89.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.89.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-18T22:09:34+00:00</updated>
<entry>
<title>Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"</title>
<updated>2025-01-18T22:09:34+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2025-01-18T22:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca1c17c88d1f625763859396ba7a50f36ac45cc0'/>
<id>urn:sha1:ca1c17c88d1f625763859396ba7a50f36ac45cc0</id>
<content type='text'>
This reverts commit e108481f74ff123ad98a63bd107a18d13035b275, reversing
changes made to 303e8bd768526a5812bb1776e798e829ddb7d3ca.
</content>
</entry>
<entry>
<title>Delete `Rvalue::Len`</title>
<updated>2024-12-22T14:12:39+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2024-12-14T01:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5ba54c9e31696f3b0a5c59cae17cffdb0d340934'/>
<id>urn:sha1:5ba54c9e31696f3b0a5c59cae17cffdb0d340934</id>
<content type='text'>
Everything's moved to `PtrMetadata` instead.
</content>
</entry>
<entry>
<title>be even more precise about "cast" vs "coercion"</title>
<updated>2024-09-24T21:12:02+00:00</updated>
<author>
<name>Lukas Markeffsky</name>
<email>@</email>
</author>
<published>2024-09-15T17:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd31e3ed70b75e5936880b18f6b5d1c8f5ee344f'/>
<id>urn:sha1:bd31e3ed70b75e5936880b18f6b5d1c8f5ee344f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bless *all* the mir-opt tests</title>
<updated>2024-08-18T23:07:33+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2024-08-18T21:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99cb0c6bc399fb94a0ddde7e9b38e9c00d523bad'/>
<id>urn:sha1:99cb0c6bc399fb94a0ddde7e9b38e9c00d523bad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Perform instsimplify before inline to eliminate some trivial calls</title>
<updated>2024-07-29T10:14:35+00:00</updated>
<author>
<name>DianQK</name>
<email>dianqk@dianqk.net</email>
</author>
<published>2024-07-27T06:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae681c940dd0813f75770fecd4f565d376b37d37'/>
<id>urn:sha1:ae681c940dd0813f75770fecd4f565d376b37d37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `SingleUseConsts` mir-opt pass</title>
<updated>2024-06-10T07:06:02+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2024-06-03T02:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4d0fc39bacbd9520b1ccc3eaa051bd7086ce484'/>
<id>urn:sha1:a4d0fc39bacbd9520b1ccc3eaa051bd7086ce484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not remove unused definitions inside GVN.</title>
<updated>2023-10-25T06:46:45+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2023-09-16T17:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d28405972ff8e83ac5e1be53c72eb44a43f983a8'/>
<id>urn:sha1:d28405972ff8e83ac5e1be53c72eb44a43f983a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support array length.</title>
<updated>2023-09-06T16:05:04+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2023-04-23T16:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc6354379208be4c252da9fec15b4baa20e23a18'/>
<id>urn:sha1:fc6354379208be4c252da9fec15b4baa20e23a18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Implement references VarDebugInfo."</title>
<updated>2023-08-17T17:02:04+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2023-08-16T17:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=933b618360ae4b0e952ac2c8cc89bc0db9edec59'/>
<id>urn:sha1:933b618360ae4b0e952ac2c8cc89bc0db9edec59</id>
<content type='text'>
This reverts commit 2ec007191348ef7cc13eb55e44e007b02cf75cf3.
</content>
</entry>
<entry>
<title>Perform reference propagation earlier.</title>
<updated>2023-07-10T16:01:18+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2023-03-12T14:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4de2d8fb66e5036af00a7a900c72c6ae00ca2cf4'/>
<id>urn:sha1:4de2d8fb66e5036af00a7a900c72c6ae00ca2cf4</id>
<content type='text'>
</content>
</entry>
</feed>
