<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc-ui/coverage/traits.rs, branch 1.53.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.53.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.53.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-04-09T13:10:11+00:00</updated>
<entry>
<title>Add back missing trait test</title>
<updated>2021-04-09T13:10:11+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-04-09T13:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f67103b9b26f9e8dfea1c6f144cc003e380060a5'/>
<id>urn:sha1:f67103b9b26f9e8dfea1c6f144cc003e380060a5</id>
<content type='text'>
Rustdoc has been able to deal with `impl trait` for almost a year now.
</content>
</entry>
<entry>
<title>rustdoc: Don't generate blanket impls when running --show-coverage</title>
<updated>2021-04-09T13:09:19+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-04-09T13:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40ca3521ad1b0b42980ff16d5b9d1d3d8b68a50e'/>
<id>urn:sha1:40ca3521ad1b0b42980ff16d5b9d1d3d8b68a50e</id>
<content type='text'>
get_blanket_impls is the slowest part of rustdoc, and the coverage pass
completely ignores blanket impls. This stops running it at all, and also
removes some unnecessary checks in `calculate_doc_coverage` that ignored
the impl anyway.

We don't currently measure --show-coverage in perf.rlo, but I tested
this locally on cargo and it brought the time down from 2.9 to 1.6
seconds.
</content>
</entry>
<entry>
<title>Moving all rustdoc-ui tests to check-pass</title>
<updated>2020-04-19T23:40:53+00:00</updated>
<author>
<name>Val Markovic</name>
<email>val@markovic.io</email>
</author>
<published>2020-04-19T23:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2add9d8fc2c0fc9f77d46c5fe43ed2c33790e366'/>
<id>urn:sha1:2add9d8fc2c0fc9f77d46c5fe43ed2c33790e366</id>
<content type='text'>
These were all build-pass before and don't seem to need it.

Helps with #62277
</content>
</entry>
<entry>
<title>Replace `abstract type` with type alias `impl Trait`</title>
<updated>2019-08-02T01:44:36+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-08-01T23:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2777386dc2e3c950980a469d4ac9701ccbab3a02'/>
<id>urn:sha1:2777386dc2e3c950980a469d4ac9701ccbab3a02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace "existential" by "opaque"</title>
<updated>2019-08-02T01:44:36+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-07-31T23:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c28ce3e4ca021aea5ca25227c0e46d9b47095db6'/>
<id>urn:sha1:c28ce3e4ca021aea5ca25227c0e46d9b47095db6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate compile-pass annotations to build-pass</title>
<updated>2019-07-02T21:30:28+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2019-07-02T21:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c004451a209dce4960fc295ff799e17f2630a00c'/>
<id>urn:sha1:c004451a209dce4960fc295ff799e17f2630a00c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update rustdoc coverage tests with new table layout</title>
<updated>2019-02-28T22:24:38+00:00</updated>
<author>
<name>QuietMisdreavus</name>
<email>grey@quietmisdreavus.net</email>
</author>
<published>2019-02-28T22:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=515dbe73abb3ee20582011f9bcc2cb20ced098d3'/>
<id>urn:sha1:515dbe73abb3ee20582011f9bcc2cb20ced098d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tests for doc coverage</title>
<updated>2019-02-28T22:11:21+00:00</updated>
<author>
<name>QuietMisdreavus</name>
<email>grey@quietmisdreavus.net</email>
</author>
<published>2019-02-21T22:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=63bdd29ef4e744d6cacc2373b3b317eeebdf2a07'/>
<id>urn:sha1:63bdd29ef4e744d6cacc2373b3b317eeebdf2a07</id>
<content type='text'>
</content>
</entry>
</feed>
