<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_const_eval, 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-31T19:51:29+00:00</updated>
<entry>
<title>Add EnteredTraceSpan::or_if_tracing_disabled</title>
<updated>2025-07-31T19:51:29+00:00</updated>
<author>
<name>Stypox</name>
<email>stypox@pm.me</email>
</author>
<published>2025-07-30T22:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88c9a256a94dfc3545dadd33fef15e52a6b7d73e'/>
<id>urn:sha1:88c9a256a94dfc3545dadd33fef15e52a6b7d73e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tracing to more functions related to step.rs</title>
<updated>2025-07-31T19:51:29+00:00</updated>
<author>
<name>Stypox</name>
<email>stypox@pm.me</email>
</author>
<published>2025-07-30T22:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=188f7367bff680a9e3ef2141a08cec24163ba70d'/>
<id>urn:sha1:188f7367bff680a9e3ef2141a08cec24163ba70d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tracing calls to eval_statement/terminator</title>
<updated>2025-07-31T19:51:29+00:00</updated>
<author>
<name>Stypox</name>
<email>stypox@pm.me</email>
</author>
<published>2025-07-30T21:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e806c8a342589f64f61119f69fc68c565e331c8'/>
<id>urn:sha1:4e806c8a342589f64f61119f69fc68c565e331c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr</title>
<updated>2025-07-31T15:19:40+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jonathan@donsz.nl</email>
</author>
<published>2025-07-31T15:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=26c28ee2ef1402f59cadf03417b05cdb892e7940'/>
<id>urn:sha1:26c28ee2ef1402f59cadf03417b05cdb892e7940</id>
<content type='text'>
merge rustc_attr_data_structures into rustc_hir

this move was discussed on zulip: [#t-compiler &gt; attribute parsing rework @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/attribute.20parsing.20rework/near/528530091)

Many PRs in the attribute rework depend on this move.
</content>
</entry>
<entry>
<title>Make Miri's enter_trace_span! call const_eval's</title>
<updated>2025-07-31T13:42:29+00:00</updated>
<author>
<name>Stypox</name>
<email>stypox@pm.me</email>
</author>
<published>2025-07-31T13:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb08a4dfc784ad5558e42db3b41b4abbebafc5a9'/>
<id>urn:sha1:bb08a4dfc784ad5558e42db3b41b4abbebafc5a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove rustc_attr_data_structures</title>
<updated>2025-07-31T12:19:27+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jana@donsz.nl</email>
</author>
<published>2025-07-31T09:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1d3ad89c7a2ad4f5d944a7fee1298ffe8c99645'/>
<id>urn:sha1:e1d3ad89c7a2ad4f5d944a7fee1298ffe8c99645</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use specific name for "frame" span field</title>
<updated>2025-07-30T22:40:00+00:00</updated>
<author>
<name>Stypox</name>
<email>stypox@pm.me</email>
</author>
<published>2025-07-30T16:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1f674cfa962fc76adbc4cfe95e9b3434299eede'/>
<id>urn:sha1:e1f674cfa962fc76adbc4cfe95e9b3434299eede</id>
<content type='text'>
Otherwise the field would be named "message" by default
</content>
</entry>
<entry>
<title>Use new enter_trace_span! syntax for layout_of &amp; friends</title>
<updated>2025-07-30T22:40:00+00:00</updated>
<author>
<name>Stypox</name>
<email>stypox@pm.me</email>
</author>
<published>2025-07-30T16:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b5fec08f1ad2725ffdbd2172035589314b4a4c8'/>
<id>urn:sha1:3b5fec08f1ad2725ffdbd2172035589314b4a4c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Uniform enter_trace_span! and add documentation</title>
<updated>2025-07-30T22:40:00+00:00</updated>
<author>
<name>Stypox</name>
<email>stypox@pm.me</email>
</author>
<published>2025-07-30T15:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e786169e8136223f6dfac7be85aff339b4cc893'/>
<id>urn:sha1:8e786169e8136223f6dfac7be85aff339b4cc893</id>
<content type='text'>
The macro was uniformed between rustc_const_eval and miri
</content>
</entry>
<entry>
<title>Rename trait_of_item -&gt; trait_of_assoc</title>
<updated>2025-07-28T14:53:50+00:00</updated>
<author>
<name>Cameron Steffen</name>
<email>cam.steffen94@gmail.com</email>
</author>
<published>2025-07-25T00:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=172af038a733020ec487d57a593ddb27ce16c325'/>
<id>urn:sha1:172af038a733020ec487d57a593ddb27ce16c325</id>
<content type='text'>
</content>
</entry>
</feed>
