<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/panic.rs, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<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>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>rename update_count_then_panic -&gt; rust_panic_without_hook</title>
<updated>2019-11-26T09:23:15+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-11-26T09:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=babe9fcbc1d5aa5a6a53b7d2e34777cfe28e2c41'/>
<id>urn:sha1:babe9fcbc1d5aa5a6a53b7d2e34777cfe28e2c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Snap cfgs</title>
<updated>2019-11-12T21:36:57+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-11-06T13:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=997feacddd8f6e98003428265c665f7149c49a48'/>
<id>urn:sha1:997feacddd8f6e98003428265c665f7149c49a48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo from #65214</title>
<updated>2019-10-21T12:30:43+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2019-10-21T12:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3de7698e124f5fc2bbde48fdfce41410747bcc00'/>
<id>urn:sha1:3de7698e124f5fc2bbde48fdfce41410747bcc00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split non-CAS atomic support off into target_has_atomic_load_store</title>
<updated>2019-10-08T19:34:30+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2019-10-08T16:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dfe76a10935cf93fdc72abc47167691b7aa44a7f'/>
<id>urn:sha1:dfe76a10935cf93fdc72abc47167691b7aa44a7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HashMap is UnwindSafe</title>
<updated>2019-07-02T14:01:06+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2019-07-02T13:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7454b29efc76c9d029359e6900262206722f65dc'/>
<id>urn:sha1:7454b29efc76c9d029359e6900262206722f65dc</id>
<content type='text'>
Fixes https://github.com/rust-lang/rust/issues/62301, a regression in 1.36.0 which was caused by hashbrown using `NonZero&lt;T&gt;` where the older hashmap used `Unique&lt;T&gt;`.
</content>
</entry>
<entry>
<title>Stabilize futures_api</title>
<updated>2019-04-23T23:13:53+00:00</updated>
<author>
<name>Taylor Cramer</name>
<email>cramertj@google.com</email>
</author>
<published>2019-04-05T21:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f966dcd53faabd8313d29a4e1ba2464995e624a'/>
<id>urn:sha1:3f966dcd53faabd8313d29a4e1ba2464995e624a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Future-proof the Futures API</title>
<updated>2019-04-05T22:03:33+00:00</updated>
<author>
<name>Taylor Cramer</name>
<email>cramertj@google.com</email>
</author>
<published>2019-03-11T23:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1691e06db661a19a5e25276c18cd165386f027bb'/>
<id>urn:sha1:1691e06db661a19a5e25276c18cd165386f027bb</id>
<content type='text'>
</content>
</entry>
</feed>
