<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_cranelift/src/debuginfo, branch 1.80.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-04-25T19:14:47+00:00</updated>
<entry>
<title>debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[collapse_debuginfo]`</title>
<updated>2024-04-25T19:14:47+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2024-02-09T12:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98804c178608fc4af22b0cb7d199297af5e1562e'/>
<id>urn:sha1:98804c178608fc4af22b0cb7d199297af5e1562e</id>
<content type='text'>
`-Z debug-macros` is "stabilized" by enabling it by default and removing.

`-Z collapse-macro-debuginfo` is stabilized as `-C collapse-macro-debuginfo`.
It now supports all typical boolean values (`parse_opt_bool`) in addition to just yes/no.

Default value of `collapse_debuginfo` was changed from `false` to `external` (i.e. collapsed if external, not collapsed if local).
`#[collapse_debuginfo]` attribute without a value is no longer supported to avoid guessing the default.
</content>
</entry>
<entry>
<title>Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-2024-04-23</title>
<updated>2024-04-23T09:37:28+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-04-23T09:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d682cfb66997e8cd5323e728fd77fc26b17fdd4'/>
<id>urn:sha1:3d682cfb66997e8cd5323e728fd77fc26b17fdd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-2024-04-11</title>
<updated>2024-04-11T10:42:48+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-04-11T10:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2ab4334a9601ecb2e47fe5a90ec985fe745a2a23'/>
<id>urn:sha1:2ab4334a9601ecb2e47fe5a90ec985fe745a2a23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace Session should_remap_filepaths with filename_display_preference</title>
<updated>2024-03-28T17:47:26+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-03-22T14:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fefb8f1f9cb830e1ca0b0ba449db7c8e7d4ff7ba'/>
<id>urn:sha1:fefb8f1f9cb830e1ca0b0ba449db7c8e7d4ff7ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce `FileNameMapping::to_real_filename` and use it everywhere</title>
<updated>2024-03-28T17:47:26+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-03-21T20:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f4fa42b0ee1cf6c988d3f7ed6bcb4a51e788282'/>
<id>urn:sha1:4f4fa42b0ee1cf6c988d3f7ed6bcb4a51e788282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make local_crate_source_file return a RealFileName</title>
<updated>2024-03-28T17:47:26+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-03-19T12:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee2898d3f1cbece34153581823fafa7f572bbff0'/>
<id>urn:sha1:ee2898d3f1cbece34153581823fafa7f572bbff0</id>
<content type='text'>
so it can be remapped (or not) by callers
</content>
</entry>
<entry>
<title>Replace `RemapFileNameExt::for_codegen` with explicit calls</title>
<updated>2024-03-28T17:47:26+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-03-19T12:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=106146fd958c3c0d3428cfc7be1f75c5bc81698f'/>
<id>urn:sha1:106146fd958c3c0d3428cfc7be1f75c5bc81698f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-2024-03-28</title>
<updated>2024-03-28T11:43:35+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-03-28T11:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=987ed345af4af535f271dea5bdfe8647dcaf44ec'/>
<id>urn:sha1:987ed345af4af535f271dea5bdfe8647dcaf44ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-2024-01-26</title>
<updated>2024-01-26T18:33:45+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-01-26T18:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37018026f0a4b119778e07d6a44b149de8dcfd0c'/>
<id>urn:sha1:37018026f0a4b119778e07d6a44b149de8dcfd0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved support of collapse_debuginfo attribute for macros.</title>
<updated>2024-01-08T10:47:18+00:00</updated>
<author>
<name>Andrew Zhogin</name>
<email>andrew.zhogin@gmail.com</email>
</author>
<published>2023-11-29T05:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2dbebafad629316edf37f9fc6a91633d9d1a702'/>
<id>urn:sha1:f2dbebafad629316edf37f9fc6a91633d9d1a702</id>
<content type='text'>
</content>
</entry>
</feed>
