<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_middle/src/query, branch 1.83.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.83.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.83.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-10-04T23:44:27+00:00</updated>
<entry>
<title>Simplify bound var resolution.</title>
<updated>2024-10-04T23:44:27+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2024-08-18T16:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ec58a44e20fa3c0a5c957ab3c31f2d039e9a24a'/>
<id>urn:sha1:6ec58a44e20fa3c0a5c957ab3c31f2d039e9a24a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WfCheck opaques.</title>
<updated>2024-10-04T23:28:27+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2024-08-18T14:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68f7ed4495ac5b000a5dc17fc0fd8d8760e68727'/>
<id>urn:sha1:68f7ed4495ac5b000a5dc17fc0fd8d8760e68727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make naming more consistent.</title>
<updated>2024-10-04T23:02:41+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2024-08-22T00:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ec7839afa30aae41ee01326b0273ca1ba8e027b'/>
<id>urn:sha1:4ec7839afa30aae41ee01326b0273ca1ba8e027b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make query backtrace more useful.</title>
<updated>2024-10-04T23:01:09+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2024-08-18T15:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99144726a43b6ed5a5010837080f2a7c70c4ec52'/>
<id>urn:sha1:99144726a43b6ed5a5010837080f2a7c70c4ec52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr</title>
<updated>2024-09-27T21:23:29+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-09-27T21:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=83e4e188961759abd1b685a39bd1147821a576c0'/>
<id>urn:sha1:83e4e188961759abd1b685a39bd1147821a576c0</id>
<content type='text'>
Rollup of 6 pull requests

Successful merges:

 - #130718 (Cleanup some known-bug issues)
 - #130730 (Reorganize Test Headers)
 - #130826 (Compiler: Rename "object safe" to "dyn compatible")
 - #130915 (fix typo in triagebot.toml)
 - #130926 (Update cc to 1.1.22 in library/)
 - #130932 (etc: Add sample rust-analyzer configs for eglot &amp; helix)

r? `@ghost`
`@rustbot` modify labels: rollup
</content>
</entry>
<entry>
<title>Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-errors</title>
<updated>2024-09-27T19:35:08+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-09-27T19:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a935064faeda0c995960a407d47b4db8f16ac16b'/>
<id>urn:sha1:a935064faeda0c995960a407d47b4db8f16ac16b</id>
<content type='text'>
Compiler: Rename "object safe" to "dyn compatible"

Completed T-lang FCP: https://github.com/rust-lang/lang-team/issues/286#issuecomment-2338905118.
Tracking issue: https://github.com/rust-lang/rust/issues/130852

Excludes `compiler/rustc_codegen_cranelift` (to be filed separately).
Includes Stable MIR.

Regarding https://github.com/rust-lang/rust/labels/relnotes, I guess I will manually open a https://github.com/rust-lang/rust/labels/relnotes-tracking-issue since this change affects everything (compiler, library, tools, docs, books, everyday language).

r? ghost
</content>
</entry>
<entry>
<title>Use `&amp;raw` in the compiler</title>
<updated>2024-09-27T03:33:26+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2024-09-27T03:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4160a54dc5751d08dd23c7e5b0dc6cbc0889ce32'/>
<id>urn:sha1:4160a54dc5751d08dd23c7e5b0dc6cbc0889ce32</id>
<content type='text'>
Like #130865 did for the standard library, we can use `&amp;raw` in the
compiler now that stage0 supports it. Also like the other issue, I did
not make any doc or test changes at this time.
</content>
</entry>
<entry>
<title>Compiler: Rename "object safe" to "dyn compatible"</title>
<updated>2024-09-25T11:26:48+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2024-09-25T08:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01a063f9df39fd7442874726afd8c9583987da44'/>
<id>urn:sha1:01a063f9df39fd7442874726afd8c9583987da44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate collection of crate-local inherent impls from error reporting</title>
<updated>2024-09-24T14:12:05+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-23T22:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cfb8419900c1511b09320d70105128ce13de6e71'/>
<id>urn:sha1:cfb8419900c1511b09320d70105128ce13de6e71</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>
</feed>
