<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc/issue-51236.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: update test cases now that code-header is used without in-band</title>
<updated>2022-09-25T20:52:26+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-09-25T20:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ba40314e1a28e6230c6f404ee3b23de3efb7709'/>
<id>urn:sha1:4ba40314e1a28e6230c6f404ee3b23de3efb7709</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update rustdoc tests</title>
<updated>2022-08-31T16:13:39+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-08-31T15:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4304d1d1e6ea31ca45b722047f516322af4305c4'/>
<id>urn:sha1:4304d1d1e6ea31ca45b722047f516322af4305c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rustdoc accessibility: use real headers for doc items</title>
<updated>2021-07-25T21:41:57+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2021-07-25T21:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76a3b609d0b93c5d8da5e4e3db37bd03e5cb1c30'/>
<id>urn:sha1:76a3b609d0b93c5d8da5e4e3db37bd03e5cb1c30</id>
<content type='text'>
Part of #87059

Partially reverts #84703

Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
</content>
</entry>
<entry>
<title>Update rustdoc tests</title>
<updated>2021-06-02T18:30:18+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2021-06-02T08:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=14fe83f7e49c384484bde8a5e0663393dc1a213d'/>
<id>urn:sha1:14fe83f7e49c384484bde8a5e0663393dc1a213d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: use details tag for trait implementors</title>
<updated>2021-04-20T02:46:51+00:00</updated>
<author>
<name>Jacob Hoffman-Andrews</name>
<email>github@hoffman-andrews.com</email>
</author>
<published>2021-04-18T06:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=569096cbaffe39fbede339430c5ed8e80d991a80'/>
<id>urn:sha1:569096cbaffe39fbede339430c5ed8e80d991a80</id>
<content type='text'>
This switches from JS-generated toggles to using the HTML &lt;details&gt; tag
for expanding and collapsing entries in the "Implementors" section.
</content>
</entry>
<entry>
<title>Simplify foreign type rendering.</title>
<updated>2018-12-28T05:22:27+00:00</updated>
<author>
<name>John Heitmann</name>
<email>jheitmann@gmail.com</email>
</author>
<published>2018-12-27T05:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34bd2b845b3acd84c5a9bddae3ff8081c19ec5e9'/>
<id>urn:sha1:34bd2b845b3acd84c5a9bddae3ff8081c19ec5e9</id>
<content type='text'>
Simplified foreign type rendering by switching from tables to flexbox. Also, removed some seemingly extraneous elements like “ghost” spans.

Reduces element count on std::iter::Iterator by 30%.
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Filter out duplicated trait predicates when generating auto traits</title>
<updated>2018-08-02T17:59:16+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2018-08-02T17:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a0943b6bba4ed2ba6f32635fecef794325b5fdf4'/>
<id>urn:sha1:a0943b6bba4ed2ba6f32635fecef794325b5fdf4</id>
<content type='text'>
Fixes #51236
</content>
</entry>
</feed>
