<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore, branch 1.22.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.22.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.22.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-10-08T05:39:03+00:00</updated>
<entry>
<title>Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichton</title>
<updated>2017-10-08T05:39:03+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2017-10-08T05:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db202e34ae9490c4a9a94ce51482c03eb2bbb2d0'/>
<id>urn:sha1:db202e34ae9490c4a9a94ce51482c03eb2bbb2d0</id>
<content type='text'>
fmt: misc cleanup
</content>
</entry>
<entry>
<title>Rollup merge of #45053 - GuillaumeGomez:atomicbool-doc, r=QuietMisdreavus</title>
<updated>2017-10-08T05:39:00+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2017-10-08T05:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=761efb3239d9982987f0f181a2c93749ea61f610'/>
<id>urn:sha1:761efb3239d9982987f0f181a2c93749ea61f610</id>
<content type='text'>
Add missing links for AtomicBool

r? @rust-lang/docs
</content>
</entry>
<entry>
<title>Rollup merge of #45042 - brennie:brennie/fmt-trait-summaries, r=steveklabnik</title>
<updated>2017-10-08T05:38:58+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2017-10-08T05:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4090e81319380ee5963ed8a2d01759d3c4ff8644'/>
<id>urn:sha1:4090e81319380ee5963ed8a2d01759d3c4ff8644</id>
<content type='text'>
Update trait summaries for std::fmt

This patch is part of #29355.

r? @steveklabnik
</content>
</entry>
<entry>
<title>fmt: remove misleading comment fragment</title>
<updated>2017-10-07T09:48:58+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2017-10-07T09:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41b105b6eac2f3b73cc3225d20fab8cecaabb73f'/>
<id>urn:sha1:41b105b6eac2f3b73cc3225d20fab8cecaabb73f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fmt: DRY</title>
<updated>2017-10-07T09:48:21+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2017-10-07T09:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19dcf9190ce3c28188781806135b9f9e24e771c9'/>
<id>urn:sha1:19dcf9190ce3c28188781806135b9f9e24e771c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fmt: remove unnecessary lint suppression</title>
<updated>2017-10-07T09:41:24+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2017-10-07T09:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45907f5caca8ea3023174b939d1fd4c052569420'/>
<id>urn:sha1:45907f5caca8ea3023174b939d1fd4c052569420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing links for AtomicBool</title>
<updated>2017-10-05T21:20:58+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2017-10-05T21:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98045fdaca09133f3957b1abaebd21b56688fc0d'/>
<id>urn:sha1:98045fdaca09133f3957b1abaebd21b56688fc0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay</title>
<updated>2017-10-05T19:52:00+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-10-05T19:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=417c73891ffd3a769e27c83b1d34916c3924ec94'/>
<id>urn:sha1:417c73891ffd3a769e27c83b1d34916c3924ec94</id>
<content type='text'>
address some FIXME whose associated issues were marked as closed

part of #44366
</content>
</entry>
<entry>
<title>Update trait summaries for std::fmt</title>
<updated>2017-10-05T04:16:09+00:00</updated>
<author>
<name>Barret Rennie</name>
<email>barret@brennie.ca</email>
</author>
<published>2017-10-05T04:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=276bebebb083c453bc6c8a144003e9c96751ebcc'/>
<id>urn:sha1:276bebebb083c453bc6c8a144003e9c96751ebcc</id>
<content type='text'>
This patch is part of #29355.
</content>
</entry>
<entry>
<title>seperate and move miscellaneous benchmarks to librustc</title>
<updated>2017-10-04T12:21:15+00:00</updated>
<author>
<name>Niv Kaminer</name>
<email>nivkner@zoho.com</email>
</author>
<published>2017-10-04T12:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51542a9192b9fc9279b5fde337b52a5050ebbc39'/>
<id>urn:sha1:51542a9192b9fc9279b5fde337b52a5050ebbc39</id>
<content type='text'>
</content>
</entry>
</feed>
