<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen-units/partitioning/extern-generic.rs, branch 1.23.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.23.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.23.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-07-13T11:29:25+00:00</updated>
<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>
<entry>
<title>Make the codegen unit partitioner also emit item declarations.</title>
<updated>2016-04-28T20:53:00+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2016-04-22T18:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0fc9f9a20080753426772eac77d4d135ccd01ab7'/>
<id>urn:sha1:0fc9f9a20080753426772eac77d4d135ccd01ab7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add FixedUnitCount codegen unit partitioning strategy.</title>
<updated>2016-04-28T18:36:34+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2016-04-21T20:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f04d35cc6ca34e94a0635bde76a401f7f4a65da'/>
<id>urn:sha1:7f04d35cc6ca34e94a0635bde76a401f7f4a65da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial version of codegen unit partitioning for incremental compilation.</title>
<updated>2016-04-15T14:05:53+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2016-03-24T15:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8441b6784bffde062443590f1be7d6187ec9934'/>
<id>urn:sha1:e8441b6784bffde062443590f1be7d6187ec9934</id>
<content type='text'>
</content>
</entry>
</feed>
