<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_middle/src/dep_graph/dep_node.rs, branch 1.80.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-03-27T10:59:18+00:00</updated>
<entry>
<title>Use a `dyn Debug` trait object instead of a closure.</title>
<updated>2024-03-27T10:59:18+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-03-27T08:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2d4b7f287d641b01d666416892498de6b6d7c23c'/>
<id>urn:sha1:2d4b7f287d641b01d666416892498de6b6d7c23c</id>
<content type='text'>
Simplifies the API a bit.
</content>
</entry>
<entry>
<title>Move `DepKind` to `rustc_query_system` and define it as `u16`</title>
<updated>2023-09-21T15:06:14+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2023-09-15T13:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1806efe7f2757c5fbcf99d1ac9ca2d26fb0a7c4e'/>
<id>urn:sha1:1806efe7f2757c5fbcf99d1ac9ca2d26fb0a7c4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a specialized varint + bitpacking scheme for DepGraph encoding</title>
<updated>2023-09-04T16:16:50+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2023-04-30T01:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94fe18f84be026b8e56e81e02545dafc6cfe7378'/>
<id>urn:sha1:94fe18f84be026b8e56e81e02545dafc6cfe7378</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Encode DepKind as u16</title>
<updated>2023-09-03T22:48:23+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2023-08-30T17:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9867023f4f501018dd5524366949bd6f09ded192'/>
<id>urn:sha1:9867023f4f501018dd5524366949bd6f09ded192</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add typed `{Local}DefId` for modules</title>
<updated>2023-08-13T05:54:50+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2023-04-26T18:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40de40e0941c3c7dde0cb5dd8e116d0051481543'/>
<id>urn:sha1:40de40e0941c3c7dde0cb5dd8e116d0051481543</id>
<content type='text'>
This allows for better type safety in the compiler and also improves the
documentation for many things, making it clear that they expect modules.
</content>
</entry>
<entry>
<title>rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`</title>
<updated>2023-08-09T06:35:23+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2023-08-08T12:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=907aa440cf51859b97dd0a1e25b6f15d344f4ebe'/>
<id>urn:sha1:907aa440cf51859b97dd0a1e25b6f15d344f4ebe</id>
<content type='text'>
Removes a piece of mutable state.
Follow up to #114578.
</content>
</entry>
<entry>
<title>inline format!() args up to and including rustc_middle</title>
<updated>2023-07-30T11:18:33+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-07-25T20:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23815467a2ba4a5219149cb96bada4c7bea741bf'/>
<id>urn:sha1:23815467a2ba4a5219149cb96bada4c7bea741bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow `LocalDefId` as the argument to `def_path_str`</title>
<updated>2023-04-21T22:27:20+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-02-16T09:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ce80e210d152619caa99b1bc030f57a352b657a'/>
<id>urn:sha1:1ce80e210d152619caa99b1bc030f57a352b657a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store hashes in special types so they aren't accidentally encoded as numbers</title>
<updated>2023-04-18T14:52:47+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2023-04-08T03:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0445fbdd835c92156e4d06e42ce99a39e9315343'/>
<id>urn:sha1:0445fbdd835c92156e4d06e42ce99a39e9315343</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>
</feed>
