<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_const_eval/src/util, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-15T16:50:20+00:00</updated>
<entry>
<title>Comment more code and make tests clearer</title>
<updated>2025-07-15T16:50:20+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2025-07-13T07:11:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd48b7b8dd911229b635f7969e6213b5af337b7d'/>
<id>urn:sha1:fd48b7b8dd911229b635f7969e6213b5af337b7d</id>
<content type='text'>
Co-Authored-By: Ralf Jung &lt;post@ralfj.de&gt;
</content>
</entry>
<entry>
<title>add `const_make_global`; err for `const_allocate` ptrs if didn't call</title>
<updated>2025-07-15T16:32:12+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2025-07-07T16:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f2dc2bd1a2e0120b868911497ddbd8e43f3a9fa'/>
<id>urn:sha1:3f2dc2bd1a2e0120b868911497ddbd8e43f3a9fa</id>
<content type='text'>
Co-Authored-By: Ralf Jung &lt;post@ralfj.de&gt;
Co-Authored-By: Oli Scherer &lt;github333195615777966@oli-obk.de&gt;
</content>
</entry>
<entry>
<title>setup CI and tidy to use typos for spellchecking and fix few typos</title>
<updated>2025-07-03T07:51:06+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2024-12-07T10:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c76d032f0144b650a438ee1efba89c475e0b115b'/>
<id>urn:sha1:c76d032f0144b650a438ee1efba89c475e0b115b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-Simulacrum</title>
<updated>2025-06-28T20:05:28+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-06-28T20:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6de7ca41a035a30472d51d5c3a5fb8bdc83c73e'/>
<id>urn:sha1:c6de7ca41a035a30472d51d5c3a5fb8bdc83c73e</id>
<content type='text'>
Do not include NUL-terminator in computed length

This PR contains just the first commit of rust-lang/rust#142579 which changes it so that the string length stored in the `Location` is the length of the `&amp;str` rather than the length of the `&amp;CStr`. Since most users will want the `&amp;str` length, it seems better to optimize for that use-case.

There should be no visible changes in the behavior or API.
</content>
</entry>
<entry>
<title>Add InterpCx::layout_of with tracing, shadowing LayoutOf</title>
<updated>2025-06-27T09:49:22+00:00</updated>
<author>
<name>Stypox</name>
<email>stypox@pm.me</email>
</author>
<published>2025-06-27T08:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=708dc15cf1f2fe1e0df4a2485e455337408932da'/>
<id>urn:sha1:708dc15cf1f2fe1e0df4a2485e455337408932da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not include NUL-terminator in computed length</title>
<updated>2025-06-19T07:47:49+00:00</updated>
<author>
<name>Alice Ryhl</name>
<email>aliceryhl@google.com</email>
</author>
<published>2025-06-12T10:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3383e4942bca64ce523b7736a2bedd1b8426c11'/>
<id>urn:sha1:f3383e4942bca64ce523b7736a2bedd1b8426c11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk</title>
<updated>2025-06-06T21:53:18+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-06-06T21:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a6f1b03757ce930ad0010e8d76cc0cf6518a535'/>
<id>urn:sha1:3a6f1b03757ce930ad0010e8d76cc0cf6518a535</id>
<content type='text'>
Update `InterpCx::project_field` to take `FieldIdx`

As suggested by Ralf in https://github.com/rust-lang/rust/pull/142005#discussion_r2125839015
</content>
</entry>
<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>Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead</title>
<updated>2025-06-05T22:58:44+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-06-05T22:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1d1f7a16fac9d3b5dc37ff94e245bf54c2f20ae'/>
<id>urn:sha1:c1d1f7a16fac9d3b5dc37ff94e245bf54c2f20ae</id>
<content type='text'>
Replace some `Option&lt;Span&gt;` with `Span` and use DUMMY_SP instead of None

Turns out many locations actually have a span available that we could use, so I used it
</content>
</entry>
<entry>
<title>Replace some `Option&lt;Span&gt;` with `Span` and use DUMMY_SP instead of None</title>
<updated>2025-06-05T14:14:59+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-06-04T06:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd3da4bebdff63b7529483ff7025986ef16bf463'/>
<id>urn:sha1:fd3da4bebdff63b7529483ff7025986ef16bf463</id>
<content type='text'>
</content>
</entry>
</feed>
