<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-gui, 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-07-01T13:49:45+00:00</updated>
<entry>
<title>Update rustdoc GUI tests</title>
<updated>2025-07-01T13:49:45+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-06-29T13:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c3bddaa742a2f6ba5a323f21cdb21a505890ce5'/>
<id>urn:sha1:7c3bddaa742a2f6ba5a323f21cdb21a505890ce5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: make srcIndex no longer a global variable</title>
<updated>2025-06-17T01:22:24+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-06-05T23:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00c104225fad5d3eb27dc37719d9b6c26844c389'/>
<id>urn:sha1:00c104225fad5d3eb27dc37719d9b6c26844c389</id>
<content type='text'>
this is one-time initialization data, it can just
be a function parameter.

we also move the json parsing into createSrcSidebar
to save a few bytes.
</content>
</entry>
<entry>
<title>Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez</title>
<updated>2025-05-25T02:00:55+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2025-05-25T02:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=045ac21c6f85f35e068787878ffd8268496949e0'/>
<id>urn:sha1:045ac21c6f85f35e068787878ffd8268496949e0</id>
<content type='text'>
rustdoc: on mobile, make the sidebar full width and linewrap

this is because the mobile sidebar cannot be resized, unlike on desktop.
</content>
</entry>
<entry>
<title>rustdoc-gui test: apply suggestions from code review</title>
<updated>2025-05-23T22:43:19+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-05-23T22:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcca611b359c74b71e798c2ee30f4695c6218bbf'/>
<id>urn:sha1:bcca611b359c74b71e798c2ee30f4695c6218bbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: rip out all the gui tests for &lt;100% width mobile sidebar</title>
<updated>2025-05-22T21:44:29+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-05-22T21:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1eba1b56e33f196e6b48cad2efb41b9b9ab7452f'/>
<id>urn:sha1:1eba1b56e33f196e6b48cad2efb41b9b9ab7452f</id>
<content type='text'>
stuff like "clicking the settings menu closes the mobile sidebar"
is now impossible for users to observe, since the mobile sidebar
will always cover the settings menu due to being full-width,
which is good because that behavior is also now impossible for
our testing framework to observe.
</content>
</entry>
<entry>
<title>Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r=notriddle</title>
<updated>2025-05-22T05:19:01+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-05-22T05:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=981bbf41974a0f1aa4e2dfed1ea0955906d592a2'/>
<id>urn:sha1:981bbf41974a0f1aa4e2dfed1ea0955906d592a2</id>
<content type='text'>
rustdoc: Fix links with inline code in trait impl docs

Fixes #140857
</content>
</entry>
<entry>
<title>better checks</title>
<updated>2025-05-11T06:02:19+00:00</updated>
<author>
<name>SpecificProtagonist</name>
<email>specificprotagonist@posteo.org</email>
</author>
<published>2025-05-11T06:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4516a5b96bbf8ba39dd74913aac7297c0c0f2ab6'/>
<id>urn:sha1:4516a5b96bbf8ba39dd74913aac7297c0c0f2ab6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove superfluous import</title>
<updated>2025-05-11T05:58:18+00:00</updated>
<author>
<name>SpecificProtagonist</name>
<email>specificprotagonist@posteo.org</email>
</author>
<published>2025-05-11T05:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8d55544c5442a3d556c54af9a1956e1578da0e4'/>
<id>urn:sha1:b8d55544c5442a3d556c54af9a1956e1578da0e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui test different link</title>
<updated>2025-05-10T17:48:13+00:00</updated>
<author>
<name>SpecificProtagonist</name>
<email>specificprotagonist@posteo.org</email>
</author>
<published>2025-05-10T17:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd23ee2382ae8f940771dc08be5e234f6963ba72'/>
<id>urn:sha1:bd23ee2382ae8f940771dc08be5e234f6963ba72</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>
</feed>
