<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/generic-debug.rs, branch 1.34.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.34.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.34.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-12-26T04:08:33+00:00</updated>
<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>Add template parameter debuginfo to generic types</title>
<updated>2018-11-29T20:04:09+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tom@tromey.com</email>
</author>
<published>2018-10-12T13:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb204cb92f5da2cd0b630ee4b6be85b02404823e'/>
<id>urn:sha1:fb204cb92f5da2cd0b630ee4b6be85b02404823e</id>
<content type='text'>
This changes debuginfo generation to add template parameters to
generic types.  With this change the DWARF now has
DW_TAG_template_type_param for types, not just for functions, like:

 &lt;2&gt;&lt;40d&gt;: Abbrev Number: 6 (DW_TAG_structure_type)
    &lt;40e&gt;   DW_AT_name        : (indirect string, offset: 0x375): Generic&lt;i32&gt;
    &lt;412&gt;   DW_AT_byte_size   : 4
    &lt;413&gt;   DW_AT_alignment   : 4
...
 &lt;3&gt;&lt;41f&gt;: Abbrev Number: 8 (DW_TAG_template_type_param)
    &lt;420&gt;   DW_AT_type        : &lt;0x42a&gt;
    &lt;424&gt;   DW_AT_name        : (indirect string, offset: 0xa65e): T

Closes #9224
</content>
</entry>
</feed>
