<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/static/css/rustdoc.css, branch 1.74.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.74.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.74.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-09-20T04:46:06+00:00</updated>
<entry>
<title>rustdoc: add test cases, and fix, search tabs</title>
<updated>2023-09-20T04:46:06+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-09-20T02:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9fbee7dcc556cf731e00298f9ed0bbe22f57e7bb'/>
<id>urn:sha1:9fbee7dcc556cf731e00298f9ed0bbe22f57e7bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: merge theme css into rustdoc.css</title>
<updated>2023-09-15T14:40:17+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-09-13T22:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e86fd61e83717fc23b6141d2ba728aefbe5e168'/>
<id>urn:sha1:7e86fd61e83717fc23b6141d2ba728aefbe5e168</id>
<content type='text'>
Based on
https://github.com/rust-lang/rust/pull/115812#issuecomment-1717960119

Having them in separate files used to make more sense, before the
migration to CSS variables made the theme files as small as they are
nowadays. This is already how docs.rs and mdBook do it.
</content>
</entry>
<entry>
<title>Merge settings.css into rustdoc.css</title>
<updated>2023-09-13T11:59:43+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-09-13T09:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9944f01c66e5c0c321a1c29455efe227e1f35aa4'/>
<id>urn:sha1:9944f01c66e5c0c321a1c29455efe227e1f35aa4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add warning block support in rustdoc</title>
<updated>2023-08-14T11:41:17+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-01-07T13:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d51521e28044edcff0a1f7666629e5e7aea73727'/>
<id>urn:sha1:d51521e28044edcff0a1f7666629e5e7aea73727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove adjustments that used to be necessary for search's crate selector appearance (padding)</title>
<updated>2023-07-20T08:46:32+00:00</updated>
<author>
<name>Frank Steffahn</name>
<email>fdsteffahn@gmail.com</email>
</author>
<published>2023-07-20T08:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2009b4a5cc1d097188da4396f423a076ac6282a1'/>
<id>urn:sha1:2009b4a5cc1d097188da4396f423a076ac6282a1</id>
<content type='text'>
to look identical on Firefox. New versions of Firefox appear to have changed behavior to agree with Chrome.
</content>
</entry>
<entry>
<title>Fix display of aliases in rustdoc search results</title>
<updated>2023-07-18T12:34:24+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-07-18T12:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3dec71ea8f3dc2a74f6f125e580fa8b36c91dee9'/>
<id>urn:sha1:3dec71ea8f3dc2a74f6f125e580fa8b36c91dee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: use `src` consistently over `source` in JavaScript</title>
<updated>2023-07-14T23:54:14+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-07-14T23:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e72fba416014427d14f37fa9efb48ef6a6208bf3'/>
<id>urn:sha1:e72fba416014427d14f37fa9efb48ef6a6208bf3</id>
<content type='text'>
Since the directory that contains source files is called `src`,
it makes sense to name the scripts that way, too.
</content>
</entry>
<entry>
<title>rustdoc: use `src` consistently over `source` in code</title>
<updated>2023-07-14T23:38:01+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-07-14T23:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34bc8fbea3b72ce1f9254dbed85fddb2d7985f75'/>
<id>urn:sha1:34bc8fbea3b72ce1f9254dbed85fddb2d7985f75</id>
<content type='text'>
The CSS uses an inconsistent mix of both. This commit switches
it to always use `src`.
</content>
</entry>
<entry>
<title>Fix display of long inline cfg labels</title>
<updated>2023-07-03T11:26:37+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-07-03T11:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75cc2b8e8ceadca1672594a7e2056eade5da951d'/>
<id>urn:sha1:75cc2b8e8ceadca1672594a7e2056eade5da951d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix display of long items in search results</title>
<updated>2023-06-28T09:14:02+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-06-27T13:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c10eb0b6af6aee3d88c58cd30cfe47ae85896eb'/>
<id>urn:sha1:0c10eb0b6af6aee3d88c58cd30cfe47ae85896eb</id>
<content type='text'>
</content>
</entry>
</feed>
