<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_const_eval/src/interpret/projection.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-05-27T06:25:57+00:00</updated>
<entry>
<title>interpret: get rid of 'mir lifetime everywhere</title>
<updated>2024-05-27T06:25:57+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-05-27T06:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8379c9598d703ec26b967e9654d016c21497beb'/>
<id>urn:sha1:e8379c9598d703ec26b967e9654d016c21497beb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.</title>
<updated>2024-05-23T08:02:38+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-05-22T04:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a5d814a047376223da9331061d9642dd33b3f9a'/>
<id>urn:sha1:7a5d814a047376223da9331061d9642dd33b3f9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `extern crate rustc_middle` from `rustc_const_eval`.</title>
<updated>2024-05-12T22:02:14+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-05-08T09:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4497d345a8196554021f6d145b86bfc814c954d3'/>
<id>urn:sha1:4497d345a8196554021f6d145b86bfc814c954d3</id>
<content type='text'>
This requires exporting the interpreter macros so they can be used with
`use crate::interpret::*`.
</content>
</entry>
<entry>
<title>remove some frame parameters that are no longer needed</title>
<updated>2024-03-09T17:28:14+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-03-09T17:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4497990dff8ce181fa12757eb4e786b85025ae61'/>
<id>urn:sha1:4497990dff8ce181fa12757eb4e786b85025ae61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interpret/visitor: ensure we only see normalized types</title>
<updated>2024-02-10T16:00:24+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-02-10T15:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=29db7890baacf18cd11c6fa530baf5ec82673f52'/>
<id>urn:sha1:29db7890baacf18cd11c6fa530baf5ec82673f52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interpret: project_downcast: do not ICE for uninhabited variants</title>
<updated>2024-01-26T08:01:56+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-01-26T07:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1025a12b64a7e5d852e02d59d86aca558733bed1'/>
<id>urn:sha1:1025a12b64a7e5d852e02d59d86aca558733bed1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>const prop nonsense eliminated</title>
<updated>2024-01-23T16:34:43+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-01-05T17:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f398abcb6e11ea0dfe8e647a87fa2763005f89a'/>
<id>urn:sha1:1f398abcb6e11ea0dfe8e647a87fa2763005f89a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interpret: extend comment on the inhabitedness check in downcast</title>
<updated>2023-12-14T08:50:47+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2023-12-14T08:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d87d8307f460a16167416a0e808bcb1c74295b4'/>
<id>urn:sha1:5d87d8307f460a16167416a0e808bcb1c74295b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reject projecting to fields whose offset we cannot compute</title>
<updated>2023-12-12T07:15:17+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2023-12-02T11:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ef1e351665d9023483f4c281903848421319007'/>
<id>urn:sha1:9ef1e351665d9023483f4c281903848421319007</id>
<content type='text'>
</content>
</entry>
<entry>
<title>codegen, miri: fix computing the offset of an unsized field in a packed struct</title>
<updated>2023-12-03T07:26:51+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2023-12-02T13:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ef15a8182ba0b6b7b5d6abb9d00eeb93f7cf0247'/>
<id>urn:sha1:ef15a8182ba0b6b7b5d6abb9d00eeb93f7cf0247</id>
<content type='text'>
</content>
</entry>
</feed>
