<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc-gui, branch automation/bors/try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try'/>
<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>Add GUI test for item declaration block scrolling</title>
<updated>2023-01-10T17:27:42+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-01-10T17:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=719f54583146de66d42396290df3293e27bd861f'/>
<id>urn:sha1:719f54583146de66d42396290df3293e27bd861f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tidy issues in goml scripts</title>
<updated>2023-01-08T21:03:08+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-01-08T20:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31b39be9cef4f028b0a1cde5abff2f8acc426bfd'/>
<id>urn:sha1:31b39be9cef4f028b0a1cde5abff2f8acc426bfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=GuillaumeGomez</title>
<updated>2023-01-07T05:54:00+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-01-07T05:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=64beb046eef265ad05034736c065381b01d201b2'/>
<id>urn:sha1:64beb046eef265ad05034736c065381b01d201b2</id>
<content type='text'>
rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }`

This CSS was added in dc2c9723343c985740be09919236a6e96c4e4433, before 6a5f8b1aef1417d7dc85b5d0a229d2db1930eb7c when the sidebars were merged.

Now that they are merged, the source sidebar is being pushed off-screen anyway, so giving it zero width doesn't do much.
</content>
</entry>
<entry>
<title>rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }`</title>
<updated>2023-01-06T20:14:41+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-01-06T19:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16a3c8032e634d3da53f8d4c0a875f369a9d4394'/>
<id>urn:sha1:16a3c8032e634d3da53f8d4c0a875f369a9d4394</id>
<content type='text'>
This CSS was added in dc2c9723343c985740be09919236a6e96c4e4433,
before 6a5f8b1aef1417d7dc85b5d0a229d2db1930eb7c when the sidebars
were merged.

Now that they are merged, the source sidebar is being pushed
off-screen anyway, so giving it zero width doesn't do much.
</content>
</entry>
<entry>
<title>Use new block syntax for define-function in goml scripts</title>
<updated>2023-01-06T16:52:42+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-01-06T14:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=009064f8902d89e71230af8188a3241d97477d37'/>
<id>urn:sha1:009064f8902d89e71230af8188a3241d97477d37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle</title>
<updated>2023-01-05T15:47:39+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-01-05T15:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=388538fc963e07a94e3fc3ac8948627fd2d28d29'/>
<id>urn:sha1:388538fc963e07a94e3fc3ac8948627fd2d28d29</id>
<content type='text'>
Fix --kbd-color variable name in rustdoc.css

Interestingly enough, it only impacted the dark theme.

Before:

![Screenshot from 2023-01-05 11-03-17](https://user-images.githubusercontent.com/3050060/210754145-c3bb0f50-d35f-4543-bf73-010a4524a803.png)

After:

![Screenshot from 2023-01-05 11-03-05](https://user-images.githubusercontent.com/3050060/210754190-85c2f146-a774-4463-9cd3-9495b7c91bd7.png)

r? `@notriddle`
</content>
</entry>
<entry>
<title>Update kbd GUI test</title>
<updated>2023-01-05T10:03:45+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-01-05T10:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=112723b4e36df1997ccd14e5d8c382d499bf02ed'/>
<id>urn:sha1:112723b4e36df1997ccd14e5d8c382d499bf02ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomez</title>
<updated>2023-01-04T22:39:50+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-01-04T22:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=836321effb859c3ea73abf00430fd0effcf42f61'/>
<id>urn:sha1:836321effb859c3ea73abf00430fd0effcf42f61</id>
<content type='text'>
rustdoc: fix buggy JS check for absolute URL

The old code did the wrong thing when faced with a crate named "http".
</content>
</entry>
<entry>
<title>Add hardcoded wait time for external navigation to load</title>
<updated>2023-01-04T07:44:35+00:00</updated>
<author>
<name>Ardis Lu</name>
<email>ardisglu@gmail.com</email>
</author>
<published>2023-01-04T07:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9792c9affb55e44bd93957c166a971007c66b5a2'/>
<id>urn:sha1:9792c9affb55e44bd93957c166a971007c66b5a2</id>
<content type='text'>
</content>
</entry>
</feed>
