<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc/tuple-struct-fields-doc.rs, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<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>rustdoc: update test cases for `.sidebar-title` -&gt; `.sidebar-elems h3`</title>
<updated>2022-10-15T18:53:53+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-10-15T18:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0371d123868b2a63db886d8549e2d116d58b21f'/>
<id>urn:sha1:f0371d123868b2a63db886d8549e2d116d58b21f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: Fix incorrect usage of `@!has` and `@!matches`</title>
<updated>2022-08-13T04:56:16+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2022-08-13T04:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d588e928e7db77f9a810b1b5de02521dbf5ee5e'/>
<id>urn:sha1:0d588e928e7db77f9a810b1b5de02521dbf5ee5e</id>
<content type='text'>
`@!has` (and `@!matches`) with two arguments used to treat the second
argument as a literal string of HTML code. Now, that feature has been
renamed into `@!hasraw` (and `@!matchesraw`), and the arity-2 `@!has`
version is an error.

These uses thought the second argument was being treated as an XPath, as
with the arity-3 version, but in fact was being treated as literal HTML.
Because these were checking for the *absence* of the string, the tests
silently did nothing -- an XPath string won't ever be showing up in the
test's generated HTML!
</content>
</entry>
<entry>
<title>Update `@!has` name in tests</title>
<updated>2022-08-13T04:52:16+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2022-08-12T04:44:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b34e2404fd375e1bc18c1191639e4e67bdbc7d19'/>
<id>urn:sha1:b34e2404fd375e1bc18c1191639e4e67bdbc7d19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: do not emit tuple variant fields if none are documented</title>
<updated>2022-01-11T21:44:03+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2021-12-09T01:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4193f2da2d3553162af383dbeaf5f8ef5908dafd'/>
<id>urn:sha1:4193f2da2d3553162af383dbeaf5f8ef5908dafd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ID "main" into "main-content"</title>
<updated>2021-12-02T13:17:20+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2021-11-29T16:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7e998dd14a8eed64df84d3a0ae05a906d7df152'/>
<id>urn:sha1:d7e998dd14a8eed64df84d3a0ae05a906d7df152</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve display of enum variants</title>
<updated>2021-10-30T23:35:26+00:00</updated>
<author>
<name>Jacob Hoffman-Andrews</name>
<email>github@hoffman-andrews.com</email>
</author>
<published>2021-10-20T05:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69df43b041f76251391f11264c1ff763ca2a64a0'/>
<id>urn:sha1:69df43b041f76251391f11264c1ff763ca2a64a0</id>
<content type='text'>
Use h3 and h4 for the variant name and the "Fields" subheading.
Remove the "of T" part of the "Fields" subheading.
Remove border-bottom from "Fields" subheading.
Move docblock below "Fields" listing.
</content>
</entry>
<entry>
<title>Add test for enum item tuple fields documentation</title>
<updated>2021-07-26T09:15:20+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2021-07-25T19:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fbf78e1f9cc80ba5a68078c3cf2cb4d03aa7b00c'/>
<id>urn:sha1:fbf78e1f9cc80ba5a68078c3cf2cb4d03aa7b00c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test for tuple struct documentation fields</title>
<updated>2021-07-25T19:19:21+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2021-07-25T12:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19f30b72b30c7745d3ed126ebeaf3fe3d253677f'/>
<id>urn:sha1:19f30b72b30c7745d3ed126ebeaf3fe3d253677f</id>
<content type='text'>
</content>
</entry>
</feed>
