<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/static/css/rustdoc.css, branch 1.80.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-05-05T18:07:12+00:00</updated>
<entry>
<title>Fix bad color for setting cog in ayu theme</title>
<updated>2024-05-05T18:07:12+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-05-05T17:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0cbebd07ee23cacccf0fa5522d658a3ebfc4c19f'/>
<id>urn:sha1:0cbebd07ee23cacccf0fa5522d658a3ebfc4c19f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some missing comments to describe what the inlined SVG is</title>
<updated>2024-04-28T15:23:12+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-04-10T18:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5a3509c2f47758cc714381bc2f2fa68583bd5a5a'/>
<id>urn:sha1:5a3509c2f47758cc714381bc2f2fa68583bd5a5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline `wheel.svg` into CSS</title>
<updated>2024-04-28T15:23:12+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-04-10T18:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f780913c722a78ab87e3fea10af4b75c0e4c1b66'/>
<id>urn:sha1:f780913c722a78ab87e3fea10af4b75c0e4c1b66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline `clipboard.svg` into CSS</title>
<updated>2024-04-28T15:23:11+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-04-10T18:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5b3b400f7c5f85d3e0a821d83f41b2b71985f9b'/>
<id>urn:sha1:f5b3b400f7c5f85d3e0a821d83f41b2b71985f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix copy-path button</title>
<updated>2024-04-17T14:49:11+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-04-16T21:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec754cf2012d1aecf7fca8fa66c846d79e7b94a4'/>
<id>urn:sha1:ec754cf2012d1aecf7fca8fa66c846d79e7b94a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: load icons from css instead of inline</title>
<updated>2024-04-10T02:35:23+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-04-10T00:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13235dce5d0af794e48150e99329fc90faaa1f01'/>
<id>urn:sha1:13235dce5d0af794e48150e99329fc90faaa1f01</id>
<content type='text'>
This cuts the HTML overhead for a page by about 1KiB,
significantly reducing the overall size of the docs bundle.
</content>
</entry>
<entry>
<title>Default to light theme is JS is enabled but not working</title>
<updated>2024-04-03T12:27:19+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-04-03T12:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2edc54c830bb3925967c77486fef32707b4321ce'/>
<id>urn:sha1:2edc54c830bb3925967c77486fef32707b4321ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddle</title>
<updated>2024-02-18T04:10:16+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2024-02-18T04:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb5982f14e5bc943df9f884360562f2aec12ed83'/>
<id>urn:sha1:fb5982f14e5bc943df9f884360562f2aec12ed83</id>
<content type='text'>
rustdoc: Correctly handle long crate names on mobile

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

It now renders like this:

![image](https://github.com/rust-lang/rust/assets/3050060/065b4b8b-ba55-4163-a928-8d7bf735c111)

r? `@notriddle`
</content>
</entry>
<entry>
<title>rustdoc: Correctly handle long crate names on mobile</title>
<updated>2024-01-31T15:40:23+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-01-31T13:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d907a6b8ed33f0cc332992ef330e099c9474faba'/>
<id>urn:sha1:d907a6b8ed33f0cc332992ef330e099c9474faba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve display of crate name when hovered</title>
<updated>2024-01-29T19:40:43+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-01-29T19:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=96e6cfa34a38cf7ef51aad168afa9b1e628cf26f'/>
<id>urn:sha1:96e6cfa34a38cf7ef51aad168afa9b1e628cf26f</id>
<content type='text'>
</content>
</entry>
</feed>
