<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc/intra-doc, 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>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: Resolve doc links in external traits having local impls</title>
<updated>2022-11-13T14:20:24+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2022-11-13T13:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e81cc262e08e4c93df3ac9c1a3814372e4908c8'/>
<id>urn:sha1:8e81cc262e08e4c93df3ac9c1a3814372e4908c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: Do not add external traits to the crate in `register_res`</title>
<updated>2022-10-30T14:50:07+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2022-10-27T17:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59b8ff97b2e15e4058a9d931e525572728c6ef0e'/>
<id>urn:sha1:59b8ff97b2e15e4058a9d931e525572728c6ef0e</id>
<content type='text'>
It's not clear why it was done, and apparently it's no longer necessary now.
Such additions are unpredictable for early doc link resolution and would force us to collect all doc links from all external traits.
</content>
</entry>
<entry>
<title>rustdoc: Do not expect `doc(primitive)` modules to always exist</title>
<updated>2022-10-16T16:44:50+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2022-10-16T16:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c65f3db2d947a616c9c50ee6ba72d40141a49e3e'/>
<id>urn:sha1:c65f3db2d947a616c9c50ee6ba72d40141a49e3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update rustdoc tests</title>
<updated>2022-10-10T16:28:29+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-09-13T10:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c23ed655eb1244cf0fb5d51d7bdb4e473b540e15'/>
<id>urn:sha1:c23ed655eb1244cf0fb5d51d7bdb4e473b540e15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `@hastext` to `@hasraw` (same for `matches`)</title>
<updated>2022-08-13T04:37:13+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2022-08-10T20:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13d53273f81142cbea70e63730f0adc199723153'/>
<id>urn:sha1:13d53273f81142cbea70e63730f0adc199723153</id>
<content type='text'>
I think `@hasraw` is slightly clearer than `@hastext` since it is
actually matching against the raw HTML, not the text nodes.
</content>
</entry>
<entry>
<title>Update tests: arity-2 `@{has,matches}` -&gt; `...text`</title>
<updated>2022-08-13T04:36:50+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2022-08-10T20:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37eed1d1ff3f433b4d6af02e65f6550d10b568f8'/>
<id>urn:sha1:37eed1d1ff3f433b4d6af02e65f6550d10b568f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix failing test</title>
<updated>2022-08-10T04:18:12+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2022-08-10T04:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bfcfd2242e2e5a8ad1599ad916e288b0e025eb8'/>
<id>urn:sha1:7bfcfd2242e2e5a8ad1599ad916e288b0e025eb8</id>
<content type='text'>
For some reason, adding some text to match against makes this test pass.
Before, when it was *more* general, it was failing!

This seems very likely to be a bug in htmldocck, which I'm going to
investigate.
</content>
</entry>
<entry>
<title>Add regression test for #93205</title>
<updated>2022-08-10T02:57:56+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2022-08-09T23:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fcbdf08a86216291ff747500b7cfe4d11feb92ad'/>
<id>urn:sha1:fcbdf08a86216291ff747500b7cfe4d11feb92ad</id>
<content type='text'>
This issue was most likely fixed by #93805.
</content>
</entry>
<entry>
<title>Remove FIXME from rustdoc intra-doc test</title>
<updated>2022-07-03T18:23:30+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-07-03T18:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce9e834b6b4ce59f14a19d2d0a774f61f81eab4c'/>
<id>urn:sha1:ce9e834b6b4ce59f14a19d2d0a774f61f81eab4c</id>
<content type='text'>
</content>
</entry>
</feed>
