<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/coercions.rs, branch 1.22.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.22.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.22.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-08-24T10:23:37+00:00</updated>
<entry>
<title>Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.</title>
<updated>2016-08-24T10:23:37+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2016-08-24T03:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb9b0ed91b898cbda23caa8ed1a82c37b39845de'/>
<id>urn:sha1:cb9b0ed91b898cbda23caa8ed1a82c37b39845de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add #[rustc_no_mir] to make tests pass with -Z orbit.</title>
<updated>2016-03-17T20:48:07+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2016-03-10T19:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=473f804491772fe9a31f4096c3ec8da121fc8294'/>
<id>urn:sha1:473f804491772fe9a31f4096c3ec8da121fc8294</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid loading the whole gdb debug scripts section.</title>
<updated>2015-09-21T20:43:52+00:00</updated>
<author>
<name>Richard Diamond</name>
<email>wichard@vitalitystudios.com</email>
</author>
<published>2015-09-15T21:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a2402566102dd54c66f55a62da93e1c7d93f761'/>
<id>urn:sha1:9a2402566102dd54c66f55a62da93e1c7d93f761</id>
<content type='text'>
This is so LLVM isn't forced to load every byte of it. Also sets the alignment of
the load. Adds a test for the debug script section.
</content>
</entry>
<entry>
<title>Avoid deref/ref cycles for no-op coercions between unsafe pointers</title>
<updated>2015-06-16T12:10:52+00:00</updated>
<author>
<name>Björn Steinbrink</name>
<email>bsteinbr@gmail.com</email>
</author>
<published>2015-06-16T08:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cabd0682e9aa406cca2541c3c5d420d100487b04'/>
<id>urn:sha1:cabd0682e9aa406cca2541c3c5d420d100487b04</id>
<content type='text'>
Unlike coercing from reference to unsafe pointer, coercing between two
unsafe pointers doesn't need an AutoDerefRef, because there is no region
that regionck would need to know about.

In unoptimized libcore, this reduces the number of "auto_deref" allocas
from 174 to 4.
</content>
</entry>
</feed>
