<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/task, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<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>Add core::ready! macro</title>
<updated>2020-07-14T12:49:07+00:00</updated>
<author>
<name>Yoshua Wuyts</name>
<email>yoshuawuyts@gmail.com</email>
</author>
<published>2020-04-05T15:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=18be370342c9b2a93f1d56b2b674bd2fbdcbb019'/>
<id>urn:sha1:18be370342c9b2a93f1d56b2b674bd2fbdcbb019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use matches macro in libcore and libstd</title>
<updated>2020-01-08T04:10:28+00:00</updated>
<author>
<name>Igor Aleksanov</name>
<email>popzxc@yandex.ru</email>
</author>
<published>2020-01-07T07:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f720469fd0c4dff6d92e2f778ea2f252f76dcc2e'/>
<id>urn:sha1:f720469fd0c4dff6d92e2f778ea2f252f76dcc2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Propagate cfg bootstrap</title>
<updated>2019-12-18T17:16:19+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-18T17:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82184440ecd33e87cd03a8f7c70af2ad95d5400f'/>
<id>urn:sha1:82184440ecd33e87cd03a8f7c70af2ad95d5400f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require stable/unstable annotations for the constness of all stable functions with a `const` modifier</title>
<updated>2019-12-13T10:27:02+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-12-08T00:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e17e3988165d3245e38af0b1c40cde47699f6a7'/>
<id>urn:sha1:5e17e3988165d3245e38af0b1c40cde47699f6a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format libcore with rustfmt</title>
<updated>2019-11-27T07:02:11+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-24T09:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95e00bfed801e264e9c4ac817004153ca0f19eb6'/>
<id>urn:sha1:95e00bfed801e264e9c4ac817004153ca0f19eb6</id>
<content type='text'>
This commit applies rustfmt with default settings to files in
src/libcore *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/libcore -name '*.rs' | xargs rustfmt --edition=2018
    $ rg libcore outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of libcore.
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2019-10-12T13:18:17+00:00</updated>
<author>
<name>BO41</name>
<email>botbob@disroot.org</email>
</author>
<published>2019-10-12T13:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5daab8c803484946d57d6cfb53c6b01c5eb60b7'/>
<id>urn:sha1:e5daab8c803484946d57d6cfb53c6b01c5eb60b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide map_ok and map_err method for Poll&lt;Option&lt;Result&lt;T, E&gt;&gt;&gt;</title>
<updated>2019-08-13T09:45:33+00:00</updated>
<author>
<name>Gurwinder Singh</name>
<email>vargwin@gmail.com</email>
</author>
<published>2019-08-13T07:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84cab928db8526af7c42e1637e7253a009da215d'/>
<id>urn:sha1:84cab928db8526af7c42e1637e7253a009da215d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce built-in macros through libcore</title>
<updated>2019-07-26T10:09:54+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-20T08:52:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8eaf17bca2674293eba0ea10056d5c77b6352086'/>
<id>urn:sha1:8eaf17bca2674293eba0ea10056d5c77b6352086</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in RawWaker::new documentation</title>
<updated>2019-07-15T15:03:53+00:00</updated>
<author>
<name>0e4ef622</name>
<email>0e4ef622@gmail.com</email>
</author>
<published>2019-07-15T15:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=04cb314ab994673b2c82dbbc748216653d736ae8'/>
<id>urn:sha1:04cb314ab994673b2c82dbbc748216653d736ae8</id>
<content type='text'>
poiner -&gt; pointer</content>
</entry>
</feed>
