<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-gui/src/test_docs, 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-09-26T04:36:33+00:00</updated>
<entry>
<title>Rollup merge of #147047 - notriddle:toolbar-index, r=GuillaumeGomez</title>
<updated>2025-09-26T04:36:33+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-09-26T04:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1285b164e1acd3ca68c95bbcc9e91b0d7da26aa4'/>
<id>urn:sha1:1285b164e1acd3ca68c95bbcc9e91b0d7da26aa4</id>
<content type='text'>
rustdoc: put the toolbar on the all item index
</content>
</entry>
<entry>
<title>rustdoc-search: add test case for all/index.html search</title>
<updated>2025-09-25T22:45:11+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2025-09-25T22:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51ae86dec97f4db86f624f609c41f6bf5e620301'/>
<id>urn:sha1:51ae86dec97f4db86f624f609c41f6bf5e620301</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: hide `#[repr(...)]` if it isn't part of the public ABI</title>
<updated>2025-09-25T09:49:27+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2025-05-17T12:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=85c193a4ed9cf54a70d6d1edaf411b082d15fd13'/>
<id>urn:sha1:85c193a4ed9cf54a70d6d1edaf411b082d15fd13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for `doc(attribute = "...")` attribute</title>
<updated>2025-08-28T13:56:30+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-06-13T19:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75cbd05d19a7cfb0819f15a57f2561cd28a956a7'/>
<id>urn:sha1:75cbd05d19a7cfb0819f15a57f2561cd28a956a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wrong font being used for tooltips `i` icons</title>
<updated>2025-08-04T17:17:08+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-08-04T15:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4f404b581a3e93c146ca2ea711fa03dca77327b'/>
<id>urn:sha1:b4f404b581a3e93c146ca2ea711fa03dca77327b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui test</title>
<updated>2025-05-10T17:36:28+00:00</updated>
<author>
<name>SpecificProtagonist</name>
<email>specificprotagonist@posteo.org</email>
</author>
<published>2025-05-10T17:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31ae60d30d96b32c35a3dd5239a68997c9d4a27d'/>
<id>urn:sha1:31ae60d30d96b32c35a3dd5239a68997c9d4a27d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add/update GUI test for impl indent fix</title>
<updated>2025-04-24T10:33:29+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-04-24T10:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a29072a67afad6189603652fc30c146e6d9a45ce'/>
<id>urn:sha1:a29072a67afad6189603652fc30c146e6d9a45ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #136991 - GuillaumeGomez:code-wrapping, r=notriddle</title>
<updated>2025-02-24T07:11:32+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2025-02-24T07:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81336525628e4f8f1696c918ec3622c1e3bd315e'/>
<id>urn:sha1:81336525628e4f8f1696c918ec3622c1e3bd315e</id>
<content type='text'>
[rustdoc] Add new setting to wrap source code lines when too long

Fixes https://github.com/rust-lang/rust/issues/127334.

Wrapped lines look like this:

![image](https://github.com/user-attachments/assets/92006a27-ed1e-4beb-91f2-f453b72c5e1a)

It works in both source code pages and doc pages.

You can test it [here](https://rustdoc.crud.net/imperio/code-wrapping/bar/index.html).

r? ``@notriddle``
</content>
</entry>
<entry>
<title>Add custom sort for link in rustdoc</title>
<updated>2025-02-19T00:35:51+00:00</updated>
<author>
<name>yukang</name>
<email>moorekang@gmail.com</email>
</author>
<published>2025-02-19T00:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a467ecacd4e77a3704924f5ac46f8a752e1e73e5'/>
<id>urn:sha1:a467ecacd4e77a3704924f5ac46f8a752e1e73e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GUI test for code wrapping</title>
<updated>2025-02-14T10:41:28+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-02-13T22:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38b5bfce24834457cb3f2f1ccb8ed7cd5c29144b'/>
<id>urn:sha1:38b5bfce24834457cb3f2f1ccb8ed7cd5c29144b</id>
<content type='text'>
</content>
</entry>
</feed>
