<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen-units/partitioning/incremental-merging.rs, branch 1.54.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.54.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.54.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-08-30T17:59:07+00:00</updated>
<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>Add a test case for incremental + codegen-units interaction.</title>
<updated>2020-03-31T14:23:28+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2020-03-19T16:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=408e6e3dbd8ab2e4f154559859c92fd88b5e4713'/>
<id>urn:sha1:408e6e3dbd8ab2e4f154559859c92fd88b5e4713</id>
<content type='text'>
</content>
</entry>
</feed>
