<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_hir_id/src/lib.rs, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-20T22:04:00+00:00</updated>
<entry>
<title>rustc_hir_id: Add a comment explaining why the crate exists</title>
<updated>2025-08-20T22:04:00+00:00</updated>
<author>
<name>Josh Triplett</name>
<email>josh@joshtriplett.org</email>
</author>
<published>2025-08-18T17:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2ea7e7da0074d4b7fa69008f5f7c5c995f39eec3'/>
<id>urn:sha1:2ea7e7da0074d4b7fa69008f5f7c5c995f39eec3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split `rustc_hir_id` out of `rustc_hir`</title>
<updated>2025-08-20T22:01:13+00:00</updated>
<author>
<name>Josh Triplett</name>
<email>josh@joshtriplett.org</email>
</author>
<published>2025-08-14T08:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3c8b7ad40c405989be968dc170e487d360fd6da'/>
<id>urn:sha1:f3c8b7ad40c405989be968dc170e487d360fd6da</id>
<content type='text'>
Some crates depend on `rustc_hir` but only want `HirId` and similar id
types. `rustc_hir` is a heavy dependency, since it pulls in
`rustc_target`. Split these types out into their own crate
`rustc_hir_id`.

This allows `rustc_errors` to drop its direct dependency on `rustc_hir`.

(`rustc_errors` still depends on `rustc_hir` indirectly through
`rustc_lint_defs`; a subsequent commit will fix that.)
</content>
</entry>
</feed>
