<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_mir_dataflow/src/framework, branch 1.71.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.71.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.71.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-05-25T17:40:46+00:00</updated>
<entry>
<title>Remove DesugaringKind::Replace.</title>
<updated>2023-05-25T17:40:46+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2023-05-25T17:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=844c1cc5fec38f691a2ffb53ef3366f25cf7b02b'/>
<id>urn:sha1:844c1cc5fec38f691a2ffb53ef3366f25cf7b02b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make HasTop and HasBottom consts.</title>
<updated>2023-05-09T17:27:58+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2023-04-24T17:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71138e99337e791eb73d73d8a2cf8aaef29960b1'/>
<id>urn:sha1:71138e99337e791eb73d73d8a2cf8aaef29960b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split `{Idx, IndexVec, IndexSlice}` into their own modules</title>
<updated>2023-04-24T13:53:35+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-04-19T10:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e496fbec922b22d9b506ba55386c482b4bf06378'/>
<id>urn:sha1:e496fbec922b22d9b506ba55386c482b4bf06378</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in compiler</title>
<updated>2023-04-10T20:02:52+00:00</updated>
<author>
<name>DaniPopes</name>
<email>57450786+DaniPopes@users.noreply.github.com</email>
</author>
<published>2023-04-10T20:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=677357d32bd402ff1096803cb00b52124204af08'/>
<id>urn:sha1:677357d32bd402ff1096803cb00b52124204af08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `Abort` terminator to `Terminate`</title>
<updated>2023-04-06T08:34:16+00:00</updated>
<author>
<name>Gary Guo</name>
<email>gary@garyguo.net</email>
</author>
<published>2022-10-31T01:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3f2edc75bf2becb57d7d770bba20606da1c4224'/>
<id>urn:sha1:e3f2edc75bf2becb57d7d770bba20606da1c4224</id>
<content type='text'>
Unify terminology used in unwind action and terminator, and reflect
the fact that a nounwind panic is triggered instead of an immediate
abort is triggered for this terminator.
</content>
</entry>
<entry>
<title>Refactor unwind from Option to a new enum</title>
<updated>2023-04-06T08:34:16+00:00</updated>
<author>
<name>Gary Guo</name>
<email>gary@garyguo.net</email>
</author>
<published>2022-10-08T22:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=daeb844e0ccddb9e058128974b290f2022e88be7'/>
<id>urn:sha1:daeb844e0ccddb9e058128974b290f2022e88be7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #109847 - clubby789:graphviz-reachable, r=oli-obk</title>
<updated>2023-04-05T11:47:22+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>jtitor@2k36.org</email>
</author>
<published>2023-04-05T11:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e0662c8a7c61a4346536bb06aefb4fe2a455ac2'/>
<id>urn:sha1:4e0662c8a7c61a4346536bb06aefb4fe2a455ac2</id>
<content type='text'>
Only create graphviz nodes for reachable MIR bb's

Fixes #109832
</content>
</entry>
<entry>
<title>Disable path trimming during graphviz output</title>
<updated>2023-04-05T02:06:37+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2023-04-05T02:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=422c33030f8d1137f78e4d9fef2777b12184e13f'/>
<id>urn:sha1:422c33030f8d1137f78e4d9fef2777b12184e13f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only create graphviz nodes for reachable MIR bb's</title>
<updated>2023-04-01T22:14:18+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2023-04-01T22:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=47ae42ee101c36fe18a5fe15e6cb501c8992fe7a'/>
<id>urn:sha1:47ae42ee101c36fe18a5fe15e6cb501c8992fe7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove DropAndReplace terminator</title>
<updated>2023-03-07T13:25:22+00:00</updated>
<author>
<name>Giacomo Pasini</name>
<email>giacomo@status.im</email>
</author>
<published>2023-03-05T20:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5d4e4d907047580f028c6ca7b36a82ef94d28d1'/>
<id>urn:sha1:c5d4e4d907047580f028c6ca7b36a82ef94d28d1</id>
<content type='text'>
PR 107844 made DropAndReplace unused, let's remove it completely
from the codebase.
</content>
</entry>
</feed>
