<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/seq-args.rs, branch 1.6.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.6.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-02-16T15:55:37+00:00</updated>
<entry>
<title>Implement the rules for RFC 599, and add various tests.</title>
<updated>2015-02-16T15:55:37+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-02-12T14:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=369adaf5150877c124de99a1b9a94f7b522aade6'/>
<id>urn:sha1:369adaf5150877c124de99a1b9a94f7b522aade6</id>
<content type='text'>
Fixes #22211.
</content>
</entry>
<entry>
<title>test: Automatically remove all `~[T]` from tests.</title>
<updated>2014-03-21T12:37:21+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-03-05T22:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=579eb2400b3cb5d9cf03a5c8792d63630489193a'/>
<id>urn:sha1:579eb2400b3cb5d9cf03a5c8792d63630489193a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extra: Put the nail in the coffin, delete libextra</title>
<updated>2014-03-14T20:59:02+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-03-14T18:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58e4ab2b33f559107dbdfa9d3cab882cf8029481'/>
<id>urn:sha1:58e4ab2b33f559107dbdfa9d3cab882cf8029481</id>
<content type='text'>
This commit shreds all remnants of libextra from the compiler and standard
distribution. Two modules, c_vec/tempfile, were moved into libstd after some
cleanup, and the other modules were moved to separate crates as seen fit.

Closes #8784
Closes #12413
Closes #12576
</content>
</entry>
<entry>
<title>extern mod =&gt; extern crate</title>
<updated>2014-02-15T06:55:21+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-02-14T18:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a41b0c25295e06b8eebc4bdcb3021354f766cba0'/>
<id>urn:sha1:a41b0c25295e06b8eebc4bdcb3021354f766cba0</id>
<content type='text'>
This was previously implemented, and it just needed a snapshot to go through
</content>
</entry>
<entry>
<title>test: Update tests to use the new syntax.</title>
<updated>2013-05-23T04:57:10+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-21T00:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1be40be613177d4849f42da284a3af74e1d58da2'/>
<id>urn:sha1:1be40be613177d4849f42da284a3af74e1d58da2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping</title>
<updated>2013-02-14T22:44:12+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-02-14T19:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9143688197ee1ba14e224badbe1402b36111e592'/>
<id>urn:sha1:9143688197ee1ba14e224badbe1402b36111e592</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reliciense makefiles and testsuite. Yup.</title>
<updated>2012-12-11T01:32:58+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-11T01:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1affff623604de21813fd791042458ad54248e9'/>
<id>urn:sha1:d1affff623604de21813fd791042458ad54248e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert 'use' to 'extern mod'. Remove old 'use' syntax</title>
<updated>2012-09-12T02:25:43+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-09-12T00:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ea01ee2e9e161a7028b98848c071e5fe9c30c7f7'/>
<id>urn:sha1:ea01ee2e9e161a7028b98848c071e5fe9c30c7f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert impls to new syntax</title>
<updated>2012-08-09T01:19:24+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-08-08T01:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a0720b439a4692f55d3b9951e74d452a7aef802'/>
<id>urn:sha1:6a0720b439a4692f55d3b9951e74d452a7aef802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change remaining "iface" occurrences to "trait"; deprecate "iface"</title>
<updated>2012-07-31T18:52:16+00:00</updated>
<author>
<name>Lindsey Kuper</name>
<email>lindsey@rockstargirl.org</email>
</author>
<published>2012-07-31T17:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=439afaa329751b3dfd6735862cd2645705598909'/>
<id>urn:sha1:439afaa329751b3dfd6735862cd2645705598909</id>
<content type='text'>
</content>
</entry>
</feed>
