<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_data_structures/src/graph/dominators, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-08T22:12:13+00:00</updated>
<entry>
<title>Rustfmt</title>
<updated>2025-02-08T22:12:13+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-08T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fcae03369abb4c2cc180cd5a49e1f4440a81300'/>
<id>urn:sha1:1fcae03369abb4c2cc180cd5a49e1f4440a81300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace an FTP link in comments with an equivalent HTTPS link</title>
<updated>2024-10-24T06:02:11+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-10-24T05:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3dfc35214509e969cfeec76380af427881a36aa9'/>
<id>urn:sha1:3dfc35214509e969cfeec76380af427881a36aa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `cmp_in_dominator_order` out of graph dominator computation</title>
<updated>2024-10-22T09:44:09+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-10-22T02:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f4dd9bb815182a1b60242d82890f9b0b3273c4b'/>
<id>urn:sha1:7f4dd9bb815182a1b60242d82890f9b0b3273c4b</id>
<content type='text'>
Dominator-order information is only needed for coverage graphs, and is easy
enough to collect by just traversing the graph again.

This avoids wasted work when computing graph dominators for any other purpose.
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Apply x clippy --fix and x fmt</title>
<updated>2024-05-30T01:51:27+00:00</updated>
<author>
<name>r0cky</name>
<email>mu001999@outlook.com</email>
</author>
<published>2024-05-30T01:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dabd05bbab9df465a580858c3e03dc1797b12deb'/>
<id>urn:sha1:dabd05bbab9df465a580858c3e03dc1797b12deb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_index: Add a `ZERO` constant to index types</title>
<updated>2024-04-03T16:06:22+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2024-04-03T14:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b40ea03f8a9a94c294679b9f261b86ded120454f'/>
<id>urn:sha1:b40ea03f8a9a94c294679b9f261b86ded120454f</id>
<content type='text'>
It is commonly used.
</content>
</entry>
<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>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>
</feed>
