<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_codegen_llvm/debuginfo/mod.rs, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-08-30T15:45:07+00:00</updated>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Incorporate tracing crate</title>
<updated>2020-08-06T11:26:56+00:00</updated>
<author>
<name>bishtpawan</name>
<email>pawan.bisht@knoldus.com</email>
</author>
<published>2020-08-05T11:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fdfbd89946ca34d12eec658d111ce9a85cd23df0'/>
<id>urn:sha1:fdfbd89946ca34d12eec658d111ce9a85cd23df0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: no type metadata if substs reqd</title>
<updated>2020-07-20T10:23:29+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-06-22T12:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5bf2c7d4fec536c4237e859390c524837324977f'/>
<id>urn:sha1:5bf2c7d4fec536c4237e859390c524837324977f</id>
<content type='text'>
This commit skips generating debuginfo type metadata if substitutions
are required by the type. This avoids ICEs that result from layouts
of types with substitutions being computed.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>Change `SymbolName::name` to a `&amp;str`.</title>
<updated>2020-07-15T04:37:55+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2020-07-10T05:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c4d431c067308ae79b902fe0d0e7b9c6958d0e9'/>
<id>urn:sha1:7c4d431c067308ae79b902fe0d0e7b9c6958d0e9</id>
<content type='text'>
This eliminates a bunch of `Symbol::intern()` and `Symbol::as_str()`
calls, which is good, because they require locking the interner.

Note that the unsafety in `from_cycle_error()` is identical to the
unsafety on other adjacent impls.
</content>
</entry>
<entry>
<title>Omit DW_AT_linkage_name when it is the same as DW_AT_name</title>
<updated>2020-05-27T16:36:32+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-05-26T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e4b7d2c5071d1066159702d8176c6d87d843403e'/>
<id>urn:sha1:e4b7d2c5071d1066159702d8176c6d87d843403e</id>
<content type='text'>
The DWARF standard suggests that it might be useful to include
`DW_AT_linkage_name` when it is *distinct* from the identifier name.
</content>
</entry>
<entry>
<title>rustllvm: Fix warnings about unused function parameters</title>
<updated>2020-05-21T19:05:19+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-05-21T17:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0a48d19f5e10869ea4a137d4bb3b84d62966e31'/>
<id>urn:sha1:d0a48d19f5e10869ea4a137d4bb3b84d62966e31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ast::{Ident, Name} reexports.</title>
<updated>2020-05-08T11:13:15+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-04-19T11:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4e143ed2f248a808fb5f1cf959f630d419cc01b'/>
<id>urn:sha1:d4e143ed2f248a808fb5f1cf959f630d419cc01b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change return type of `entry_fn` query to return a `LocalDefId`</title>
<updated>2020-04-27T22:58:11+00:00</updated>
<author>
<name>marmeladema</name>
<email>xademax@gmail.com</email>
</author>
<published>2020-04-18T15:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9f6ffc3b031decd04174fe9a2b4a2dffd5827a1'/>
<id>urn:sha1:c9f6ffc3b031decd04174fe9a2b4a2dffd5827a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix performance regression in debuginfo file_metadata.</title>
<updated>2020-04-05T08:43:44+00:00</updated>
<author>
<name>Arlo Siemsen</name>
<email>arsiem@microsoft.com</email>
</author>
<published>2020-04-05T08:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4cdceda5a355ab5c4732b425b4449d9707084fdc'/>
<id>urn:sha1:4cdceda5a355ab5c4732b425b4449d9707084fdc</id>
<content type='text'>
Finding the `SourceFile` associated with a `FileName` called `get_source_file` on
the `SourceMap`, which does a linear search through all files in the `SourceMap`.

This resolves the issue by passing the SourceFile in from the caller (which already
had it available).
</content>
</entry>
<entry>
<title>nix rustc_target::abi::* reexport in ty::layout</title>
<updated>2020-04-02T11:40:43+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-31T16:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=124144704fa5d3f08563430d5c24abb23da24423'/>
<id>urn:sha1:124144704fa5d3f08563430d5c24abb23da24423</id>
<content type='text'>
</content>
</entry>
</feed>
