<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/lint-unsafe-code.rs, branch 1.2.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.2.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-04-02T17:24:46+00:00</updated>
<entry>
<title>Fallout in tests</title>
<updated>2015-04-02T17:24:46+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-03-31T23:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b5accade787beb0c82fe1f6937c43bfb6abd054'/>
<id>urn:sha1:9b5accade787beb0c82fe1f6937c43bfb6abd054</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly reimplement `unsafe-code` lint to honor changing lint attributes</title>
<updated>2015-02-24T06:32:58+00:00</updated>
<author>
<name>Ivan Petkov</name>
<email>ivanppetkov@gmail.com</email>
</author>
<published>2015-02-24T06:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fcf70230eb4d0ce6840c6455eb8af95a9650f8b2'/>
<id>urn:sha1:fcf70230eb4d0ce6840c6455eb8af95a9650f8b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix lint-unsafe-code test from #22542</title>
<updated>2015-02-21T20:23:18+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-02-21T05:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d316a34ec2cfb983dbfa1458678accc49a6156ad'/>
<id>urn:sha1:d316a34ec2cfb983dbfa1458678accc49a6156ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unsafe lint will also check for other unsafe code</title>
<updated>2015-02-20T04:43:09+00:00</updated>
<author>
<name>Ivan Petkov</name>
<email>ivanppetkov@gmail.com</email>
</author>
<published>2015-02-19T18:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be0dc49675ff38b4bc2e73f68bff298168bc6875'/>
<id>urn:sha1:be0dc49675ff38b4bc2e73f68bff298168bc6875</id>
<content type='text'>
Checks include declaration/implementation of unsafe functions, traits,
and methods.

This allows warning or forbidding all uses of unsafe code, whereas
previously only unsafe blocks were caught by the lint.

The lint has been renamed from `unsafe-blocks` to `unsafe-code` to
reflect its new purpose.

This is a minor [breaking-change]

Closes #22430
</content>
</entry>
</feed>
