<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_passes/src/layout_test.rs, 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-17T00:05:56+00:00</updated>
<entry>
<title>remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata</title>
<updated>2023-02-17T00:05:56+00:00</updated>
<author>
<name>Kyle Matsuda</name>
<email>kyle.yoshio.matsuda@gmail.com</email>
</author>
<published>2023-02-07T08:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c183110cc26abb506dba0a4def917735fb6eb6f0'/>
<id>urn:sha1:c183110cc26abb506dba0a4def917735fb6eb6f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change usages of type_of to bound_type_of</title>
<updated>2023-02-17T00:01:52+00:00</updated>
<author>
<name>Kyle Matsuda</name>
<email>kyle.yoshio.matsuda@gmail.com</email>
</author>
<published>2023-02-07T00:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d822b97a27e50f5a091d2918f6ff0ffd2d2827f5'/>
<id>urn:sha1:d822b97a27e50f5a091d2918f6ff0ffd2d2827f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Remove needless lifetimes</title>
<updated>2022-12-20T21:10:40+00:00</updated>
<author>
<name>Jeremy Stucki</name>
<email>dev@jeremystucki.ch</email>
</author>
<published>2022-12-20T21:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3dde32ca974721daa4dfd526226d6c9e707fd8af'/>
<id>urn:sha1:3dde32ca974721daa4dfd526226d6c9e707fd8af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename some `OwnerId` fields.</title>
<updated>2022-10-29T09:28:38+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-10-27T03:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c8c25ce5a15f3f50439b1d746fd507c6e28abe18'/>
<id>urn:sha1:c8c25ce5a15f3f50439b1d746fd507c6e28abe18</id>
<content type='text'>
spastorino noticed some silly expressions like `item_id.def_id.def_id`.

This commit renames several `def_id: OwnerId` fields as `owner_id`, so
those expressions become `item_id.owner_id.def_id`.

`item_id.owner_id.local_def_id` would be even clearer, but the use of
`def_id` for values of type `LocalDefId` is *very* widespread, so I left
that alone.
</content>
</entry>
<entry>
<title>First batch of review feedback changes from #102110</title>
<updated>2022-10-07T19:19:28+00:00</updated>
<author>
<name>Nathan Stocks</name>
<email>cleancut@github.com</email>
</author>
<published>2022-10-03T23:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=965dbf6c288150e9d3984a49cbf70c8fb358296c'/>
<id>urn:sha1:965dbf6c288150e9d3984a49cbf70c8fb358296c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrate layout_test.rs to translateable diagnostics</title>
<updated>2022-10-07T19:19:27+00:00</updated>
<author>
<name>Nathan Stocks</name>
<email>cleancut@github.com</email>
</author>
<published>2022-09-23T18:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40d5f00e16230ce67c018bb05b8772f02634146c'/>
<id>urn:sha1:40d5f00e16230ce67c018bb05b8772f02634146c</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>remove LayoutTest</title>
<updated>2022-05-13T15:46:05+00:00</updated>
<author>
<name>Miguel Guarniz</name>
<email>mi9uel9@gmail.com</email>
</author>
<published>2022-05-04T18:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45c37da0f757283d6d50a03a6915eec787179aa4'/>
<id>urn:sha1:45c37da0f757283d6d50a03a6915eec787179aa4</id>
<content type='text'>
Signed-off-by: Miguel Guarniz &lt;mi9uel9@gmail.com&gt;
</content>
</entry>
<entry>
<title>only_local: always check for misuse</title>
<updated>2022-05-10T10:07:35+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2022-05-02T07:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c8265dc56d221dce7f3535ecf8cdee6b9d2d618'/>
<id>urn:sha1:6c8265dc56d221dce7f3535ecf8cdee6b9d2d618</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `in_band_lifetimes` for `rustc_passes`</title>
<updated>2021-12-16T03:12:53+00:00</updated>
<author>
<name>Peter Jaszkowiak</name>
<email>p.jaszkow@gmail.com</email>
</author>
<published>2021-12-14T05:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4bafafac1a0e44919cb45d93692a3e6c7f7f00b'/>
<id>urn:sha1:c4bafafac1a0e44919cb45d93692a3e6c7f7f00b</id>
<content type='text'>
</content>
</entry>
</feed>
