<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen-units/item-collection/function-as-argument.rs, branch 1.62.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.62.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.62.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-04-03T20:30:20+00:00</updated>
<entry>
<title>Remove redundant `ignore-tidy-linelength` annotations</title>
<updated>2021-04-03T20:30:20+00:00</updated>
<author>
<name>Simon Jakobi</name>
<email>simon.jakobi@gmail.com</email>
</author>
<published>2021-04-03T11:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ea62cb5d19846b44172d861ae231c8c09322800'/>
<id>urn:sha1:3ea62cb5d19846b44172d861ae231c8c09322800</id>
<content type='text'>
This is step 2 towards fixing #77548.

In the codegen and codegen-units test suites, the `//` comment markers
were kept in order not to affect any source locations. This is because
these tests cannot be automatically `--bless`ed.
</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 unnecessary ignore-tidy-linelength</title>
<updated>2019-04-23T10:42:14+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-04-22T15:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62838975d005b01c110a355a6e60cdedc08ecd48'/>
<id>urn:sha1:62838975d005b01c110a355a6e60cdedc08ecd48</id>
<content type='text'>
</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>Convert codegen-unit tests to use `start` instead of `main`</title>
<updated>2017-12-26T11:26:39+00:00</updated>
<author>
<name>Bastian Köcher</name>
<email>git@kchr.de</email>
</author>
<published>2017-12-22T14:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8a9a05abb27e24cccd07a9cbab190ca54eb8e06'/>
<id>urn:sha1:a8a9a05abb27e24cccd07a9cbab190ca54eb8e06</id>
<content type='text'>
The new Termination traits brings in the unwinding machinery and that
blows up the required `TRANS_ITEM`s.
</content>
</entry>
<entry>
<title>Fixes codegen-units tests</title>
<updated>2017-12-26T11:26:39+00:00</updated>
<author>
<name>Bastian Köcher</name>
<email>git@kchr.de</email>
</author>
<published>2017-12-21T16:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f539b09df7f47c3b962c28179803ae0289bfe5e'/>
<id>urn:sha1:8f539b09df7f47c3b962c28179803ae0289bfe5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Fn to module.</title>
<updated>2017-06-09T23:07:25+00:00</updated>
<author>
<name>Clar Charr</name>
<email>clar@charr.xyz</email>
</author>
<published>2017-06-08T01:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9c8e99955c03c61b514cc870d1462029ef956ff'/>
<id>urn:sha1:b9c8e99955c03c61b514cc870d1462029ef956ff</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>translate function shims using MIR</title>
<updated>2017-03-18T00:53:06+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2017-03-06T10:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf80fec326d0fa7b58882d6f2102808a3f220651'/>
<id>urn:sha1:bf80fec326d0fa7b58882d6f2102808a3f220651</id>
<content type='text'>
</content>
</entry>
</feed>
