<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/coverage-dump, branch 1.90.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.90.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.90.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-10T16:35:20+00:00</updated>
<entry>
<title>Update miniz_oxide dependency of coverage_dump</title>
<updated>2025-05-10T16:35:20+00:00</updated>
<author>
<name>oyvindln</name>
<email>oyvindln@users.noreply.github.com</email>
</author>
<published>2025-05-10T16:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5bd3d0e99da2d79cafd73e7f174b99fe8349fa75'/>
<id>urn:sha1:5bd3d0e99da2d79cafd73e7f174b99fe8349fa75</id>
<content type='text'>
</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-dump: Make filenames available to covfun record dumping</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-24T03:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=041b2b2c982edb6e36a7d80081d040dbaf388a2b'/>
<id>urn:sha1:041b2b2c982edb6e36a7d80081d040dbaf388a2b</id>
<content type='text'>
Actually printing the filenames is deferred to a subsequent commit that will
simultaneously bless all affected tests.
</content>
</entry>
<entry>
<title>coverage-dump: Include filenames hash in covfun line data</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-22T11:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f1b8cd433f31af7e25fb8b7ec7436d6ebf3f5410'/>
<id>urn:sha1:f1b8cd433f31af7e25fb8b7ec7436d6ebf3f5410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coverage-dump: Extract a common parser method for maybe-compressed bytes</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-23T07:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc3f0e326a5ef77bb4e3531db5190109d8e2420b'/>
<id>urn:sha1:bc3f0e326a5ef77bb4e3531db5190109d8e2420b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coverage-dump: Extract some common code to an `llvm_utils` submodule</title>
<updated>2025-05-06T01:58:50+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-04-23T07:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89319f2e128379a96943de2be347ec09a80abca4'/>
<id>urn:sha1:89319f2e128379a96943de2be347ec09a80abca4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bootstrap: Add check/test/run steps for src/tools/coverage-dump</title>
<updated>2025-05-06T01:48:37+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-04-22T06:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a3d5562fcf7f67491d55588ac3279bfade9dadcd'/>
<id>urn:sha1:a3d5562fcf7f67491d55588ac3279bfade9dadcd</id>
<content type='text'>
This also causes the coverage-dump unit tests to run in CI and `./x test` by
default.
</content>
</entry>
<entry>
<title>Rustfmt</title>
<updated>2025-02-08T22:12:13+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-08T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fcae03369abb4c2cc180cd5a49e1f4440a81300'/>
<id>urn:sha1:1fcae03369abb4c2cc180cd5a49e1f4440a81300</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>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
</feed>
