<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/thread_local/native, branch cargo_update</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=cargo_update</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=cargo_update'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-30T10:14:27+00:00</updated>
<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>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Fix doc nits</title>
<updated>2024-07-26T12:26:33+00:00</updated>
<author>
<name>John Arundel</name>
<email>john@bitfieldconsulting.com</email>
</author>
<published>2024-07-15T11:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a19472a93e2eecce1477011fa9f7ec49b45ca164'/>
<id>urn:sha1:a19472a93e2eecce1477011fa9f7ec49b45ca164</id>
<content type='text'>
Many tiny changes to stdlib doc comments to make them consistent (for example
"Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph
breaks, backticks for monospace style, and other minor nits.

https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
</content>
</entry>
</feed>
