<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test, branch 0.7</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.7</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-07-01T11:37:59+00:00</updated>
<entry>
<title>auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonw</title>
<updated>2013-07-01T11:37:59+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-07-01T11:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bd67f68913288af7cb26cca796842e9c8514521'/>
<id>urn:sha1:0bd67f68913288af7cb26cca796842e9c8514521</id>
<content type='text'>
Check if there is duplicated field names in struct.
</content>
</entry>
<entry>
<title>auto merge of #7487 : huonw/rust/vec-kill, r=cmr</title>
<updated>2013-07-01T04:14:13+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-07-01T04:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=07feeb95c5e73c5d871c7e365cf4a7138774d449'/>
<id>urn:sha1:07feeb95c5e73c5d871c7e365cf4a7138774d449</id>
<content type='text'>
Continuation of #7430.

I haven't removed the `map` method, since the replacement `v.iter().transform(f).collect::&lt;~[SomeType]&gt;()` is a little ridiculous at the moment.
</content>
</entry>
<entry>
<title>Bump version from 0.7-pre to 0.7</title>
<updated>2013-06-30T23:36:48+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-06-30T23:36:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a766a955a92dd162ebbcaef9ae0b9469ce1a326a'/>
<id>urn:sha1:a766a955a92dd162ebbcaef9ae0b9469ce1a326a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this</title>
<updated>2013-06-30T11:59:44+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-29T05:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0a20d2929a7c0d6af0de899198df4f26453d877'/>
<id>urn:sha1:c0a20d2929a7c0d6af0de899198df4f26453d877</id>
<content type='text'>
is very common, and the replacement (.iter().transform().collect()) is very
ugly.
</content>
</entry>
<entry>
<title>Convert vec::{grow, grow_fn, grow_set} to methods.</title>
<updated>2013-06-30T11:17:47+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-29T04:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a396e1e2e95acc07f2804be2079d5b692753d4bb'/>
<id>urn:sha1:a396e1e2e95acc07f2804be2079d5b692753d4bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert vec::{reverse, swap} to methods.</title>
<updated>2013-06-30T11:15:25+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-28T16:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e83b2fe556aaf779261503c0910bf378e45dce4'/>
<id>urn:sha1:9e83b2fe556aaf779261503c0910bf378e45dce4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.</title>
<updated>2013-06-30T11:15:24+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-06-28T16:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a890c2cbf1dd92d79ade5bd8f04142ae5511943f'/>
<id>urn:sha1:a890c2cbf1dd92d79ade5bd8f04142ae5511943f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #7377</title>
<updated>2013-06-30T00:41:21+00:00</updated>
<author>
<name>jihyun</name>
<email>jihyun@nablecomm.com</email>
</author>
<published>2013-06-28T00:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bcde87d1baccc857f766d01444e3dd172d92226'/>
<id>urn:sha1:7bcde87d1baccc857f766d01444e3dd172d92226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auto merge of #7441 : catamorphism/rust/testcases_2013-06-27, r=catamorphism</title>
<updated>2013-06-29T13:19:46+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-06-29T13:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0326b0abed3fe9045bfc8e84d060115aecdcee37'/>
<id>urn:sha1:0326b0abed3fe9045bfc8e84d060115aecdcee37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auto merge of #7363 : bblum/rust/soundness, r=nikomatsakis</title>
<updated>2013-06-29T11:22:53+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-06-29T11:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=132cfcdd8898a12b19ba01ae64cd9cff9a4c45d9'/>
<id>urn:sha1:132cfcdd8898a12b19ba01ae64cd9cff9a4c45d9</id>
<content type='text'>
The commit f9a5453 is meant to be a temporary hold-over. Whether or not there is added a way for the compiler to "implicitly borrow" stack closures in this way, there should be a codegen optimization that prevents having to traverse possibly-very-many function pointers to find the function you ultimately wanted to call. I tried to separate out the changes so this particular commit could be straight-up reverted if auto-borrowing happens in the future.

r? @nikomatsakis
</content>
</entry>
</feed>
