<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc/whitespace-after-where-clause.struct2.html, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-10-31T13:58:03+00:00</updated>
<entry>
<title>Accept less invalid Rust in rustdoc</title>
<updated>2023-10-31T13:58:03+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-10-31T13:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4512f211ae77306b0cd0686a7871d56edbf36d30'/>
<id>urn:sha1:4512f211ae77306b0cd0686a7871d56edbf36d30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace nbsp in all rustdoc code blocks</title>
<updated>2023-02-03T15:15:44+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-02-02T22:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=784665d4ce59c5239791f1f96fa2137e47ca1817'/>
<id>urn:sha1:784665d4ce59c5239791f1f96fa2137e47ca1817</id>
<content type='text'>
Co-Authored-By: David Tolnay &lt;dtolnay@gmail.com&gt;
</content>
</entry>
<entry>
<title>rustdoc: remove unnecessary wrapper div.item-decl from HTML</title>
<updated>2023-01-30T18:06:18+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-01-30T18:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7080f80e8b64eb5f2037de50991edb9e82aee3a5'/>
<id>urn:sha1:7080f80e8b64eb5f2037de50991edb9e82aee3a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: rearrange HTML in primitive reference links</title>
<updated>2023-01-24T00:32:22+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-01-24T00:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e65b36110f943118b7e50c4e39e26ad1f07d8552'/>
<id>urn:sha1:e65b36110f943118b7e50c4e39e26ad1f07d8552</id>
<content type='text'>
This patch avoids hard-to-click single character links by making
the generic part of the link:

Before: &lt;a href="#"&gt;&amp;&lt;/a&gt;T

After: &lt;a href="#"&gt;&amp;T&lt;/a&gt;
</content>
</entry>
<entry>
<title>rustdoc: remove redundant item kind class from `.item-decl &gt; pre`</title>
<updated>2023-01-14T18:34:03+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-01-14T17:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a3f70c94e280cbd8354874438643d15ca6ef319'/>
<id>urn:sha1:3a3f70c94e280cbd8354874438643d15ca6ef319</id>
<content type='text'>
This class originated in the very first commit of `rustdoc_ng`, and was used
to add a color border around the item decl based on its kind.

https://github.com/rust-lang/rust/blob/4fd061c426902b0904c65e64a3780b21f9ab3afb/src/rustdoc_ng/html/static/main.css#L102-L106

The item decl no longer has a border, and there aren't any
kind-specific styles in modern rustdoc's rendering of this UI item.

Most of this commit is updating test cases so that they use `item-decl` to
find the `&lt;pre&gt;` tag instead of relying on the fact that the class name
had `rust {kind}` in it while other `&lt;pre&gt;` tags only had class `rust`.
</content>
</entry>
<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>
</feed>
