<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_query_impl/src/keys.rs, 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>2022-11-01T17:02:51+00:00</updated>
<entry>
<title>Move keys module.</title>
<updated>2022-11-01T17:02:51+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-10-31T22:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ade5cffc2ba4a238030aca3386532fdf20c9d26d'/>
<id>urn:sha1:ade5cffc2ba4a238030aca3386532fdf20c9d26d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite representability</title>
<updated>2022-10-07T14:33:46+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2022-08-15T19:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff940db666daeae83c6c71685901c6c14df17018'/>
<id>urn:sha1:ff940db666daeae83c6c71685901c6c14df17018</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct Key impl for HirId.</title>
<updated>2022-10-01T14:20:08+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-09-10T09:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e76599f5f22c471cf0743518e59e64048243aef'/>
<id>urn:sha1:6e76599f5f22c471cf0743518e59e64048243aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compute `lint_levels` by definition</title>
<updated>2022-10-01T14:12:50+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2022-07-22T16:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3cb1811e459d1cf30dcb553ab99ce090cd5c76f1'/>
<id>urn:sha1:3cb1811e459d1cf30dcb553ab99ce090cd5c76f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>separate definitions and `HIR` owners</title>
<updated>2022-09-24T14:21:19+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-09-20T05:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8fe936099a3a2ea236d40212a340fc4a326eb506'/>
<id>urn:sha1:8fe936099a3a2ea236d40212a340fc4a326eb506</id>
<content type='text'>
fix a ui test

use `into`

fix clippy ui test

fix a run-make-fulldeps test

implement `IntoQueryParam&lt;DefId&gt;` for `OwnerId`

use `OwnerId` for more queries

change the type of `ParentOwnerIterator::Item` to `(OwnerId, OwnerNode)`
</content>
</entry>
<entry>
<title>Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum</title>
<updated>2022-09-24T09:36:29+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2022-09-24T09:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb5a01617589b5e3ece5a36435fc285bfd13c9a4'/>
<id>urn:sha1:bb5a01617589b5e3ece5a36435fc285bfd13c9a4</id>
<content type='text'>
Revert perf-regression 101620

Reverts #101862 #101620

r? `@Mark-Simulacrum`
</content>
</entry>
<entry>
<title>rename Unevaluated to UnevaluatedConst</title>
<updated>2022-09-23T12:27:34+00:00</updated>
<author>
<name>b-naber</name>
<email>bn263@gmx.de</email>
</author>
<published>2022-09-22T10:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a705e65605868adb0879734a984b445d3c40fd6f'/>
<id>urn:sha1:a705e65605868adb0879734a984b445d3c40fd6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"</title>
<updated>2022-09-22T17:36:11+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-09-20T18:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc43df0333d5862a219f16d294ae38b14b9191d3'/>
<id>urn:sha1:fc43df0333d5862a219f16d294ae38b14b9191d3</id>
<content type='text'>
This reverts commit 2cb9a65684dba47c52de8fa938febf97a73e70a9, reversing
changes made to 750bd1a7ff3e010611b97ee75d30b7cbf5f3a03c.
</content>
</entry>
<entry>
<title>introduce mir::Unevaluated</title>
<updated>2022-09-22T10:35:28+00:00</updated>
<author>
<name>b-naber</name>
<email>bn263@gmx.de</email>
</author>
<published>2022-09-19T17:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f3784df89e9f19d4b99660434e0b0e226ff2c22'/>
<id>urn:sha1:9f3784df89e9f19d4b99660434e0b0e226ff2c22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct Key impl for HirId.</title>
<updated>2022-09-14T17:06:48+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-09-10T09:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=42a92eb54bd94985966eaaf0b7377679a78de835'/>
<id>urn:sha1:42a92eb54bd94985966eaaf0b7377679a78de835</id>
<content type='text'>
</content>
</entry>
</feed>
