<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/thread, branch 1.41.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.41.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.41.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-11-30T02:43:27+00:00</updated>
<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>Rollup merge of #66146 - 3442853561:patch-2, r=Mark-Simulacrum</title>
<updated>2019-11-07T00:20:45+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2019-11-07T00:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=de401900b4d25b4a01c5f3e34554f9a656f89f84'/>
<id>urn:sha1:de401900b4d25b4a01c5f3e34554f9a656f89f84</id>
<content type='text'>
Remove unused parameters in `__thread_local_inner`

Fixes #65993.
</content>
</entry>
<entry>
<title>Try with crate::error::Error</title>
<updated>2019-11-06T16:45:46+00:00</updated>
<author>
<name>Pyry Kontio</name>
<email>pyry.kontio@drasa.eu</email>
</author>
<published>2019-11-06T16:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8568204f4e934ff93817f948b13a9c804277a6bf'/>
<id>urn:sha1:8568204f4e934ff93817f948b13a9c804277a6bf</id>
<content type='text'>
</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>Fix the Error linking.</title>
<updated>2019-11-06T07:59:53+00:00</updated>
<author>
<name>Pyry Kontio</name>
<email>pyry.kontio@drasa.eu</email>
</author>
<published>2019-11-06T07:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4317263a311ad4adc54529b5fdcfe1e18fb651be'/>
<id>urn:sha1:4317263a311ad4adc54529b5fdcfe1e18fb651be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Addressed review comments.</title>
<updated>2019-11-06T05:48:23+00:00</updated>
<author>
<name>Pyry Kontio</name>
<email>pyry.kontio@drasa.eu</email>
</author>
<published>2019-11-06T05:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f1bc4ef170dc27f7c186e6b00de30f66eee14f6c'/>
<id>urn:sha1:f1bc4ef170dc27f7c186e6b00de30f66eee14f6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve std::thread::Result documentation</title>
<updated>2019-11-05T10:23:12+00:00</updated>
<author>
<name>Pyry Kontio</name>
<email>pyry.kontio@drasa.eu</email>
</author>
<published>2019-11-05T10:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=002c1c74d99295e49e30a02fb98f25383f1576f8'/>
<id>urn:sha1:002c1c74d99295e49e30a02fb98f25383f1576f8</id>
<content type='text'>
</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>Rollup merge of #64765 - alexcrichton:less-check-backtrace, r=sfackler</title>
<updated>2019-10-06T04:54:51+00:00</updated>
<author>
<name>Tyler Mandry</name>
<email>tmandry@gmail.com</email>
</author>
<published>2019-10-06T04:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae2a720e92f78e76db5b7c1d6308fcd87d5c5281'/>
<id>urn:sha1:ae2a720e92f78e76db5b7c1d6308fcd87d5c5281</id>
<content type='text'>
std: Reduce checks for `feature = "backtrace"`

This is a stylistic change to libstd to reduce the number of checks of
`feature = "backtrace"` now that we unconditionally depend on the
`backtrace` crate and rely on it having an empty implementation.
otherwise.
</content>
</entry>
<entry>
<title>std: Reduce checks for `feature = "backtrace"`</title>
<updated>2019-09-25T13:43:49+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-25T13:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d06058a77beffb6347c77b51e12889b7bd9fc76'/>
<id>urn:sha1:1d06058a77beffb6347c77b51e12889b7bd9fc76</id>
<content type='text'>
This is a stylistic change to libstd to reduce the number of checks of
`feature = "backtrace"` now that we unconditionally depend on the
`backtrace` crate and rely on it having an empty implementation.
otherwise.
</content>
</entry>
</feed>
