<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/windows, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-07-28T00:51:13+00:00</updated>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-28T00:51:13+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-06-12T02:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c31b45ae878b821975c4ebd94cc1e49f6073fd0'/>
<id>urn:sha1:2c31b45ae878b821975c4ebd94cc1e49f6073fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid implicitly returning ()</title>
<updated>2020-07-23T15:12:31+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-07-23T15:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67b4f3b1482971f6eaecec0c5e01f8be467c491a'/>
<id>urn:sha1:67b4f3b1482971f6eaecec0c5e01f8be467c491a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>on Windows, use miri_static_root for TLS dtors</title>
<updated>2020-07-23T15:12:31+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-07-23T13:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c8229cdfc1a570b73d826cb92dd2d43db5257e4a'/>
<id>urn:sha1:c8229cdfc1a570b73d826cb92dd2d43db5257e4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomez</title>
<updated>2020-07-15T18:01:22+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2020-07-15T18:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7cf2cbd78ea5e5f6a4514cb631942dc6516c6f4'/>
<id>urn:sha1:b7cf2cbd78ea5e5f6a4514cb631942dc6516c6f4</id>
<content type='text'>
Added docs for `From&lt;c_int&gt;` for `ExitStatus`

Partially addresses https://github.com/rust-lang/rust/issues/51430
</content>
</entry>
<entry>
<title>Rollup merge of #74263 - RalfJung:thread-local, r=Mark-Simulacrum</title>
<updated>2020-07-14T20:19:28+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2020-07-14T20:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fadd91c630bb4cf606f7ef3ec68d7b6cbcb363b5'/>
<id>urn:sha1:fadd91c630bb4cf606f7ef3ec68d7b6cbcb363b5</id>
<content type='text'>
Slight reorganization of sys/(fast_)thread_local

I was long confused by the `thread_local` and `fast_thread_local` modules in the `sys(_common)` part of libstd. The names make it *sound* like `fast_thread_local` is just a faster version of `thread_local`, but really these are totally different APIs: one provides thread-local "keys", which are non-addressable pointer-sized pieces of local storage with an associated destructor; the other (the "fast" one) provides just a destructor.

So I propose we rename `fast_thread_local` to `thread_local_dtor`, and `thread_local` to `thread_local_key`. That's what this PR does.
</content>
</entry>
<entry>
<title>Added docs for `From&lt;c_int&gt;` for `ExitStatus`</title>
<updated>2020-07-14T08:25:14+00:00</updated>
<author>
<name>Vincent Esche</name>
<email>regexident@gmail.com</email>
</author>
<published>2020-07-13T11:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=538f15776ba1629ff77e5e78e62c0048f8648498'/>
<id>urn:sha1:538f15776ba1629ff77e5e78e62c0048f8648498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce unsafe scope</title>
<updated>2020-07-12T14:51:04+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-07-12T14:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e31898b02409b8ce5db32761d45c78f9f74dbdc6'/>
<id>urn:sha1:e31898b02409b8ce5db32761d45c78f9f74dbdc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer empty OsStr over unsafe cast from [u8]</title>
<updated>2020-07-12T14:51:04+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-07-10T15:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0281a05f66aada7afc3e5b665b4c48a44abbc517'/>
<id>urn:sha1:0281a05f66aada7afc3e5b665b4c48a44abbc517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite parse_two_comps</title>
<updated>2020-07-12T14:51:04+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-07-10T15:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1d6798899b7830e869d06e1ddb106a75cb61cc8'/>
<id>urn:sha1:b1d6798899b7830e869d06e1ddb106a75cb61cc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make use of slice::strip_prefix and slice pattern</title>
<updated>2020-07-12T14:51:04+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2020-07-10T15:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27a966a149f55fe29a25a2fc07e6c8a011ae3dbf'/>
<id>urn:sha1:27a966a149f55fe29a25a2fc07e6c8a011ae3dbf</id>
<content type='text'>
</content>
</entry>
</feed>
