<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/lint-dead-code-2.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-01-16T22:59:03+00:00</updated>
<entry>
<title>syntax: Feature gate #[start] and #[main]</title>
<updated>2015-01-16T22:59:03+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-01-16T18:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38cb91e66ca7fc7374909b31598dab09db37edaa'/>
<id>urn:sha1:38cb91e66ca7fc7374909b31598dab09db37edaa</id>
<content type='text'>
These two attributes are used to change the entry point into a Rust program, but
for now they're being put behind feature gates until we have a chance to think
about them a little more. The #[start] attribute specifically may have its
signature changed.

This is a breaking change to due the usage of these attributes generating errors
by default now. If your crate is using these attributes, add this to your crate
root:

    #![feature(start)] // if you're using the #[start] attribute
    #![feature(main)]  // if you're using the #[main] attribute

cc #20064
</content>
</entry>
<entry>
<title>Update compile fail tests to use isize.</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-08T10:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c70ce1424f380360dcc8d857c68d2df1a27b6fd'/>
<id>urn:sha1:0c70ce1424f380360dcc8d857c68d2df1a27b6fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update code with new lint names</title>
<updated>2014-10-28T15:54:21+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2014-10-27T22:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0ad0fcb95f0bd6e69e9032c23b66515a590dfe5'/>
<id>urn:sha1:e0ad0fcb95f0bd6e69e9032c23b66515a590dfe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use more descriptive names in dead code messages</title>
<updated>2014-09-24T19:03:55+00:00</updated>
<author>
<name>Jakub Wieczorek</name>
<email>jakub@jakub.cc</email>
</author>
<published>2014-09-20T12:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3530e4a6471b6948c719f709bc10923c3f5524a5'/>
<id>urn:sha1:3530e4a6471b6948c719f709bc10923c3f5524a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename all raw pointers as necessary</title>
<updated>2014-06-28T18:53:58+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-06-25T19:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0dfc90ab15475aa64bea393671463a8e9784ae3f'/>
<id>urn:sha1:0dfc90ab15475aa64bea393671463a8e9784ae3f</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>Add dead-code warning pass</title>
<updated>2013-12-08T07:55:27+00:00</updated>
<author>
<name>Kiet Tran</name>
<email>ktt3ja@gmail.com</email>
</author>
<published>2013-12-08T07:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c06dd0e0afb4b78ab4e482a7488adcf1c865bd19'/>
<id>urn:sha1:c06dd0e0afb4b78ab4e482a7488adcf1c865bd19</id>
<content type='text'>
</content>
</entry>
</feed>
