<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/io/util.rs, branch 1.30.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.30.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.30.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-08-15T03:33:47+00:00</updated>
<entry>
<title>Cross reference io::copy and fs::copy in docs.</title>
<updated>2018-08-15T03:33:47+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2018-08-15T03:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f198a5e442bfef37e752594a6d037e7e143e42f'/>
<id>urn:sha1:5f198a5e442bfef37e752594a6d037e7e143e42f</id>
<content type='text'>
Fixes https://github.com/rust-lang/rust/issues/52524.
</content>
</entry>
<entry>
<title>Add missing dyn in tests</title>
<updated>2018-07-11T07:11:39+00:00</updated>
<author>
<name>ljedrz</name>
<email>ljedrz@gmail.com</email>
</author>
<published>2018-07-11T07:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1915cd1dc2d5ea66d322d52958271b8072ec4c97'/>
<id>urn:sha1:1915cd1dc2d5ea66d322d52958271b8072ec4c97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove hidden `foo` functions from doc examples; use `Termination` trait.</title>
<updated>2018-03-28T11:15:05+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2018-03-25T02:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9dcec070d6097e5a22b6658844dccd9d1f578cf'/>
<id>urn:sha1:e9dcec070d6097e5a22b6658844dccd9d1f578cf</id>
<content type='text'>
Fixes https://github.com/rust-lang/rust/issues/49233.
</content>
</entry>
<entry>
<title>Rollup merge of #44712 - oconnor663:copy_test, r=GuillaumeGomez</title>
<updated>2017-09-23T04:29:13+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-09-23T04:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=075e16b2615ed16db9225bb28048cb334324e071'/>
<id>urn:sha1:075e16b2615ed16db9225bb28048cb334324e071</id>
<content type='text'>
fix an incorrect assertion in the doc example for `std::io::copy`

I think this wasn't caught by CI because the `foo` wrapper function was only defined and not called. This seems to be the norm for doc examples that define a `foo` function. Is that on purpose?
</content>
</entry>
<entry>
<title>fix an incorrect assertion in the doc example for `std::io::copy`</title>
<updated>2017-09-20T05:25:47+00:00</updated>
<author>
<name>Jack O'Connor</name>
<email>oconnor663@gmail.com</email>
</author>
<published>2017-09-20T05:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9099ff11b1d44a4942f448750cafe8e5c2fd915'/>
<id>urn:sha1:c9099ff11b1d44a4942f448750cafe8e5c2fd915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some missing links in io docs</title>
<updated>2017-09-19T16:10:38+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2017-09-19T16:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff457f012aef26f82c42c73783d7d3810d04d624'/>
<id>urn:sha1:ff457f012aef26f82c42c73783d7d3810d04d624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `Read::initializer`.</title>
<updated>2017-06-21T03:26:22+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2017-05-15T01:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ecbb896b9eb2acadefde57be493e4298c1aa04a3'/>
<id>urn:sha1:ecbb896b9eb2acadefde57be493e4298c1aa04a3</id>
<content type='text'>
This is an API that allows types to indicate that they can be passed
buffers of uninitialized memory which can improve performance.
</content>
</entry>
<entry>
<title>Remove function invokation parens from documentation links.</title>
<updated>2017-03-14T01:43:18+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-03-12T18:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e7b0f2badf7c3393f1b36339b121054d05353442'/>
<id>urn:sha1:e7b0f2badf7c3393f1b36339b121054d05353442</id>
<content type='text'>
This was never established as a convention we should follow in the 'More
API Documentation Conventions' RFC:

https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md
</content>
</entry>
<entry>
<title>Fix a few impl stability attributes</title>
<updated>2017-01-29T13:31:47+00:00</updated>
<author>
<name>Oliver Middleton</name>
<email>olliemail27@gmail.com</email>
</author>
<published>2017-01-29T13:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9128f6100c9bfe2c2c22d85ccec92f01166f5d25'/>
<id>urn:sha1:9128f6100c9bfe2c2c22d85ccec92f01166f5d25</id>
<content type='text'>
The versions show up in rustdoc.
</content>
</entry>
<entry>
<title>libstd: replace all `try!` with `?` in documentation examples</title>
<updated>2017-01-22T15:37:38+00:00</updated>
<author>
<name>Utkarsh Kukreti</name>
<email>utkarshkukreti@gmail.com</email>
</author>
<published>2016-12-28T09:02:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d912b683a5b7eaf47b459f1335250ed86b1bade'/>
<id>urn:sha1:9d912b683a5b7eaf47b459f1335250ed86b1bade</id>
<content type='text'>
See #38644.
</content>
</entry>
</feed>
