<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen-units/partitioning/extern-generic.rs, branch 1.40.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.40.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.40.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-12-26T04:08:33+00:00</updated>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Really make CGU names unique across crates.</title>
<updated>2018-09-12T10:46:48+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2018-09-12T10:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3beb762dcf2ff721f2c30534ab6ce6b94c3aebaf'/>
<id>urn:sha1:3beb762dcf2ff721f2c30534ab6ce6b94c3aebaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename trans to codegen everywhere.</title>
<updated>2018-05-17T12:08:30+00:00</updated>
<author>
<name>Irina Popa</name>
<email>irinagpopa@gmail.com</email>
</author>
<published>2018-05-08T13:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b63d7e2b1c4019e40051036bcb1fd5f254a8f6e2'/>
<id>urn:sha1:b63d7e2b1c4019e40051036bcb1fd5f254a8f6e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt codegen-unit test to shared-generics.</title>
<updated>2018-04-06T10:14:08+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2018-03-07T11:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5316a458b2ebf12aab1922ce905d38df6496ac8a'/>
<id>urn:sha1:5316a458b2ebf12aab1922ce905d38df6496ac8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt cgu-partitioning tests to pre-trans symbol internalization.</title>
<updated>2017-07-13T11:29:25+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2017-07-13T11:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c93e62b2c573d2e82d05ce1f88c7344f6e253794'/>
<id>urn:sha1:c93e62b2c573d2e82d05ce1f88c7344f6e253794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>translate drop glue using MIR</title>
<updated>2017-03-18T00:53:08+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2017-03-13T23:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2c7917402ebd858f5b517a3406bec8ef187bfb1'/>
<id>urn:sha1:f2c7917402ebd858f5b517a3406bec8ef187bfb1</id>
<content type='text'>
Drop of arrays is now translated in trans::block in an ugly way that I
should clean up in a later PR, and does not handle panics in the middle
of an array drop, but this commit &amp; PR are growing too big.
</content>
</entry>
<entry>
<title>trans: Treat generics like regular functions, not like #[inline] functions during CGU partitioning.</title>
<updated>2017-01-09T15:06:58+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2017-01-09T14:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f90947c2c27d5d4ae30ccc0e83ffc95a8597128'/>
<id>urn:sha1:5f90947c2c27d5d4ae30ccc0e83ffc95a8597128</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trans: Adjust linkage assignment so that we don't need weak linkage.</title>
<updated>2016-07-08T14:42:48+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2016-06-10T23:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c03bfe3b43c06bc439c5369a180958eb4360361'/>
<id>urn:sha1:1c03bfe3b43c06bc439c5369a180958eb4360361</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve linkage assignment in trans::partitioning.</title>
<updated>2016-07-08T14:42:47+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2016-05-19T16:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c8c94b8488405ac3ade9c358e00fe96da9c72b8'/>
<id>urn:sha1:6c8c94b8488405ac3ade9c358e00fe96da9c72b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a race condition caused by concurrently executed codegen unit tests.</title>
<updated>2016-05-01T17:53:39+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2016-05-01T17:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4128e5950395993b3db1e0db095c07727f55991'/>
<id>urn:sha1:a4128e5950395993b3db1e0db095c07727f55991</id>
<content type='text'>
</content>
</entry>
</feed>
