<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/highlight/fixtures/highlight.html, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-08-14T11:31:46+00:00</updated>
<entry>
<title>Update rustdoc tests</title>
<updated>2022-08-14T11:31:46+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-08-11T21:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e574e100c47d1800e05d14cbaae959c11f320ed'/>
<id>urn:sha1:6e574e100c47d1800e05d14cbaae959c11f320ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: don't generate DOM element for operator</title>
<updated>2022-08-12T00:00:17+00:00</updated>
<author>
<name>Jacob Hoffman-Andrews</name>
<email>github@hoffman-andrews.com</email>
</author>
<published>2022-08-11T13:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd4613cbc091860d4b56f506b195b92c87f022a1'/>
<id>urn:sha1:dd4613cbc091860d4b56f506b195b92c87f022a1</id>
<content type='text'>
In our source page highlighting, we were generating `&lt;span class="op"&gt;`
tags for all "operators", including e.g. `&lt;` `&gt;` around generic
parameters, `*`, `&amp;`. This contributed significantly to DOM size, but
we don't actually style `.op` except in the ayu theme.

Remove the styles for `.op` in ayu, and stop generating the `&lt;span&gt;`s.

This reduces DOM size of an example page[1] from 265,938 HTML elements
to 242,165 elements, a 9% reduction.

[1]:
https://doc.rust-lang.org/nightly/src/core/up/up/stdarch/crates/core_arch/src/x86/avx512f.rs.html
</content>
</entry>
<entry>
<title>Fix invalid generation of HTML in highlight</title>
<updated>2021-08-05T21:08:29+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2021-05-12T15:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b336f2801c1d458990b7122bc4eba126beea37f9'/>
<id>urn:sha1:b336f2801c1d458990b7122bc4eba126beea37f9</id>
<content type='text'>
</content>
</entry>
</feed>
