<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/render/mod.rs, branch 1.73.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.73.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.73.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-08-16T14:35:23+00:00</updated>
<entry>
<title>Use more named format args</title>
<updated>2023-08-16T14:35:23+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-08-15T12:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16b34bfae3f3a933b216dc6659ae4702168c723a'/>
<id>urn:sha1:16b34bfae3f3a933b216dc6659ae4702168c723a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve code readability by moving fmt args directly into the string</title>
<updated>2023-08-16T14:35:23+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-08-14T20:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1a94b1c0f0b990fa5dc0ecf05ba3acaa17a1d9a'/>
<id>urn:sha1:a1a94b1c0f0b990fa5dc0ecf05ba3acaa17a1d9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unneeded `clone()` calls</title>
<updated>2023-07-30T11:26:36+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-07-29T13:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=148a0c1673110e36cbec83297facba74b000a6c1'/>
<id>urn:sha1:148a0c1673110e36cbec83297facba74b000a6c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Group `write` calls when possible and use new format args</title>
<updated>2023-07-29T12:40:00+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2023-07-27T13:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7871e55374e1a38e3c6004eaa19fd839a777df3'/>
<id>urn:sha1:b7871e55374e1a38e3c6004eaa19fd839a777df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Render generic const items in rustdoc</title>
<updated>2023-07-28T20:21:42+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2023-07-02T22:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a011dd9dacef28a53c868fa537c45fe81415c733'/>
<id>urn:sha1:a011dd9dacef28a53c868fa537c45fe81415c733</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: handle cross-crate RPITITs correctly</title>
<updated>2023-07-22T10:20:17+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2023-07-22T10:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5924043b868e31623f50a86d6eb41d10ac8e5173'/>
<id>urn:sha1:5924043b868e31623f50a86d6eb41d10ac8e5173</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,GuillaumeGomez</title>
<updated>2023-07-20T15:19:32+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-07-20T15:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=80f749dfa078abc6bad96a4106f46a2853a4b898'/>
<id>urn:sha1:80f749dfa078abc6bad96a4106f46a2853a4b898</id>
<content type='text'>
rustdoc: fix position of `default` in method rendering

With the following code:
```rs
#![feature(specialization)]

pub trait A {
    unsafe fn a();
}

impl A for () {
    default unsafe fn a() {}
}
```
rustdoc would render the `impl` of `a` as
```rs
unsafe default fn a()
```
which is inconsistent with the actual position of `default`.
This PR fixes this issue.
</content>
</entry>
<entry>
<title>rustdoc: use `src` consistently over `source` in code</title>
<updated>2023-07-14T23:38:01+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-07-14T23:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34bc8fbea3b72ce1f9254dbed85fddb2d7985f75'/>
<id>urn:sha1:34bc8fbea3b72ce1f9254dbed85fddb2d7985f75</id>
<content type='text'>
The CSS uses an inconsistent mix of both. This commit switches
it to always use `src`.
</content>
</entry>
<entry>
<title>Re-format let-else per rustfmt update</title>
<updated>2023-07-13T01:49:27+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2023-07-13T01:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc907f80b95c6ec530c5ee1b05b044a468f07eca'/>
<id>urn:sha1:cc907f80b95c6ec530c5ee1b05b044a468f07eca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: fix position of `default` in method rendering</title>
<updated>2023-06-23T22:39:31+00:00</updated>
<author>
<name>wackbyte</name>
<email>wackbyte@pm.me</email>
</author>
<published>2023-04-24T14:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c67aea7fddcf613abd3c76ee4ac31eced6da8265'/>
<id>urn:sha1:c67aea7fddcf613abd3c76ee4ac31eced6da8265</id>
<content type='text'>
</content>
</entry>
</feed>
