<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_data_structures/src/graph, branch 1.77.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.77.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.77.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-12-31T00:37:45+00:00</updated>
<entry>
<title>Inline dominator check.</title>
<updated>2023-12-31T00:37:45+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2023-05-03T18:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f83468c89b706e686ff2d991299789050ea493de'/>
<id>urn:sha1:f83468c89b706e686ff2d991299789050ea493de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove redundant imports</title>
<updated>2023-12-10T02:56:22+00:00</updated>
<author>
<name>surechen</name>
<email>chenshuo17@huawei.com</email>
</author>
<published>2023-11-10T02:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40ae34194c586eea3614d3216322053d2e8e7b37'/>
<id>urn:sha1:40ae34194c586eea3614d3216322053d2e8e7b37</id>
<content type='text'>
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
</content>
</entry>
<entry>
<title>Avoid an unnecessary `by_ref`.</title>
<updated>2023-11-28T03:32:40+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-27T05:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b12851ce5d56290b6583e23ee484498c0d68937e'/>
<id>urn:sha1:b12851ce5d56290b6583e23ee484498c0d68937e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace `no_ord_impl` with `orderable`.</title>
<updated>2023-11-22T07:38:17+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-21T06:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7060fc8327f457882823fcc1737a964407eed0d6'/>
<id>urn:sha1:7060fc8327f457882823fcc1737a964407eed0d6</id>
<content type='text'>
Similar to the previous commit, this replaces `newtype_index`'s opt-out
`no_ord_impl` attribute with the opt-in `orderable` attribute.
</content>
</entry>
<entry>
<title>Remove unused dominator iterator</title>
<updated>2023-10-10T19:39:59+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2023-10-10T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b61a6d59e4097f2677484f043553a9f82f9c77db'/>
<id>urn:sha1:b61a6d59e4097f2677484f043553a9f82f9c77db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize dominators for small path graphs</title>
<updated>2023-10-05T21:45:59+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2023-10-05T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0528d378b6c526d8e149a2807a71fd316c11ebf0'/>
<id>urn:sha1:0528d378b6c526d8e149a2807a71fd316c11ebf0</id>
<content type='text'>
Generalizes the small dominators approach from #107449.
</content>
</entry>
<entry>
<title>Remove redundant Dominators::start_node field</title>
<updated>2023-10-05T21:45:58+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2023-10-05T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba694e301cfbb7709db159b7b876af9fd18a43c3'/>
<id>urn:sha1:ba694e301cfbb7709db159b7b876af9fd18a43c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test immediate dominators using public API</title>
<updated>2023-10-05T21:45:58+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2023-10-05T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8ec7ddf0efac856abc71ab0394933afc58a9f26'/>
<id>urn:sha1:a8ec7ddf0efac856abc71ab0394933afc58a9f26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coverage: Simplify sorting of coverage spans extracted from MIR</title>
<updated>2023-09-18T13:15:25+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2023-09-17T04:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01b67f4b26f420b8713f11b04594f51e687f95fc'/>
<id>urn:sha1:01b67f4b26f420b8713f11b04594f51e687f95fc</id>
<content type='text'>
Switching to `Ordering::then_with` makes control-flow less complicated, and
there is no need to use `partial_cmp` here.
</content>
</entry>
<entry>
<title>don't use SnapshotVec in Graph implementation, as it looks unused; use Vec instead</title>
<updated>2023-08-28T15:59:55+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-08-21T12:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b26b3d1d2d1fc6f660543c210429d8b2b9a3b18'/>
<id>urn:sha1:3b26b3d1d2d1fc6f660543c210429d8b2b9a3b18</id>
<content type='text'>
</content>
</entry>
</feed>
