<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/trait-impl-method-mismatch.rs, branch 1.27.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-07-22T11:32:56+00:00</updated>
<entry>
<title>switch compare_method to new-style trait error reporting</title>
<updated>2016-07-22T11:32:56+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2016-07-18T20:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7b2db4da7dc6762d53659b32e5fb4ba8e5c5988'/>
<id>urn:sha1:b7b2db4da7dc6762d53659b32e5fb4ba8e5c5988</id>
<content type='text'>
</content>
</entry>
<entry>
<title>split "has incompatible type for trait" errors into multiple lines</title>
<updated>2015-07-19T01:14:36+00:00</updated>
<author>
<name>Andrew Paseltiner</name>
<email>apaseltiner@gmail.com</email>
</author>
<published>2015-07-19T01:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d984ef6df64de8d7882912ccae16d39ded59a21'/>
<id>urn:sha1:7d984ef6df64de8d7882912ccae16d39ded59a21</id>
<content type='text'>
closes #21332
</content>
</entry>
<entry>
<title>Update compile fail tests to use usize.</title>
<updated>2015-01-08T16:02:24+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2015-01-08T11:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=85f961e2ccf056965fd7a95c44ce0922a865ae8d'/>
<id>urn:sha1:85f961e2ccf056965fd7a95c44ce0922a865ae8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: remove uses of Gc.</title>
<updated>2014-10-02T14:02:15+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2014-10-02T05:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58bea31ca0e11bf49439d33e1d21f11de7161567'/>
<id>urn:sha1:58bea31ca0e11bf49439d33e1d21f11de7161567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust the error messages to match the pattern "expected foo, found bar"</title>
<updated>2014-08-24T07:53:01+00:00</updated>
<author>
<name>Jonas Hietala</name>
<email>tradet.h@gmail.com</email>
</author>
<published>2014-08-23T10:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9968ae255495704cb0c3fc1f43d2df2e84c20d5e'/>
<id>urn:sha1:9968ae255495704cb0c3fc1f43d2df2e84c20d5e</id>
<content type='text'>
Closes #8492
</content>
</entry>
<entry>
<title>Remove managed_box gate from tests</title>
<updated>2014-07-27T04:05:29+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2014-07-27T04:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa486547404553227fa3db0a887554245605075a'/>
<id>urn:sha1:aa486547404553227fa3db0a887554245605075a</id>
<content type='text'>
No longer does anything.
</content>
</entry>
<entry>
<title>rustc: Obsolete the `@` syntax entirely</title>
<updated>2014-06-14T17:45:37+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-06-12T02:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ade807c6dcf6dc4454732c5e914ca06ebb429773'/>
<id>urn:sha1:ade807c6dcf6dc4454732c5e914ca06ebb429773</id>
<content type='text'>
This removes all remnants of `@` pointers from rustc. Additionally, this removes
the `GC` structure from the prelude as it seems odd exporting an experimental
type in the prelude by default.

Closes #14193
[breaking-change]
</content>
</entry>
<entry>
<title>Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and updated associated variable and function names.</title>
<updated>2014-04-10T22:22:00+00:00</updated>
<author>
<name>Kasey Carrothers</name>
<email>kaseyc.808@gmail.com</email>
</author>
<published>2014-04-07T01:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bf4e900d421f011d7c68016308aab4998f9084e'/>
<id>urn:sha1:0bf4e900d421f011d7c68016308aab4998f9084e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert most code to new inner attribute syntax.</title>
<updated>2014-03-29T00:12:21+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2014-03-22T01:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=451e8c1c6178750a4c1789f40749562164a980b7'/>
<id>urn:sha1:451e8c1c6178750a4c1789f40749562164a980b7</id>
<content type='text'>
Closes #2569
</content>
</entry>
<entry>
<title>register snapshots</title>
<updated>2013-10-23T22:06:12+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-10-23T08:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=142672dca4314e9cfebf067d46c3b542c721cff6'/>
<id>urn:sha1:142672dca4314e9cfebf067d46c3b542c721cff6</id>
<content type='text'>
</content>
</entry>
</feed>
