<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/thread/local.rs, 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>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>rename fast_thread_local -&gt; thread_local_dtor; thread_local -&gt; thread_local_key</title>
<updated>2020-07-12T09:46:42+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-07-12T09:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8082fb988a5915e693f18e6d299deaae64834079'/>
<id>urn:sha1:8082fb988a5915e693f18e6d299deaae64834079</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unused results from mem::replace</title>
<updated>2020-04-17T20:59:14+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-04-17T20:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccecae5fdd27fa7695fd45c98ff755029a750eb7'/>
<id>urn:sha1:ccecae5fdd27fa7695fd45c98ff755029a750eb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add inline attributes for functions used in the query system</title>
<updated>2020-03-30T12:37:44+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2020-03-30T12:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87cdfb6e71b0ebe3e41e04d8840a20d7428197be'/>
<id>urn:sha1:87cdfb6e71b0ebe3e41e04d8840a20d7428197be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require issue = "none" over issue = "0" in unstable attributes</title>
<updated>2019-12-21T11:16:18+00:00</updated>
<author>
<name>Ross MacArthur</name>
<email>ross@macarthur.io</email>
</author>
<published>2019-12-21T11:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7256d28d1c2f8340ab5b99df4bdb15aa232f3f3'/>
<id>urn:sha1:f7256d28d1c2f8340ab5b99df4bdb15aa232f3f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format libstd with rustfmt</title>
<updated>2019-11-30T02:43:27+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-27T18:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4436c9d35498e7ae3da261f6141d6d73b915e1e8'/>
<id>urn:sha1:4436c9d35498e7ae3da261f6141d6d73b915e1e8</id>
<content type='text'>
This commit applies rustfmt with rust-lang/rust's default settings to
files in src/libstd *that are not involved in any currently open PR* to
minimize merge conflicts. THe list of files involved in open PRs was
determined by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8

With the list of files from the script in outstanding_files, the
relevant commands were:

    $ find src/libstd -name '*.rs' \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ rg libstd outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of libstd.

To confirm no funny business:

    $ git checkout $THIS_COMMIT^
    $ git show --pretty= --name-only $THIS_COMMIT \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ git diff $THIS_COMMIT  # there should be no difference
</content>
</entry>
<entry>
<title>Update local.rs</title>
<updated>2019-11-06T08:39:48+00:00</updated>
<author>
<name>3442853561</name>
<email>21147967+3442853561@users.noreply.github.com</email>
</author>
<published>2019-11-06T08:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=936349c81b59581c7c3a834a6b61eb94168e2807'/>
<id>urn:sha1:936349c81b59581c7c3a834a6b61eb94168e2807</id>
<content type='text'>
Removed parameters not used in the macro</content>
</entry>
<entry>
<title>Apply clippy::single_match suggestion</title>
<updated>2019-10-22T17:23:10+00:00</updated>
<author>
<name>Mateusz Mikuła</name>
<email>matti@marinelayer.io</email>
</author>
<published>2019-09-05T12:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bedbf3bacbff36a477dcf28523cbf6cab67e9e0a'/>
<id>urn:sha1:bedbf3bacbff36a477dcf28523cbf6cab67e9e0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated the panic message wording</title>
<updated>2019-09-16T04:13:02+00:00</updated>
<author>
<name>Tomas Tauber</name>
<email>2410580+tomtau@users.noreply.github.com</email>
</author>
<published>2019-09-16T04:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68c3739f1268e496c096d89ab9e556f196e35974'/>
<id>urn:sha1:68c3739f1268e496c096d89ab9e556f196e35974</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made a thread local storage panic message more explanatory</title>
<updated>2019-09-15T05:35:02+00:00</updated>
<author>
<name>Tomas Tauber</name>
<email>2410580+tomtau@users.noreply.github.com</email>
</author>
<published>2019-09-14T02:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df7789c902eb198a107422dd8e4e4c81ec3cb6ad'/>
<id>urn:sha1:df7789c902eb198a107422dd8e4e4c81ec3cb6ad</id>
<content type='text'>
(TLS is usually understood as Transport Layer Security
outside rust-std internals)
</content>
</entry>
</feed>
