<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_mir_transform/src/inline, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-18T16:35:55+00:00</updated>
<entry>
<title>Be a bit more careful around exotic cycles in in the inliner</title>
<updated>2025-07-18T16:35:55+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-07-09T20:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b9c16bc0e90e57ed4ff548a50a577ea4dd7a50c'/>
<id>urn:sha1:3b9c16bc0e90e57ed4ff548a50a577ea4dd7a50c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dont resolve instance of root in mir_callgraph_cyclic</title>
<updated>2025-07-06T23:01:45+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-07-06T23:01:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a40274d6cc17725d990cf8f3a02d553b5e9100bf'/>
<id>urn:sha1:a40274d6cc17725d990cf8f3a02d553b5e9100bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only store the LocalDefId instead of the whole instance.</title>
<updated>2025-06-23T08:44:31+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-06-19T08:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2074013f44e4b12a0949182d050d3470bd76e4de'/>
<id>urn:sha1:2074013f44e4b12a0949182d050d3470bd76e4de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only compute recursive callees once.</title>
<updated>2025-06-22T20:08:49+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-06-17T13:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09aab29ebf93fbb546d409d1e127392abf36cd8a'/>
<id>urn:sha1:09aab29ebf93fbb546d409d1e127392abf36cd8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`FIXME(-Znext-solver)` triage</title>
<updated>2025-06-03T12:23:56+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2025-05-30T11:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7dac755be8d09234afa0ac6c3626c8d5f733ef31'/>
<id>urn:sha1:7dac755be8d09234afa0ac6c3626c8d5f733ef31</id>
<content type='text'>
Co-authored-by: Michael Goulet &lt;michael@errs.io&gt;
</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>use `TypingEnv` when no `infcx` is available</title>
<updated>2024-11-18T09:38:56+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2024-11-15T12:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9cba14b95bb07a5b31ed1aac2bf4eadd248232da'/>
<id>urn:sha1:9cba14b95bb07a5b31ed1aac2bf4eadd248232da</id>
<content type='text'>
the behavior of the type system not only depends on the current
assumptions, but also the currentnphase of the compiler. This is
mostly necessary as we need to decide whether and how to reveal
opaque types. We track this via the `TypingMode`.
</content>
</entry>
<entry>
<title>Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.</title>
<updated>2024-08-30T00:01:34+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-08-28T05:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed5161c5ac239d14c8bc638e3673550f48882a23'/>
<id>urn:sha1:ed5161c5ac239d14c8bc638e3673550f48882a23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a reduced recursion limit in the MIR inliner's cycle breaker</title>
<updated>2024-08-28T23:52:23+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2024-08-28T23:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=950437a035aa81cf2af3d8aebdf8d9b294c54395'/>
<id>urn:sha1:950437a035aa81cf2af3d8aebdf8d9b294c54395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop using a special inner body for the coroutine by-move body for async closures</title>
<updated>2024-08-26T22:44:19+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-08-01T17:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4609841c078cde37c0e2ffb481059cb1bd330233'/>
<id>urn:sha1:4609841c078cde37c0e2ffb481059cb1bd330233</id>
<content type='text'>
</content>
</entry>
</feed>
