<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc/primitive, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-15T17:26:03+00:00</updated>
<entry>
<title>rustdoc-search: search backend with partitioned suffix tree</title>
<updated>2025-08-15T17:26:03+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-11-22T19:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8511e40e7294e1efcc64b81d43969b6bf0f14c2d'/>
<id>urn:sha1:8511e40e7294e1efcc64b81d43969b6bf0f14c2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: `{Meta,Pointee,}Sized` in non-minicore</title>
<updated>2025-06-16T23:04:36+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-03-02T23:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da47753496c3a51e4cedbecde5b4f3ee39333945'/>
<id>urn:sha1:da47753496c3a51e4cedbecde5b4f3ee39333945</id>
<content type='text'>
Some rustdoc tests are `no_core` and need to have `MetaSized` and
`PointeeSized` added to them.
</content>
</entry>
<entry>
<title>Move primitive rustdoc tests into the `primitive` sub folder</title>
<updated>2025-05-05T15:47:18+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-05-05T15:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e245c3bc6bb7d278106649be9a03fc9b374e196b'/>
<id>urn:sha1:e245c3bc6bb7d278106649be9a03fc9b374e196b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update `tests/rustdoc` to new test syntax</title>
<updated>2024-06-24T09:08:41+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-06-21T12:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b67035579fc6157ca2f3fb8b7e6071ff6d888bc'/>
<id>urn:sha1:1b67035579fc6157ca2f3fb8b7e6071ff6d888bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `f16` and `f128` to rustdoc's `PrimitiveType`</title>
<updated>2024-04-07T03:47:40+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2024-04-07T02:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ebc86e6f5846c4e8995e20416dd25cd1bf137b7e'/>
<id>urn:sha1:ebc86e6f5846c4e8995e20416dd25cd1bf137b7e</id>
<content type='text'>
Fix a few places where these primitives were missing from librustdoc.
</content>
</entry>
<entry>
<title>rustdoc: update test cases for changes to the printing style</title>
<updated>2023-09-21T22:16:44+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-03-21T00:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3583e86674749c279e7edd96641255bbf8595de1'/>
<id>urn:sha1:3583e86674749c279e7edd96641255bbf8595de1</id>
<content type='text'>
This whole thing changes it so that the JS and the UI both use
rustc's own path printing to handle the impl IDs. This results in
the format changing a little bit; full paths are used in spots
where they aren't strictly necessary, and the path sometimes uses
generics where the old system used the trait's own name, but it
shouldn't matter since the orphan rules will prevent it anyway.
</content>
</entry>
<entry>
<title>Update tests for rustc_doc_primitive</title>
<updated>2023-03-30T20:56:52+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-03-21T15:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ef8d2d6075bcac4975b271684ebc6e67c20c83e'/>
<id>urn:sha1:3ef8d2d6075bcac4975b271684ebc6e67c20c83e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename tests to ensure they don't have overlapping names.</title>
<updated>2023-03-23T04:12:40+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2023-03-23T04:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2da2ade0f7b289cd2d670fa6c77f50b3559ede2b'/>
<id>urn:sha1:2da2ade0f7b289cd2d670fa6c77f50b3559ede2b</id>
<content type='text'>
Some tests will delete their output directory before starting.
The output directory is based on the test names.
If one test is the prefix of another test, then when that test
starts, it could try to delete the output directory of the other
test with the longer path.
</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>
