<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/mir-opt/issue_76432.test.SimplifyComparisonIntegral.diff, branch 1.59.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.59.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.59.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-02-11T22:29:22+00:00</updated>
<entry>
<title>Fix invalid special casing of the unreachable! macro</title>
<updated>2022-02-11T22:29:22+00:00</updated>
<author>
<name>Loïc BRANSTETT</name>
<email>lolo.branstett@numericable.fr</email>
</author>
<published>2022-01-21T22:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5140d6dc50984f6c54c1c84e5c5cc74ae380ef9c'/>
<id>urn:sha1:5140d6dc50984f6c54c1c84e5c5cc74ae380ef9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use panic() instead of panic!() in some places in core.</title>
<updated>2021-12-21T09:39:00+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2021-12-21T09:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad6ef48dd915d2f2695f098fe7de3740372f1f5f'/>
<id>urn:sha1:ad6ef48dd915d2f2695f098fe7de3740372f1f5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run remaining tests</title>
<updated>2021-10-06T17:08:21+00:00</updated>
<author>
<name>Alexander</name>
<email>alex.m.vlasov@gmail.com</email>
</author>
<published>2021-10-06T17:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c3465c69e564be02c4fc628c2321b8fb764fd63'/>
<id>urn:sha1:4c3465c69e564be02c4fc628c2321b8fb764fd63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mir-opt bless for Size field being removed from Allocation</title>
<updated>2021-05-17T11:30:25+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2021-05-16T17:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d71c67423f32a091b8632ed4f533d5dacd4e67f'/>
<id>urn:sha1:5d71c67423f32a091b8632ed4f533d5dacd4e67f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bless tests</title>
<updated>2021-03-16T01:58:54+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2021-03-16T01:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90562b401ee63d05d2c96bb2240074dd528d9371'/>
<id>urn:sha1:90562b401ee63d05d2c96bb2240074dd528d9371</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement new panic!() behaviour for Rust 2021.</title>
<updated>2021-01-25T12:48:11+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2021-01-09T15:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d5414f9a9f38e2598b3401d05d0e7b44af65a4a0'/>
<id>urn:sha1:d5414f9a9f38e2598b3401d05d0e7b44af65a4a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Qualify `panic!` as `core::panic!` in non-built-in `core` macros</title>
<updated>2020-11-23T19:28:25+00:00</updated>
<author>
<name>Camelid</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2020-10-25T01:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d37e1e186eae66c31ddf8c1c7b30b17f6d167e6b'/>
<id>urn:sha1:d37e1e186eae66c31ddf8c1c7b30b17f6d167e6b</id>
<content type='text'>
Otherwise code like this

    #![no_implicit_prelude]

    fn main() {
        ::std::todo!();
        ::std::unimplemented!();
    }

will fail to compile, which is unfortunate and presumably unintended.

This changes many invocations of `panic!` in a `macro_rules!` definition
to invocations of `$crate::panic!`, which makes the invocations hygienic.

Note that this does not make the built-in macro `assert!` hygienic.
</content>
</entry>
<entry>
<title>Fix #76432</title>
<updated>2020-09-13T08:47:20+00:00</updated>
<author>
<name>Simon Vandel Sillesen</name>
<email>simon.vandel@gmail.com</email>
</author>
<published>2020-09-13T08:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5447a22222ecc6a650e75282cb9931b910854b2'/>
<id>urn:sha1:e5447a22222ecc6a650e75282cb9931b910854b2</id>
<content type='text'>
Only insert StorageDeads if we actually removed one.
Fixes an issue where we added StorageDead to a place with no StorageLive
</content>
</entry>
</feed>
