<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_data_structures/src/graph, branch 1.65.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.65.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.65.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-06-04T15:46:29+00:00</updated>
<entry>
<title>Adapt rustc_data_structures tests to run in strict miri</title>
<updated>2022-06-04T15:46:29+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-06-03T20:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc8b13cb96a5b45bb7028ca0f50d1444f0f95582'/>
<id>urn:sha1:fc8b13cb96a5b45bb7028ca0f50d1444f0f95582</id>
<content type='text'>
Some tests took too long and owning_ref is fundamentally flawed,
so don't run these tests or run them with a shorter N. This makes
miri with `-Zmiri-strict-provenance` usable to find UB.
</content>
</entry>
<entry>
<title>Avoid exhausting stack space in dominator compression</title>
<updated>2022-02-23T21:07:56+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2022-02-23T15:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d89292785653e399512d85f95a9870836ec9632'/>
<id>urn:sha1:4d89292785653e399512d85f95a9870836ec9632</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc `VecGraph`: require the index type to implement Ord</title>
<updated>2021-12-22T16:50:57+00:00</updated>
<author>
<name>pierwill</name>
<email>pierwill@users.noreply.github.com</email>
</author>
<published>2021-12-07T18:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e6ff0bac1ec1271439ed6a7dd35f861e293cd025'/>
<id>urn:sha1:e6ff0bac1ec1271439ed6a7dd35f861e293cd025</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `PartialOrd` and `Ord` from `LocalDefId`</title>
<updated>2021-12-22T16:50:57+00:00</updated>
<author>
<name>pierwill</name>
<email>pierwill@users.noreply.github.com</email>
</author>
<published>2021-10-30T15:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8df92485919ac660273ec8dfef61d7ebb0b67a86'/>
<id>urn:sha1:8df92485919ac660273ec8dfef61d7ebb0b67a86</id>
<content type='text'>
Implement `Ord`, `PartialOrd` for SpanData
</content>
</entry>
<entry>
<title>Annotate comments onto the LT algorithm</title>
<updated>2021-12-07T01:30:15+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-05-10T19:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=15483ccf9d0a0befb472e4dd3a1bfba754a1cd11'/>
<id>urn:sha1:15483ccf9d0a0befb472e4dd3a1bfba754a1cd11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid using Option where values are always Some</title>
<updated>2021-12-06T20:05:22+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-05-10T14:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31874800702537252a2d1450d4b3c6e2d2321c22'/>
<id>urn:sha1:31874800702537252a2d1450d4b3c6e2d2321c22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create newtype around the pre order index</title>
<updated>2021-12-06T20:05:22+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-05-09T23:10:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b6305977219af72d445c4014bbcbdf136e581f4'/>
<id>urn:sha1:2b6305977219af72d445c4014bbcbdf136e581f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use variables rather than lengths directly</title>
<updated>2021-12-06T20:05:22+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-05-09T22:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc63ec32fb1921ce51425c90cded1f62f7971487'/>
<id>urn:sha1:cc63ec32fb1921ce51425c90cded1f62f7971487</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize: reuse the real-to-preorder mapping as the visited set</title>
<updated>2021-12-06T20:05:22+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-05-09T16:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=345ada0e1b17d21157b3963121c8238d39c763c0'/>
<id>urn:sha1:345ada0e1b17d21157b3963121c8238d39c763c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove separate RPO traversal</title>
<updated>2021-12-06T20:05:22+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-05-08T23:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8991002644dc23588ca57c99d33001a13ec24061'/>
<id>urn:sha1:8991002644dc23588ca57c99d33001a13ec24061</id>
<content type='text'>
This integrates the preorder and postorder traversals into one.
</content>
</entry>
</feed>
