<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/io/buffered.rs, branch 1.12.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.12.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.12.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-05-09T12:40:57+00:00</updated>
<entry>
<title>Utilize `Result::unwrap_err` in more places.</title>
<updated>2016-05-09T12:40:57+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2016-05-06T23:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62b19c627ebde2bbfa6021de146c502124da7975'/>
<id>urn:sha1:62b19c627ebde2bbfa6021de146c502124da7975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try! -&gt; ?</title>
<updated>2016-03-23T03:01:37+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2016-03-23T03:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f02309e4b0ea05ee905205278fb6d131341c41f'/>
<id>urn:sha1:0f02309e4b0ea05ee905205278fb6d131341c41f</id>
<content type='text'>
Automated conversion using the untry tool [1] and the following command:

```
$ find -name '*.rs' -type f | xargs untry
```

at the root of the Rust repo.

[1]: https://github.com/japaric/untry
</content>
</entry>
<entry>
<title>Add test case for #32085</title>
<updated>2016-03-07T23:00:22+00:00</updated>
<author>
<name>Steven Allen</name>
<email>steven@stebalien.com</email>
</author>
<published>2016-03-07T23:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c516335815c0bda958d81ca5f964473c212e5a4d'/>
<id>urn:sha1:c516335815c0bda958d81ca5f964473c212e5a4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Never return an error after a partial write</title>
<updated>2016-03-07T21:35:37+00:00</updated>
<author>
<name>Steven Allen</name>
<email>steven@stebalien.com</email>
</author>
<published>2016-03-07T21:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ea8222913de9f628edac825c1f3d599762aa96f'/>
<id>urn:sha1:6ea8222913de9f628edac825c1f3d599762aa96f</id>
<content type='text'>
If LineWriter fails to flush, return the number of bytes written instead
of an error.

Fixes #32085
</content>
</entry>
<entry>
<title>Fix warnings during tests</title>
<updated>2016-01-26T17:29:28+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-01-23T07:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb343c33acf0f9833d8d6eb637234acf4321976b'/>
<id>urn:sha1:cb343c33acf0f9833d8d6eb637234acf4321976b</id>
<content type='text'>
The deny(warnings) attribute is now enabled for tests so we need to weed out
these warnings as well.
</content>
</entry>
<entry>
<title>Auto merge of #31070 - sfackler:bufreader-box-slice, r=alexcrichton</title>
<updated>2016-01-22T06:04:50+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2016-01-22T06:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00ee90f0f091916c3a4d42c48ccd71186186ffae'/>
<id>urn:sha1:00ee90f0f091916c3a4d42c48ccd71186186ffae</id>
<content type='text'>
Saves a word, and also prevents the impl from accidentally changing the
buffer length.

r? @alexcrichton
</content>
</entry>
<entry>
<title>Use a Box&lt;[u8]&gt; in BufReader</title>
<updated>2016-01-21T06:40:25+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2016-01-21T06:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b740c557e2864719f8ef5953142cbe53fd3b51dd'/>
<id>urn:sha1:b740c557e2864719f8ef5953142cbe53fd3b51dd</id>
<content type='text'>
Saves a word, and also prevents the impl from accidentally changing the
buffer length.
</content>
</entry>
<entry>
<title>Don't flush in BufWriter destructor after a panic in write</title>
<updated>2016-01-21T06:30:46+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2016-01-21T04:32:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=334bee348940dad95dd7f390ddca5ed5db8213f6'/>
<id>urn:sha1:334bee348940dad95dd7f390ddca5ed5db8213f6</id>
<content type='text'>
We don't want to write the same data twice.

Closes #30888
</content>
</entry>
<entry>
<title>Remove dead `InternalBufWriter` implementation</title>
<updated>2016-01-12T17:10:43+00:00</updated>
<author>
<name>Andrea Canciani</name>
<email>ranma42@gmail.com</email>
</author>
<published>2016-01-12T10:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb82398b2a382649377b7e86407deff1aee4a229'/>
<id>urn:sha1:fb82398b2a382649377b7e86407deff1aee4a229</id>
<content type='text'>
In 8d90d3f36871a00023cc1f313f91e351c287ca15 `BufStream`, the only
consumer of `InternalBufWriter`, was removed. As implied by the name,
this type is private, hence it is currently dead code.
</content>
</entry>
<entry>
<title>Fix warnings when compiling stdlib with --test</title>
<updated>2015-12-29T15:07:01+00:00</updated>
<author>
<name>Florian Hahn</name>
<email>flo@fhahn.com</email>
</author>
<published>2015-12-18T12:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e27cbeff370897b8450caa204c08049651a10c13'/>
<id>urn:sha1:e27cbeff370897b8450caa204c08049651a10c13</id>
<content type='text'>
</content>
</entry>
</feed>
