<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/result.rs, branch 0.4</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.4</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.4'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-10-11T21:17:59+00:00</updated>
<entry>
<title>Write option::chain and result::chain with `match move`</title>
<updated>2012-10-11T21:17:59+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-11T21:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ab914df1d24f6c198bb7b1e01a4cf0050d179c8'/>
<id>urn:sha1:1ab914df1d24f6c198bb7b1e01a4cf0050d179c8</id>
<content type='text'>
Closes #3590
</content>
</entry>
<entry>
<title>Forbid deprecated modes again in core</title>
<updated>2012-10-04T23:48:57+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-03T21:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65c96f849ff1a76d4867c17703c0b384ccd1bb65'/>
<id>urn:sha1:65c96f849ff1a76d4867c17703c0b384ccd1bb65</id>
<content type='text'>
Sadly, there's only one file that requires deprecated modes
(stackwalk)... So, forbid them everywhere else.
</content>
</entry>
<entry>
<title>Removing explicit uses of + mode</title>
<updated>2012-10-02T21:31:39+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-02T18:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f78cdcb6364cf938bfeb71da0c7eca62e257d537'/>
<id>urn:sha1:f78cdcb6364cf938bfeb71da0c7eca62e257d537</id>
<content type='text'>
This removes most explicit uses of the + argument mode. Pending a
snapshot, I had to remove the forbid(deprecated_modes) pragma from
a bunch of files. I'll put it back!

+ mode still has to be used in a few places for functions that get
moved (see task.rs)

The changes outside core and std are due to the to_bytes trait and
making the compiler (with legacy modes on) agree with the libraries
(with legacy modes off) about modes.
</content>
</entry>
<entry>
<title>De-export iter and result. Part of #3583.</title>
<updated>2012-10-02T00:27:56+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-10-01T23:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=39f114d171859e2b3193a2fda997cb376bfac281'/>
<id>urn:sha1:39f114d171859e2b3193a2fda997cb376bfac281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Demode patterns</title>
<updated>2012-09-28T23:57:36+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-09-28T20:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8766c2e35b6454ff51ab3deab3cd334ebd033da1'/>
<id>urn:sha1:8766c2e35b6454ff51ab3deab3cd334ebd033da1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demode vec::push (and convert to method)</title>
<updated>2012-09-27T01:02:07+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-09-27T00:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67a8e7128aea292445b763b47b04bc5f4fd43cb2'/>
<id>urn:sha1:67a8e7128aea292445b763b47b04bc5f4fd43cb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix long lines</title>
<updated>2012-09-26T05:13:05+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-09-26T02:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=473a866733b085419b41b2d2f2708a49c079f89e'/>
<id>urn:sha1:473a866733b085419b41b2d2f2708a49c079f89e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demode core::result</title>
<updated>2012-09-26T00:48:22+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-09-25T23:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d05e2ad66c7bb2418b7c746f87486d4f74180193'/>
<id>urn:sha1:d05e2ad66c7bb2418b7c746f87486d4f74180193</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register snapshots. Remove redundant Eq impls, Makefile hacks</title>
<updated>2012-09-24T06:01:49+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-09-24T05:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=afd91f8a5698e7767ddfbf90c665c08dcd4f0de0'/>
<id>urn:sha1:afd91f8a5698e7767ddfbf90c665c08dcd4f0de0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi</title>
<updated>2012-09-22T02:13:55+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-09-22T01:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d59ac3a1989c2d233b04cc8adc9b058690c2544'/>
<id>urn:sha1:3d59ac3a1989c2d233b04cc8adc9b058690c2544</id>
<content type='text'>
</content>
</entry>
</feed>
