<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc/const-generics, 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>2024-07-17T10:01:29+00:00</updated>
<entry>
<title>Split part of `adt_const_params` into `unsized_const_params`</title>
<updated>2024-07-17T10:01:29+00:00</updated>
<author>
<name>Boxy</name>
<email>supbscripter@gmail.com</email>
</author>
<published>2024-07-14T12:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0c11bf6e3fea61711af107c896a763a71606340'/>
<id>urn:sha1:d0c11bf6e3fea61711af107c896a763a71606340</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>[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives</title>
<updated>2024-02-22T16:04:04+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-22T12:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e48b96692d63a79a14563f27fe5185f122434f8'/>
<id>urn:sha1:6e48b96692d63a79a14563f27fe5185f122434f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: fix and refactor HTML rendering a bit</title>
<updated>2024-02-16T20:29:16+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2024-02-15T19:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5fbb1b2f4dd858f21da7ba56f9e5011b43a0af4b'/>
<id>urn:sha1:5fbb1b2f4dd858f21da7ba56f9e5011b43a0af4b</id>
<content type='text'>
</content>
</entry>
<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>rustdoc: elide cross-crate default generic arguments</title>
<updated>2023-10-30T15:44:52+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2023-06-09T13:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58a80c85b9323e59e1b7e744d6782997a3dcb5ce'/>
<id>urn:sha1:58a80c85b9323e59e1b7e744d6782997a3dcb5ce</id>
<content type='text'>
</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>Render missing fields in tuple struct/enum as /* private fields */</title>
<updated>2023-09-06T09:16:05+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-04-24T17:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1abbd4cd4fa1c18c706505b71ed49cf0fda0ebee'/>
<id>urn:sha1:1abbd4cd4fa1c18c706505b71ed49cf0fda0ebee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez</title>
<updated>2023-02-09T17:48:34+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>99973273+Dylan-DPC@users.noreply.github.com</email>
</author>
<published>2023-02-09T17:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=188dd72b5ff713e35607b3a19901aaa189b4876e'/>
<id>urn:sha1:188dd72b5ff713e35607b3a19901aaa189b4876e</id>
<content type='text'>
rustdoc: use the same URL escape rules for fragments as for examples

Carries over improvements from #107284
</content>
</entry>
<entry>
<title>rustdoc: use a newline instead of `&lt;br&gt;` to format code headers</title>
<updated>2023-02-07T18:23:25+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-02-07T18:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8307fd7901c9832e7b22ee5139efe6f7f2d291b3'/>
<id>urn:sha1:8307fd7901c9832e7b22ee5139efe6f7f2d291b3</id>
<content type='text'>
Since these elements now use `white-space: pre-wrap` since
784665d4ce59c5239791f1f96fa2137e47ca1817, it's fine to use newlines
for formatting, which is smaller and a bit less complicated.
</content>
</entry>
</feed>
