<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/to_bytes.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-02-23T20:44:10+00:00</updated>
<entry>
<title>Transition to new `Hash`, removing IterBytes and std::to_bytes.</title>
<updated>2014-02-23T20:44:10+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2014-02-23T10:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efaf4db24c92e119e26dc575ffd6bfd3b91fb87d'/>
<id>urn:sha1:efaf4db24c92e119e26dc575ffd6bfd3b91fb87d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libstd: Implement some convenience methods on vectors</title>
<updated>2014-02-21T18:54:14+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-02-19T05:36:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=03b791095d6f6a0b4900ca9ad2e17fb4eb590fb7'/>
<id>urn:sha1:03b791095d6f6a0b4900ca9ad2e17fb4eb590fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Remove io::io_error</title>
<updated>2014-02-03T17:32:33+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-01-30T00:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ece8a8f520697be50cbe543bebe065c5198dae4d'/>
<id>urn:sha1:ece8a8f520697be50cbe543bebe065c5198dae4d</id>
<content type='text'>
* All I/O now returns IoResult&lt;T&gt; = Result&lt;T, IoError&gt;
* All formatting traits now return fmt::Result = IoResult&lt;()&gt;
* The if_ok!() macro was added to libstd
</content>
</entry>
<entry>
<title>std,extra: remove use of &amp; support for @[].</title>
<updated>2014-02-01T15:59:03+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2014-02-01T04:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2ed980fe253d0b7103ff0b16ce2aeecb03f09203'/>
<id>urn:sha1:2ed980fe253d0b7103ff0b16ce2aeecb03f09203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libextra: Remove `@str` from all the libraries</title>
<updated>2014-02-01T14:44:50+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-02-01T00:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=449a7a817ff58288084b49665d5186674255c949'/>
<id>urn:sha1:449a7a817ff58288084b49665d5186674255c949</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak the interface of std::io</title>
<updated>2014-01-17T18:00:47+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-01-15T21:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=295b46fc08c8cc6da0a144cd90c401d5b26a1faf'/>
<id>urn:sha1:295b46fc08c8cc6da0a144cd90c401d5b26a1faf</id>
<content type='text'>
* Reexport io::mem and io::buffered structs directly under io, make mem/buffered
  private modules
* Remove with_mem_writer
* Remove DEFAULT_CAPACITY and use DEFAULT_BUF_SIZE (in io::buffered)
</content>
</entry>
<entry>
<title>libstd: Remove all support code related to `@mut`</title>
<updated>2014-01-03T22:02:00+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-12-31T01:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b6e516859adc2eb0638a50677f73691f50ea9aca'/>
<id>urn:sha1:b6e516859adc2eb0638a50677f73691f50ea9aca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: uniform modules titles for doc</title>
<updated>2013-12-27T08:49:11+00:00</updated>
<author>
<name>Luca Bruno</name>
<email>lucab@debian.org</email>
</author>
<published>2013-12-24T16:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9a7a427a1f1a61497105283594d32b976d7559f'/>
<id>urn:sha1:a9a7a427a1f1a61497105283594d32b976d7559f</id>
<content type='text'>
This commit uniforms the short title of modules provided by libstd,
in order to make their roles more explicit when glancing at the index.

Signed-off-by: Luca Bruno &lt;lucab@debian.org&gt;
</content>
</entry>
<entry>
<title>Make 'self lifetime illegal.</title>
<updated>2013-12-11T18:54:06+00:00</updated>
<author>
<name>Erik Price</name>
<email>erik.price16@gmail.com</email>
</author>
<published>2013-12-10T07:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5731ca3078318a66a13208133d8839a9f9f92629'/>
<id>urn:sha1:5731ca3078318a66a13208133d8839a9f9f92629</id>
<content type='text'>
Also remove all instances of 'self within the codebase.

This fixes #10889.
</content>
</entry>
<entry>
<title>libstd: Remove all non-`proc` uses of `do` from libstd</title>
<updated>2013-11-26T16:23:57+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-11-20T22:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1eca34de7dd55719cd83153994e5caf2027f62a2'/>
<id>urn:sha1:1eca34de7dd55719cd83153994e5caf2027f62a2</id>
<content type='text'>
</content>
</entry>
</feed>
