<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_query_impl/src/plumbing.rs, branch 1.85.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.85.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.85.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-12-13T16:36:38+00:00</updated>
<entry>
<title>Rename ty_def_id so people will stop using it by accident</title>
<updated>2024-12-13T16:36:38+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-12-13T16:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efb66e7e385da37015925b23c199efdf3b246d35'/>
<id>urn:sha1:efb66e7e385da37015925b23c199efdf3b246d35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `warn(unreachable_pub)` to `rustc_query_impl`.</title>
<updated>2024-08-29T10:18:44+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-08-29T06:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2eea2d2cf105255b1ce7bd0eeb0d326a06adefc8'/>
<id>urn:sha1:2eea2d2cf105255b1ce7bd0eeb0d326a06adefc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent double panic in query system, improve diagnostics</title>
<updated>2024-08-19T15:42:42+00:00</updated>
<author>
<name>Felix Rath</name>
<email>felixm.rath@gmail.com</email>
</author>
<published>2024-08-12T01:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2bf24559252f9e4a186ea6227827c0c7c417471a'/>
<id>urn:sha1:2bf24559252f9e4a186ea6227827c0c7c417471a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Allow tracing through item_bounds query invocations on opaques</title>
<updated>2024-06-19T08:47:55+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-06-14T11:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=393dea8bc3796a4513477813de1fef99c4fa44a9'/>
<id>urn:sha1:393dea8bc3796a4513477813de1fef99c4fa44a9</id>
<content type='text'>
Previously these caused cycles when printing the result
</content>
</entry>
<entry>
<title>Remove `extern crate rustc_middle` from `rustc_query_impl`.</title>
<updated>2024-05-12T22:20:18+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-05-08T10:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=573aa9f677b8f6cd9efd0da41a9bed282e4bcba0'/>
<id>urn:sha1:573aa9f677b8f6cd9efd0da41a9bed282e4bcba0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify `use crate::rustc_foo::bar` occurrences.</title>
<updated>2024-05-08T06:57:31+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-05-08T06:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b68b92041c382c7ba1c4c8377af54d2fb198a83a'/>
<id>urn:sha1:b68b92041c382c7ba1c4c8377af54d2fb198a83a</id>
<content type='text'>
They can just be written as `use rustc_foo::bar`, which is far more
standard. (I didn't even know that a `crate::` prefix was valid.)
</content>
</entry>
<entry>
<title>Verify that query keys result in unique dep nodes</title>
<updated>2024-03-12T04:31:41+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2024-03-09T08:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55ba7a7c622fb1ac95ef05e4a652cedf923a8164'/>
<id>urn:sha1:55ba7a7c622fb1ac95ef05e4a652cedf923a8164</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid using unnecessary queries when printing the query stack in panics</title>
<updated>2024-03-04T19:43:58+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2024-03-04T19:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb9161028b8a7f276d552296811630c157471766'/>
<id>urn:sha1:fb9161028b8a7f276d552296811630c157471766</id>
<content type='text'>
</content>
</entry>
</feed>
