<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/nested-ty-params.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>2012-12-11T01:32:58+00:00</updated>
<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 ret to return</title>
<updated>2012-08-02T02:16:06+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-08-02T00:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b355936b4da0831f47afe8f251daee503c8caa32'/>
<id>urn:sha1:b355936b4da0831f47afe8f251daee503c8caa32</id>
<content type='text'>
</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>Fix error message case in two cfail test</title>
<updated>2012-01-09T16:51:39+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-09T16:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b20e8c88b356cd83ad265e47ed1575e1b40ab45'/>
<id>urn:sha1:6b20e8c88b356cd83ad265e47ed1575e1b40ab45</id>
<content type='text'>
I had made the error consistent with other errors, but forgot to
also change the tests.
</content>
</entry>
<entry>
<title>Reformat for new mode syntax, step 1</title>
<updated>2011-09-12T10:04:14+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-09-12T09:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc6b7c8b381bcb506eab0f50c69b6cc18aafacb2'/>
<id>urn:sha1:fc6b7c8b381bcb506eab0f50c69b6cc18aafacb2</id>
<content type='text'>
Long lines were fixed in a very crude way, as I'll be following up
with another reformat in a bit.
</content>
</entry>
<entry>
<title>Reformat</title>
<updated>2011-08-20T18:04:00+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-19T22:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=518dc52f85c2efb67aaa1208c02e9a7e0bdaca49'/>
<id>urn:sha1:518dc52f85c2efb67aaa1208c02e9a7e0bdaca49</id>
<content type='text'>
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
</content>
</entry>
<entry>
<title>Port the tests to the decl foo&lt;T&gt; syntax.</title>
<updated>2011-08-16T22:05:56+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2011-08-12T13:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=35204995449ae1fcaf3ed24471dec4a95f9b7951'/>
<id>urn:sha1:35204995449ae1fcaf3ed24471dec4a95f9b7951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port the tests to the typaram foo&lt;T&gt; syntax.</title>
<updated>2011-08-16T22:05:56+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2011-08-10T16:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=21f46a1655f2a026546792546b07dec9e039ec54'/>
<id>urn:sha1:21f46a1655f2a026546792546b07dec9e039ec54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert most working tests to ivecs</title>
<updated>2011-08-12T23:13:13+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-12T22:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee7d03f7d7691e7ada44c29e09edebb2cf3791c5'/>
<id>urn:sha1:ee7d03f7d7691e7ada44c29e09edebb2cf3791c5</id>
<content type='text'>
I tried to pay attention to what was actually being tested so, e.g. when I
test was just using a vec as a boxed thing, I converted to boxed ints, etc.

Haven't converted the macro tests yet. Not sure what to do there.
</content>
</entry>
</feed>
