<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/either.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-01-03T18:25:23+00:00</updated>
<entry>
<title>Remove std::either</title>
<updated>2014-01-03T18:25:23+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-12-26T05:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4bea679dbe3ba98049ac700d84ad48271753ce40'/>
<id>urn:sha1:4bea679dbe3ba98049ac700d84ad48271753ce40</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>Remove {As,Into,To}{Option,Either,Result} traits.</title>
<updated>2013-12-14T12:22:01+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>me@chrismorgan.info</email>
</author>
<published>2013-12-14T12:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=529f91572870cffdd9f13ddae12bb1f4e03186ab'/>
<id>urn:sha1:529f91572870cffdd9f13ddae12bb1f4e03186ab</id>
<content type='text'>
Expanded, that is:

- `AsOption`
- `IntoOption`
- `ToOption`
- `AsEither`
- `IntoEither`
- `ToEither`
- `AsResult`
- `IntoResult`
- `ToResult`

These were defined for each other but never *used* anywhere. They are
all trivial and so removal will have negligible effect upon anyone.
`Either` has fallen out of favour (and its implementation of these
traits of dubious semantics), `Option&lt;T&gt;` → `Result&lt;T, ()&gt;` was never
really useful and `Result&lt;T, E&gt;` → `Option&lt;T&gt;` should now be done with
`Result.ok()` (mirrored with `Result.err()` for even more usefulness).

In summary, there's really no point in any of these remaining.
</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>
<entry>
<title>libstd: Change all uses of `&amp;fn(A)-&gt;B` over to `|A|-&gt;B` in libstd</title>
<updated>2013-11-19T20:40:19+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-11-19T05:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1946265e1a1a32eb922846f314657a4aa7eb1d23'/>
<id>urn:sha1:1946265e1a1a32eb922846f314657a4aa7eb1d23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop the '2' suffix from logging macros</title>
<updated>2013-10-22T15:09:56+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-21T20:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=daf5f5a4d10513ff42e79fa7ef8819b170f3a13d'/>
<id>urn:sha1:daf5f5a4d10513ff42e79fa7ef8819b170f3a13d</id>
<content type='text'>
Who doesn't like a massive renaming?
</content>
</entry>
<entry>
<title>std: Remove usage of fmt!</title>
<updated>2013-10-01T06:21:18+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-28T00:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8ba31dbf3e7d80a069bc486a35eff8357282b68'/>
<id>urn:sha1:a8ba31dbf3e7d80a069bc486a35eff8357282b68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Add ToEither/IntoEither/AsEither</title>
<updated>2013-09-13T01:54:12+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2013-09-11T16:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e03d60e9ebf2dbc2d18ab9919f905c17b967fcde'/>
<id>urn:sha1:e03d60e9ebf2dbc2d18ab9919f905c17b967fcde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Add ToResult/IntoResult/AsResult</title>
<updated>2013-09-13T01:54:12+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2013-09-11T16:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12e0d7ecf061313d02a4647db8c1b30aad2ae53d'/>
<id>urn:sha1:12e0d7ecf061313d02a4647db8c1b30aad2ae53d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Add ToOption/IntoOption/AsOption</title>
<updated>2013-09-13T01:54:12+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2013-09-11T16:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff34740a29e3ba4f8c34fd05badf798e481e2257'/>
<id>urn:sha1:ff34740a29e3ba4f8c34fd05badf798e481e2257</id>
<content type='text'>
</content>
</entry>
</feed>
