<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/miri/tests/pass/alloc-access-tracking.rs, 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-16T10:34:28+00:00</updated>
<entry>
<title>minor tweaks and comments</title>
<updated>2025-07-16T10:34:28+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-07-16T09:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a7818abc141a072ff069ed6c43ebbe56eade9c23'/>
<id>urn:sha1:a7818abc141a072ff069ed6c43ebbe56eade9c23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge from rustc</title>
<updated>2025-07-05T07:12:26+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-07-05T07:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=61f3705920822819721c8d17a012adc93914b312'/>
<id>urn:sha1:61f3705920822819721c8d17a012adc93914b312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make __rust_alloc_error_handler_should_panic a function</title>
<updated>2025-07-03T17:52:21+00:00</updated>
<author>
<name>Daniel Paoliello</name>
<email>danpao@microsoft.com</email>
</author>
<published>2025-07-03T16:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b22d0f0d2b9d0d71025065db93058e34f846600'/>
<id>urn:sha1:2b22d0f0d2b9d0d71025065db93058e34f846600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add shims for `gettid`-esque functions</title>
<updated>2025-06-29T20:53:58+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2025-06-13T00:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d69b8e2b48cd5e3ac4f8ee7af995241ea7c3a010'/>
<id>urn:sha1:d69b8e2b48cd5e3ac4f8ee7af995241ea7c3a010</id>
<content type='text'>
Various platforms provide a function to return the current OS thread ID,
but they all use a slightly different name. Add shims for these
functions for Apple, FreeBSD, and Windows, with tests to account for
those and a few more platforms that are not yet supported by Miri. The
syscall and extern symbol is included as well on Linux.

These should be useful in general but will also help support printing
the OS thread ID in panic messages [1].

[1]: https://github.com/rust-lang/rust/pull/115746

Squashed commit from Ralf:

    try_from_scalar: extend comment
</content>
</entry>
<entry>
<title>Change __rust_no_alloc_shim_is_unstable to be a function</title>
<updated>2025-06-16T17:54:07+00:00</updated>
<author>
<name>Daniel Paoliello</name>
<email>danpao@microsoft.com</email>
</author>
<published>2025-05-15T23:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6906b44e1c667705ce04626901a75d51f4910de3'/>
<id>urn:sha1:6906b44e1c667705ce04626901a75d51f4910de3</id>
<content type='text'>
</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>remove support for the #[start] attribute</title>
<updated>2025-01-21T13:59:15+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-12-14T08:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56c90dc31e86bbaf486826a21a33d7c56e8f742f'/>
<id>urn:sha1:56c90dc31e86bbaf486826a21a33d7c56e8f742f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump ui test</title>
<updated>2024-09-16T21:05:42+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github@oli-obk.de</email>
</author>
<published>2024-09-07T14:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f9f19810f2bc2fa6c3b8891f1c3197124b07161'/>
<id>urn:sha1:9f9f19810f2bc2fa6c3b8891f1c3197124b07161</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interpret: refactor function call handling to be better-abstracted</title>
<updated>2024-08-06T09:08:12+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-08-05T15:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=522af10cccd9c23f5147d123cd6373ae0aa0795d'/>
<id>urn:sha1:522af10cccd9c23f5147d123cd6373ae0aa0795d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make statx a regular function (so we don't need to support the syscall)</title>
<updated>2024-05-04T13:21:08+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-05-04T12:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19aa8a021d82d16af95913627055f064ed976b3b'/>
<id>urn:sha1:19aa8a021d82d16af95913627055f064ed976b3b</id>
<content type='text'>
</content>
</entry>
</feed>
