<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-ui, 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>2025-09-10T16:44:20+00:00</updated>
<entry>
<title>Add new ui tests for `rustdoc::bare_urls`</title>
<updated>2025-09-10T16:44:20+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-09-10T13:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3205e4db0f9278ce06240b9de20d0802afef1de9'/>
<id>urn:sha1:3205e4db0f9278ce06240b9de20d0802afef1de9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ui test for unsupported `doc(attribute = "...")` case for attributes with namespace</title>
<updated>2025-08-28T16:24:58+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-08-28T14:27:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3c023433f6e44be208f9e3bb74528449da730c1'/>
<id>urn:sha1:f3c023433f6e44be208f9e3bb74528449da730c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for `doc(attribute = "...")` attribute</title>
<updated>2025-08-28T13:56:30+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-06-13T19:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75cbd05d19a7cfb0819f15a57f2561cd28a956a7'/>
<id>urn:sha1:75cbd05d19a7cfb0819f15a57f2561cd28a956a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #145535 - lolbinarycat:rustdoc-invalid_html_tags-svg-145529, r=GuillaumeGomez</title>
<updated>2025-08-26T04:19:16+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-08-26T04:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aecc0287efcb91105bfd4751fc5a4e1873348758'/>
<id>urn:sha1:aecc0287efcb91105bfd4751fc5a4e1873348758</id>
<content type='text'>
make rustdoc::invalid_html_tags more robust

best reviewed a commit at a time.

I kept finding more edge case so I ended up having to make quite significant changes to the parser in order to make it preserve state across events and handle multiline attributes correctly.

fixes rust-lang/rust#145529
</content>
</entry>
<entry>
<title>Bless rustdoc-ui.</title>
<updated>2025-08-22T20:31:24+00:00</updated>
<author>
<name>Camille Gillot</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2025-08-22T20:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0327e2b87e0df215a41a4b8c367c28b3dbdb3b22'/>
<id>urn:sha1:0327e2b87e0df215a41a4b8c367c28b3dbdb3b22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor rustdoc::invalid_html_tags tag parser</title>
<updated>2025-08-21T20:00:01+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-08-17T16:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=15a8999aedc0e3a0eb7b4e956dd79b3a2f28f2a3'/>
<id>urn:sha1:15a8999aedc0e3a0eb7b4e956dd79b3a2f28f2a3</id>
<content type='text'>
previously, this lint did not distinguish between `&lt;img` and `&lt;img&gt;`,
and since the latter should be accepted under html5,
the former was also accepted.

the parser now also handles multi-line tags and multi-line attributes.
</content>
</entry>
<entry>
<title>add regression test for #145529</title>
<updated>2025-08-21T20:00:00+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-08-17T17:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e50fed79a857ccf3ea516fb4d7fdab665b7a573c'/>
<id>urn:sha1:e50fed79a857ccf3ea516fb4d7fdab665b7a573c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update uitests</title>
<updated>2025-08-14T16:18:42+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-08-09T18:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4bb7bf64e07fee97439ee6e647aa2b58cbaac54d'/>
<id>urn:sha1:4bb7bf64e07fee97439ee6e647aa2b58cbaac54d</id>
<content type='text'>
Signed-off-by: Jonathan Brouwer &lt;jonathantbrouwer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease,GuillaumeGomez</title>
<updated>2025-08-12T10:37:50+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-08-12T10:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31e5316cd9d6ebb8cdbbc46e42faacc99762fc41'/>
<id>urn:sha1:31e5316cd9d6ebb8cdbbc46e42faacc99762fc41</id>
<content type='text'>
Don't emit `rustdoc::broken_intra_doc_links` for GitHub-flavored Markdown admonitions like `[!NOTE]`

fixes rust-lang/rust#141866
</content>
</entry>
<entry>
<title>don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE]</title>
<updated>2025-08-11T15:50:44+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-08-04T19:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c022ed99274b6d8d243fcaac0450080e90e4c079'/>
<id>urn:sha1:c022ed99274b6d8d243fcaac0450080e90e4c079</id>
<content type='text'>
</content>
</entry>
</feed>
