<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/coverage/closure_macro.cov-map, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-06T10:42:25+00:00</updated>
<entry>
<title>coverage: Only merge adjacent coverage spans</title>
<updated>2025-05-06T10:42:25+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-04-12T07:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d5a1acebfe031ca2af75786295a2cd2a0633943'/>
<id>urn:sha1:4d5a1acebfe031ca2af75786295a2cd2a0633943</id>
<content type='text'>
This also removes some manipulation of the function signature span that only
made sense in the context of merging non-adjacent spans.
</content>
</entry>
<entry>
<title>coverage-dump: Dump filenames instead of global file IDs (and bless)</title>
<updated>2025-05-06T01:58:58+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-04-24T07:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c53a76743c01afa356ae5301bc1b35044354da7a'/>
<id>urn:sha1:c53a76743c01afa356ae5301bc1b35044354da7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coverage: Don't split bang-macro spans, just truncate them</title>
<updated>2025-04-01T02:13:21+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-03-25T11:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=26cea8a2863a3aa0fd169d8561ce77036ef6983e'/>
<id>urn:sha1:26cea8a2863a3aa0fd169d8561ce77036ef6983e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coverage: Prefer to visit nodes whose predecessors have been visited</title>
<updated>2024-12-07T01:13:12+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-12-05T07:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac815ff6b0c8f0fd68ddf666ea1f96e362c65300'/>
<id>urn:sha1:ac815ff6b0c8f0fd68ddf666ea1f96e362c65300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coverage: Add an extra "transcribe" step after counter creation</title>
<updated>2024-12-04T06:50:52+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-11-29T01:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=44e4e4515c877093379e368b591b6aae3545f77c'/>
<id>urn:sha1:44e4e4515c877093379e368b591b6aae3545f77c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coverage: Include the highest counter ID seen in `.cov-map` dumps</title>
<updated>2024-10-11T10:04:37+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-10-08T02:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=599f95ecc26fb68cccbf79780dd1825a4cf73eb0'/>
<id>urn:sha1:599f95ecc26fb68cccbf79780dd1825a4cf73eb0</id>
<content type='text'>
When making changes that have a large impact on coverage counter creation, this
makes it easier to see whether the number of physical counters has changed.

(The highest counter ID seen in coverage maps is not necessarily the same as
the number of physical counters actually used by the instrumented code, but
it's the best approximation we can get from looking only at the coverage maps,
and it should be reasonably accurate in most cases.)
</content>
</entry>
<entry>
<title>fix GVN trying to transmute pointers to integers</title>
<updated>2024-10-05T15:55:23+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-10-05T15:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d63efdb8c2d3b9ea25fa2bbb8703168d21483c8'/>
<id>urn:sha1:7d63efdb8c2d3b9ea25fa2bbb8703168d21483c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coverage: Extract hole spans from HIR instead of MIR</title>
<updated>2024-07-08T11:22:56+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-07-01T03:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=63c04f05e60ce27311fc1b874907188616beb558'/>
<id>urn:sha1:63c04f05e60ce27311fc1b874907188616beb558</id>
<content type='text'>
This makes it possible to treat more kinds of nested item/code as holes,
instead of being restricted to closures.
</content>
</entry>
<entry>
<title>Update coverage maps in tests</title>
<updated>2024-06-23T04:37:26+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2024-06-22T23:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49d353bb9f62a67e6d598620adbea181e27b5e7c'/>
<id>urn:sha1:49d353bb9f62a67e6d598620adbea181e27b5e7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>I'd never even heard of a coverage map</title>
<updated>2024-06-21T05:16:59+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2024-06-16T09:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4341cb709d4d1c1d26d9aea55b00ff16945fe644'/>
<id>urn:sha1:4341cb709d4d1c1d26d9aea55b00ff16945fe644</id>
<content type='text'>
</content>
</entry>
</feed>
