<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_llvm/src/debuginfo, branch 1.61.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.61.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.61.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-04-24T21:26:43+00:00</updated>
<entry>
<title>Remove NodeIdHashingMode.</title>
<updated>2022-04-24T21:26:43+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-04-04T20:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=20a451e72de95e1ebfbb3663b56c130aa8bb88c2'/>
<id>urn:sha1:20a451e72de95e1ebfbb3663b56c130aa8bb88c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spellchecking compiler code</title>
<updated>2022-03-30T05:42:10+00:00</updated>
<author>
<name>Yuri Astrakhan</name>
<email>YuriAstrakhan@gmail.com</email>
</author>
<published>2022-03-30T05:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9cc3f6564e4563df568a09b42984313446dc2d3'/>
<id>urn:sha1:a9cc3f6564e4563df568a09b42984313446dc2d3</id>
<content type='text'>
Address some spelling mistakes in strings, private function names, and function params.
</content>
</entry>
<entry>
<title>Auto merge of #95300 - workingjubilee:less-bitsets, r=eddyb</title>
<updated>2022-03-28T05:48:25+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2022-03-28T05:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13c9fc38c94969ce4b91615bc803d923be8e0f51'/>
<id>urn:sha1:13c9fc38c94969ce4b91615bc803d923be8e0f51</id>
<content type='text'>
Skip needless bitset for debuginfo

Found this while digging around looking at the inlining logic.
Seemed obvious enough so I decided to try to take care of it.
Is this what you had in mind, `@eddyb?`
</content>
</entry>
<entry>
<title>Skip needless bitset for debuginfo</title>
<updated>2022-03-25T10:55:18+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2022-03-25T10:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5f0e6d551041ac15db0d27ecbcac1b5f0ec5665'/>
<id>urn:sha1:f5f0e6d551041ac15db0d27ecbcac1b5f0ec5665</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Fix debuginfo for Box&lt;T&gt; where T is unsized.</title>
<updated>2022-03-24T10:12:41+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2022-03-24T09:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e169261a6fc4410cd1ff9cdc37da6ef3cc5e0600'/>
<id>urn:sha1:e169261a6fc4410cd1ff9cdc37da6ef3cc5e0600</id>
<content type='text'>
Before this fix, the debuginfo for the fields was generated from the
struct defintion of Box&lt;T&gt;, but (at least at the moment) the compiler
pretends that Box&lt;T&gt; is just a (fat) pointer, so the fields need to be
`pointer` and `vtable` instead of `__0: Unique&lt;T&gt;` and `__1: Allocator`.

This is meant as a temporary mitigation until we can make sure that
simply treating Box as a regular struct in debuginfo does not cause too
much breakage in the ecosystem.
</content>
</entry>
<entry>
<title>debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods::create_vtable_metadata() to DebugInfoMethods::create_vtable_debuginfo()</title>
<updated>2022-03-14T16:25:24+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2022-03-14T16:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=584855e03d5b42d34cc259ab4ef3d01a637ad1c6'/>
<id>urn:sha1:584855e03d5b42d34cc259ab4ef3d01a637ad1c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Refactor debuginfo generation for types -- Address review comments.</title>
<updated>2022-03-14T16:25:17+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2022-03-14T16:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9580a7115d2d75514f0b329a29fafaa3796bd950'/>
<id>urn:sha1:9580a7115d2d75514f0b329a29fafaa3796bd950</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Refactor debuginfo generation for types -- Address outstanding FIXMEs.</title>
<updated>2022-03-14T15:55:01+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2022-03-03T13:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19707b0ff2c0beb80f77eaa7274f4588a506309d'/>
<id>urn:sha1:19707b0ff2c0beb80f77eaa7274f4588a506309d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Refactor debuginfo generation for types -- Run x.py fmt</title>
<updated>2022-03-14T15:52:47+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2022-03-03T11:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=07a1194edf01d0a070506f69dc7d70bdc025cdf9'/>
<id>urn:sha1:07a1194edf01d0a070506f69dc7d70bdc025cdf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove out-dated information from rustc_codegen_llvm/src/debuginfo/doc.md</title>
<updated>2022-03-14T15:52:47+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2022-03-03T11:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5144661d6bebdfcff7571c5251796f1b00447506'/>
<id>urn:sha1:5144661d6bebdfcff7571c5251796f1b00447506</id>
<content type='text'>
</content>
</entry>
</feed>
