<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen-units/partitioning/local-generic.rs, branch 1.58.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.58.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.58.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-09-23T19:16:51+00:00</updated>
<entry>
<title>Support incremental in compiletest for non-incremental modes.</title>
<updated>2021-09-23T19:16:51+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2021-09-19T16:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2da6e669488791bd2d36e3a35fa2e4e4e02bc647'/>
<id>urn:sha1:2da6e669488791bd2d36e3a35fa2e4e4e02bc647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ty: remove obsolete printer</title>
<updated>2020-08-30T17:59:07+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-08-28T13:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ff471b1cf85dea0e8f83b5212042905aac35143'/>
<id>urn:sha1:6ff471b1cf85dea0e8f83b5212042905aac35143</id>
<content type='text'>
This commit removes the obsolete printer and replaces all uses of it
with `FmtPrinter`. Of the replaced uses, all but one use was in `debug!`
logging, two cases were notable:

- `MonoItem::to_string` is used in `-Z print-mono-items` and therefore
  affects the output of all codegen-units tests.
- `DefPathBasedNames` was used in `librustc_codegen_llvm/type_of.rs`
  with `LLVMStructCreateNamed` and that'll now get different values, but
  this should result in no functional change.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>Remove `-Z incremental`.</title>
<updated>2020-03-24T01:08:30+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2020-03-23T03:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46c8a2c26eee8148e47237e90efde558d1374580'/>
<id>urn:sha1:46c8a2c26eee8148e47237e90efde558d1374580</id>
<content type='text'>
`-C incremental` was introduced over two years ago. `-Z incremental` was
kept for transitioning, but it's been long enough now that it should be
ok to remove it.
</content>
</entry>
<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>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 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>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 fallout in tests</title>
<updated>2016-06-04T10:26:37+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2016-05-29T20:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4248269f8ab7c749f2a626b33dc8fa9f270e8fd1'/>
<id>urn:sha1:4248269f8ab7c749f2a626b33dc8fa9f270e8fd1</id>
<content type='text'>
</content>
</entry>
</feed>
