<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_const_eval/src/interpret/call.rs, branch 1.89.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.89.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.89.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-06T02:15:56+00:00</updated>
<entry>
<title>Update `InterpCx::project_field` to take `FieldIdx`</title>
<updated>2025-06-06T02:15:56+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2025-06-04T08:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8bce2255e826a11d1aa345d1786f85d22c5f921a'/>
<id>urn:sha1:8bce2255e826a11d1aa345d1786f85d22c5f921a</id>
<content type='text'>
As suggested by Ralf in 142005.

</content>
</entry>
<entry>
<title>interpret: do not force_allocate all return places</title>
<updated>2025-05-22T19:26:09+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-05-22T18:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a9e189f53f8ad77d0cdb4a87ce02a13b89303a2'/>
<id>urn:sha1:6a9e189f53f8ad77d0cdb4a87ce02a13b89303a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #135808 - tiif:conv_display, r=workingjubilee</title>
<updated>2025-05-17T13:45:19+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-05-17T13:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=836db3ccae0b7cfb21a1da01c3f4bb6dea81daae'/>
<id>urn:sha1:836db3ccae0b7cfb21a1da01c3f4bb6dea81daae</id>
<content type='text'>
Implement Display for ``rustc_target::callconv::Conv``

Follow up of https://github.com/rust-lang/rust/pull/133103#discussion_r1885552854
</content>
</entry>
<entry>
<title>AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added.</title>
<updated>2025-04-28T09:23:13+00:00</updated>
<author>
<name>Andrew Zhogin</name>
<email>andrew.zhogin@gmail.com</email>
</author>
<published>2024-08-26T13:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c366756a8537ef998d32c1ef57098d5aae7ca92f'/>
<id>urn:sha1:c366756a8537ef998d32c1ef57098d5aae7ca92f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>impl Display for Conv</title>
<updated>2025-03-12T14:38:51+00:00</updated>
<author>
<name>tiif</name>
<email>pekyuan@gmail.com</email>
</author>
<published>2025-01-21T08:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=701b1948abd46425ab588108bb406b7519ec16fa'/>
<id>urn:sha1:701b1948abd46425ab588108bb406b7519ec16fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a doc comment</title>
<updated>2025-02-15T07:21:27+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-02-15T07:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8769d03caf689f89e778f95f5458a5b69be6258d'/>
<id>urn:sha1:8769d03caf689f89e778f95f5458a5b69be6258d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made check_argument_compat public</title>
<updated>2025-02-15T04:07:01+00:00</updated>
<author>
<name>geetanshjuneja</name>
<email>ronitjuneja2002@gmail.com</email>
</author>
<published>2025-02-15T04:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3fa720352c992c3bd7b3c6fb21aac514943db8d'/>
<id>urn:sha1:f3fa720352c992c3bd7b3c6fb21aac514943db8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rustfmt</title>
<updated>2025-02-08T22:12:13+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-08T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fcae03369abb4c2cc180cd5a49e1f4440a81300'/>
<id>urn:sha1:1fcae03369abb4c2cc180cd5a49e1f4440a81300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More assertions, tests, and miri coverage</title>
<updated>2025-01-30T17:44:28+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-01-11T19:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d98b99af56e1260f520102a93f198ffe47793722'/>
<id>urn:sha1:d98b99af56e1260f520102a93f198ffe47793722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_intrinsic: support functions without body; they are implicitly marked as must-be-overridden</title>
<updated>2025-01-04T10:41:51+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-01-04T10:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3cd3649c6cd370ac20e47f40bd5f210c9fe63f92'/>
<id>urn:sha1:3cd3649c6cd370ac20e47f40bd5f210c9fe63f92</id>
<content type='text'>
</content>
</entry>
</feed>
