<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_middle/src/ty/codec.rs, branch 1.90.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.90.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.90.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-31T01:48:53+00:00</updated>
<entry>
<title>Remove unused `impl_decodable_via_ref!` entries.</title>
<updated>2025-07-31T01:48:53+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-07-29T04:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2bf10de494a4ee9cbd5176e00cca8830d778669a'/>
<id>urn:sha1:2bf10de494a4ee9cbd5176e00cca8830d778669a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update `cfg(bootstrap)`</title>
<updated>2025-07-01T17:55:49+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2025-06-24T17:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e851e3e16e161e624b4108b83889b3fdbd5d44dd'/>
<id>urn:sha1:e851e3e16e161e624b4108b83889b3fdbd5d44dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>library/compiler: add `PointeeSized` bounds</title>
<updated>2025-06-16T23:04:33+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-02-10T14:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=884d0e031a046af894b43180032c1803bb6d0834'/>
<id>urn:sha1:884d0e031a046af894b43180032c1803bb6d0834</id>
<content type='text'>
As core uses an extern type (`ptr::VTable`), the default `?Sized` to
`MetaSized` migration isn't sufficient, and some code that previously
accepted `VTable` needs relaxed to continue to accept extern types.

Similarly, the compiler uses many extern types in `rustc_codegen_llvm`
and in the `rustc_middle::ty::List` implementation (`OpaqueListContents`)
some bounds must be relaxed to continue to accept these types.

Unfortunately, due to the current inability to relax `Deref::Target`,
some of the bounds in the standard library are forced to be stricter than
they ideally would be.
</content>
</entry>
<entry>
<title>yeet `CanonicalVarInfo`</title>
<updated>2025-05-23T12:10:53+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2025-05-23T10:12:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=326b7e9a6b3d33f7fda03419af3ed286d0262b7c'/>
<id>urn:sha1:326b7e9a6b3d33f7fda03419af3ed286d0262b7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add or-patterns to pattern types</title>
<updated>2025-04-28T07:50:18+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-02-27T09:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b023856f29743a288727d13d0d1044b8e0d3f9f3'/>
<id>urn:sha1:b023856f29743a288727d13d0d1044b8e0d3f9f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>borrowck typeck children together with their parent</title>
<updated>2025-04-07T22:34:40+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2025-03-14T15:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f05a23be5c521b865d459154fd7a6cd0f08869ae'/>
<id>urn:sha1:f05a23be5c521b865d459154fd7a6cd0f08869ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move codec module back into middle</title>
<updated>2025-03-15T06:42:48+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-03-13T17:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19c84c8812adb7fa0e7540b5de2541a5995e901a'/>
<id>urn:sha1:19c84c8812adb7fa0e7540b5de2541a5995e901a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use mk_ty_from_kind a bit less, clean up lifetime handling in borrowck</title>
<updated>2025-02-28T01:27:08+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-02-28T01:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=371c073ecff1d9e9ad6adb46e25bdbc53834be61'/>
<id>urn:sha1:371c073ecff1d9e9ad6adb46e25bdbc53834be61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>intern valtrees</title>
<updated>2025-02-12T23:38:17+00:00</updated>
<author>
<name>Lukas Markeffsky</name>
<email>@</email>
</author>
<published>2025-02-07T18:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=885e0f1b96112aae9fbdd97d08b69ddc8eb01b1e'/>
<id>urn:sha1:885e0f1b96112aae9fbdd97d08b69ddc8eb01b1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify intra-crate qualifiers.</title>
<updated>2025-02-11T03:59:13+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-02-11T02:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=af6020320d32fb3491b8d30b580f675a2e1d16a6'/>
<id>urn:sha1:af6020320d32fb3491b8d30b580f675a2e1d16a6</id>
<content type='text'>
The following is a weird pattern for a file within `rustc_middle`:
```
use rustc_middle::aaa;
use crate::bbb;
```
More sensible and standard would be this:
```
use crate::{aaa, bbb};
```
I.e. we generally prefer using `crate::` to using a crate's own name.
(Exceptions are things like in macros where `crate::` doesn't work
because the macro is used in multiple crates.)

This commit fixes a bunch of these weird qualifiers.
</content>
</entry>
</feed>
