<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/thread_local/native, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-27T21:05:39+00:00</updated>
<entry>
<title>Hoist non-platform-specific code out of `thread_local_inner!`</title>
<updated>2025-09-27T21:05:39+00:00</updated>
<author>
<name>Jules Bertholet</name>
<email>julesbertholet@quoi.xyz</email>
</author>
<published>2025-09-27T19:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d32b9a1783343d42a9864fe3d2115daa2cb425e'/>
<id>urn:sha1:4d32b9a1783343d42a9864fe3d2115daa2cb425e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support `#[rustc_align_static]` inside `thread_local!`</title>
<updated>2025-09-26T17:51:09+00:00</updated>
<author>
<name>Jules Bertholet</name>
<email>julesbertholet@quoi.xyz</email>
</author>
<published>2025-09-10T21:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4e87e940620bc0e61caa7c42b1edc53c0aee7cb'/>
<id>urn:sha1:a4e87e940620bc0e61caa7c42b1edc53c0aee7cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address review comments.</title>
<updated>2025-05-30T10:14:27+00:00</updated>
<author>
<name>Orson Peters</name>
<email>orsonpeters@gmail.com</email>
</author>
<published>2025-05-30T10:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b374adc9dbeec2cc969723dbfcb5c8ee990953bd'/>
<id>urn:sha1:b374adc9dbeec2cc969723dbfcb5c8ee990953bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When replacing an old value we may not drop it in place</title>
<updated>2025-05-28T15:53:14+00:00</updated>
<author>
<name>Orson Peters</name>
<email>orsonpeters@gmail.com</email>
</author>
<published>2025-05-28T15:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ffbc62cb60f2151a38b6c5e18c016e406d10a62'/>
<id>urn:sha1:9ffbc62cb60f2151a38b6c5e18c016e406d10a62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add same unsafe bound on get_or_init_slow</title>
<updated>2025-05-28T15:10:50+00:00</updated>
<author>
<name>Orson Peters</name>
<email>orsonpeters@gmail.com</email>
</author>
<published>2025-05-28T15:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8785f7b122bbb83d308035565f243ceb95ce4736'/>
<id>urn:sha1:8785f7b122bbb83d308035565f243ceb95ce4736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not panic, maintain old behavior</title>
<updated>2025-05-28T14:56:26+00:00</updated>
<author>
<name>Orson Peters</name>
<email>orsonpeters@gmail.com</email>
</author>
<published>2025-05-28T14:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13bce27e378267203f681470f947208b3e267558'/>
<id>urn:sha1:13bce27e378267203f681470f947208b3e267558</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve safety comment, double-drop is not relevant here</title>
<updated>2025-05-28T12:51:52+00:00</updated>
<author>
<name>Orson Peters</name>
<email>orsonpeters@gmail.com</email>
</author>
<published>2025-05-28T12:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f70cf59fc19b7717397e9701b4783f744983275f'/>
<id>urn:sha1:f70cf59fc19b7717397e9701b4783f744983275f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not move thread-locals before dropping</title>
<updated>2025-05-28T12:39:51+00:00</updated>
<author>
<name>Orson Peters</name>
<email>orsonpeters@gmail.com</email>
</author>
<published>2025-05-28T12:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0f6b69b813aae1b7525d222ca1d2ba9c1fa25f1'/>
<id>urn:sha1:b0f6b69b813aae1b7525d222ca1d2ba9c1fa25f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid shadowing user provided types or type aliases in `thread_local!`</title>
<updated>2024-10-18T02:27:41+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2024-10-18T02:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b2320c3df9e57e8920a8eeec94e907e3d3e6347'/>
<id>urn:sha1:7b2320c3df9e57e8920a8eeec94e907e3d3e6347</id>
<content type='text'>
By using qualified imports, i.e. `$crate::...::LocalKey`.
</content>
</entry>
<entry>
<title>std: make `thread::current` available in all `thread_local!` destructors</title>
<updated>2024-10-02T16:04:21+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-07-18T11:59:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d868fdce6b9ddef6abcc8de86b3ba8459def36a2'/>
<id>urn:sha1:d868fdce6b9ddef6abcc8de86b3ba8459def36a2</id>
<content type='text'>
</content>
</entry>
</feed>
