<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc/notable-trait, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-16T23:04:36+00:00</updated>
<entry>
<title>rustdoc: `{Meta,Pointee,}Sized` in non-minicore</title>
<updated>2025-06-16T23:04:36+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-03-02T23:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da47753496c3a51e4cedbecde5b4f3ee39333945'/>
<id>urn:sha1:da47753496c3a51e4cedbecde5b4f3ee39333945</id>
<content type='text'>
Some rustdoc tests are `no_core` and need to have `MetaSized` and
`PointeeSized` added to them.
</content>
</entry>
<entry>
<title>Update `tests/rustdoc` to new test syntax</title>
<updated>2024-06-24T09:08:41+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-06-21T12:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b67035579fc6157ca2f3fb8b7e6071ff6d888bc'/>
<id>urn:sha1:1b67035579fc6157ca2f3fb8b7e6071ff6d888bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: Negative impls are not notable</title>
<updated>2024-05-15T00:40:59+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-05-15T00:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8994840f7e61c1e90db35e7d966d0271880d905c'/>
<id>urn:sha1:8994840f7e61c1e90db35e7d966d0271880d905c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: `div.where` instead of fmt-newline class</title>
<updated>2023-11-30T17:43:40+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-11-30T17:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7230f6c5c51d8668a16d92da9f49d442521de828'/>
<id>urn:sha1:7230f6c5c51d8668a16d92da9f49d442521de828</id>
<content type='text'>
This is about equally readable, a lot more terse, and stops
special-casing functions and methods.

```console
$ du -hs doc-old/ doc-new/
671M    doc-old/
670M    doc-new/
```
</content>
</entry>
<entry>
<title>Accept less invalid Rust in rustdoc</title>
<updated>2023-10-31T13:58:03+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-10-31T13:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4512f211ae77306b0cd0686a7871d56edbf36d30'/>
<id>urn:sha1:4512f211ae77306b0cd0686a7871d56edbf36d30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests for rustc_doc_primitive</title>
<updated>2023-03-30T20:56:52+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-03-21T15:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ef8d2d6075bcac4975b271684ebc6e67c20c83e'/>
<id>urn:sha1:3ef8d2d6075bcac4975b271684ebc6e67c20c83e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: fix comments in test</title>
<updated>2023-03-14T06:03:53+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-03-14T06:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bfb66eb4bb4ada8a0b4d48d73a93e8f5df0e54be'/>
<id>urn:sha1:bfb66eb4bb4ada8a0b4d48d73a93e8f5df0e54be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: handle generics better when matching notable traits</title>
<updated>2023-03-09T21:18:12+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-03-09T20:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee6b228b6a8b874ca8b6e88cd58d4618cf20fb20'/>
<id>urn:sha1:ee6b228b6a8b874ca8b6e88cd58d4618cf20fb20</id>
<content type='text'>
This commit makes the `clean::Type::is_same` non-commutative, so
that a generic `impl` matches a concrete return, but a generic return
does not match a concrete `impl`. It makes slice and vector Write
for `u8` not match on every generic return value.
</content>
</entry>
<entry>
<title>rustdoc: move notable trait tests into their own directory</title>
<updated>2023-03-09T20:45:12+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-03-09T20:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6015851f7e54d1e1e267afb315a2b4b23096d0d'/>
<id>urn:sha1:c6015851f7e54d1e1e267afb315a2b4b23096d0d</id>
<content type='text'>
</content>
</entry>
</feed>
