<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/seq-args.rs, branch release-0.6</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.6</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.6'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-02-14T22:44:12+00:00</updated>
<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>
<entry>
<title>Merge remote-tracking branch 'Dretch/prettydocs'</title>
<updated>2012-07-02T22:23:41+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-07-02T21:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=569467eb0d110dd299cb2efcce13e998d1d9c11f'/>
<id>urn:sha1:569467eb0d110dd299cb2efcce13e998d1d9c11f</id>
<content type='text'>
Conflicts:
	src/compiletest/errors.rs
	src/libsyntax/parse/attr.rs
	src/libsyntax/parse/comments.rs
	src/test/compile-fail/ambig_impl_unify.rs
	src/test/compile-fail/assign-super.rs
	src/test/compile-fail/bad-for-loop.rs
	src/test/compile-fail/bad-var-env-capture-in-block-arg.rs
	src/test/compile-fail/block-arg-as-stmt-with-value.rs
	src/test/compile-fail/borrowck-assign-comp-idx.rs
	src/test/compile-fail/borrowck-lend-flow.rs
	src/test/compile-fail/borrowck-loan-blocks-move-cc.rs
	src/test/compile-fail/borrowck-loan-blocks-mut-uniq.rs
	src/test/compile-fail/borrowck-loan-rcvr.rs
	src/test/compile-fail/borrowck-loan-vec-content.rs
	src/test/compile-fail/borrowck-mut-vec-as-imm-slice-bad.rs
	src/test/compile-fail/cap-clause-with-stack-closure.rs
	src/test/compile-fail/do1.rs
	src/test/compile-fail/do2.rs
	src/test/compile-fail/empty-vec-trailing-comma.rs
	src/test/compile-fail/evec-subtyping.rs
	src/test/compile-fail/issue-1896.rs
	src/test/compile-fail/issue-2149.rs
	src/test/compile-fail/issue-2150.rs
	src/test/compile-fail/issue-2487-b.rs
	src/test/compile-fail/kindck-implicit-close-over-mut-var.rs
	src/test/compile-fail/liveness-issue-2163.rs
	src/test/compile-fail/liveness-use-in-index-lvalue.rs
	src/test/compile-fail/no-reuse-move-arc.rs
	src/test/compile-fail/no-send-res-ports.rs
	src/test/compile-fail/non-const.rs
	src/test/compile-fail/pure-higher-order.rs
	src/test/compile-fail/pure-loop-body.rs
	src/test/compile-fail/regions-addr-of-upvar-self.rs
	src/test/compile-fail/regions-escape-loop-via-vec.rs
	src/test/compile-fail/regions-scoping.rs
	src/test/compile-fail/seq-args.rs
	src/test/compile-fail/tstate-unsat-in-called-fn-expr.rs
	src/test/compile-fail/tstate-unsat-in-fn-expr.rs
	src/test/compile-fail/vec-add.rs
	src/test/compile-fail/vec-concat-bug.rs
	src/test/compile-fail/vector-no-ann.rs
</content>
</entry>
<entry>
<title>change the test suite `//! kind` syntax to `//~ kind` in order to avoid a</title>
<updated>2012-06-30T11:23:59+00:00</updated>
<author>
<name>Gareth Daniel Smith</name>
<email>garethdanielsmith@gmail.com</email>
</author>
<published>2012-06-30T11:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6d86969260b73432c96b9a63a5a68559e56aabcd'/>
<id>urn:sha1:6d86969260b73432c96b9a63a5a68559e56aabcd</id>
<content type='text'>
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).</content>
</entry>
<entry>
<title>Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.</title>
<updated>2012-06-30T00:41:45+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-06-29T23:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98e161f00e8850b0f5c6a3a9f1b22b222c2355b7'/>
<id>urn:sha1:98e161f00e8850b0f5c6a3a9f1b22b222c2355b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.</title>
<updated>2012-06-26T03:00:46+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-06-26T03:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=329eca6044fdf376a7a89ec7a96dba7a8b884cf7'/>
<id>urn:sha1:329eca6044fdf376a7a89ec7a96dba7a8b884cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make nominal types optionally parameterized by a self region.</title>
<updated>2012-04-20T04:01:11+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-04-19T04:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c995fb8f3676a313f5ac883e175cc5fe354e640'/>
<id>urn:sha1:3c995fb8f3676a313f5ac883e175cc5fe354e640</id>
<content type='text'>
Issue #2201.
</content>
</entry>
</feed>
