<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_data_structures/src/graph, branch 1.69.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.69.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.69.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-02-21T21:54:53+00:00</updated>
<entry>
<title>address review</title>
<updated>2023-02-21T21:54:53+00:00</updated>
<author>
<name>b-naber</name>
<email>b_naber@gmx.de</email>
</author>
<published>2023-02-21T21:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8252a6eddfc59328fe6ac36ef09feb2844f28fa2'/>
<id>urn:sha1:8252a6eddfc59328fe6ac36ef09feb2844f28fa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sccs info</title>
<updated>2023-02-19T22:12:12+00:00</updated>
<author>
<name>b-naber</name>
<email>bn263@gmx.de</email>
</author>
<published>2022-11-09T20:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2bf960fe1c011e75cf0d6a06d3f955444d11043'/>
<id>urn:sha1:e2bf960fe1c011e75cf0d6a06d3f955444d11043</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve efficiency of has_back_edge(...)</title>
<updated>2023-01-24T00:01:37+00:00</updated>
<author>
<name>Bryan Garza</name>
<email>1396101+bryangarza@users.noreply.github.com</email>
</author>
<published>2023-01-06T22:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1bbd655888ec50220e6cd34e846c816c1cad8f17'/>
<id>urn:sha1:1bbd655888ec50220e6cd34e846c816c1cad8f17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comment on cause of panic in dominators algorithm</title>
<updated>2023-01-23T23:56:22+00:00</updated>
<author>
<name>Bryan Garza</name>
<email>1396101+bryangarza@users.noreply.github.com</email>
</author>
<published>2023-01-06T16:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9982ea24a55a1912198bc49578f7af090e487e9'/>
<id>urn:sha1:f9982ea24a55a1912198bc49578f7af090e487e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #107153 - tmiasko:dominates, r=oli-obk</title>
<updated>2023-01-23T10:30:02+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>jtitor@2k36.org</email>
</author>
<published>2023-01-23T10:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eae7f947b5394aabaa9ec104ce9bc7a8633badfc'/>
<id>urn:sha1:eae7f947b5394aabaa9ec104ce9bc7a8633badfc</id>
<content type='text'>
Consistently use dominates instead of is_dominated_by

There is a number of APIs that answer dominance queries. Previously they were named either "dominates" or "is_dominated_by". Consistently use the "dominates" form.

No functional changes.
</content>
</entry>
<entry>
<title>Consistently use dominates instead of is_dominated_by</title>
<updated>2023-01-21T11:15:02+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2023-01-20T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=955e7fbb16e5015a493427dd2ab54aef97f2e23d'/>
<id>urn:sha1:955e7fbb16e5015a493427dd2ab54aef97f2e23d</id>
<content type='text'>
There is a number of APIs that answer dominance queries. Previously they
were named either "dominates" or "is_dominated_by". Consistently use the
"dominates" form.

No functional changes.
</content>
</entry>
<entry>
<title>Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot</title>
<updated>2023-01-21T11:02:29+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-01-21T11:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=21f683935257713eae8549e8b328367006097053'/>
<id>urn:sha1:21f683935257713eae8549e8b328367006097053</id>
<content type='text'>
Lazy dominator tree construction in borrowck

Motivated by the observation that sometimes constructed dominator tree was never queried.
</content>
</entry>
<entry>
<title>Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb</title>
<updated>2023-01-20T04:52:28+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-01-20T04:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56ee85274e5a3a4dda92f3bf73d1664c74ff9c15'/>
<id>urn:sha1:56ee85274e5a3a4dda92f3bf73d1664c74ff9c15</id>
<content type='text'>
Remove some `ref` patterns from the compiler

Previous PR: https://github.com/rust-lang/rust/pull/105368

r? `@Nilstrieb`
</content>
</entry>
<entry>
<title>Rollup merge of #107037 - tmiasko:rank, r=oli-obk</title>
<updated>2023-01-19T10:19:36+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2023-01-19T10:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dee88e0fa2a9225fa20222b694523a798d5c4c52'/>
<id>urn:sha1:dee88e0fa2a9225fa20222b694523a798d5c4c52</id>
<content type='text'>
Fix Dominators::rank_partial_cmp to match documentation

The only use site is also updated accordingly and there is no change in end-to-end behaviour.
</content>
</entry>
<entry>
<title>Fix Dominators::rank_partial_cmp to match documentation</title>
<updated>2023-01-18T16:11:43+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2023-01-18T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8c5821ad8bd4ae9da7b157d9189e2bc1bfe788e'/>
<id>urn:sha1:b8c5821ad8bd4ae9da7b157d9189e2bc1bfe788e</id>
<content type='text'>
The only use site is also updated accordingly and there is no change in
end-to-end behaviour.
</content>
</entry>
</feed>
