<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/highlight, 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-02-12T15:50:06+00:00</updated>
<entry>
<title>Nuke `Buffer` abstraction from `librustdoc` 💣</title>
<updated>2025-02-12T15:50:06+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-02-09T18:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d99d8c249d3c965ab8a006dfe10a46214395682d'/>
<id>urn:sha1:d99d8c249d3c965ab8a006dfe10a46214395682d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update rustdoc tests</title>
<updated>2025-02-11T13:29:58+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-02-07T16:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=673fd23dff47bf72953d1408b1cfbd45f6ef859b'/>
<id>urn:sha1:673fd23dff47bf72953d1408b1cfbd45f6ef859b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: pass around decoration info by ref</title>
<updated>2025-01-22T05:13:38+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-01-14T11:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=73fc7af716d614eb88cff01017ac56e700d03aaa'/>
<id>urn:sha1:73fc7af716d614eb88cff01017ac56e700d03aaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle `librustdoc` cases of `rustc::potential_query_instability` lint</title>
<updated>2024-10-06T07:39:03+00:00</updated>
<author>
<name>ismailarilik</name>
<email>arilik.ismail@gmail.com</email>
</author>
<published>2024-10-06T07:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0a20b484d0b88183ddd46b82aa47d7bbfe48468'/>
<id>urn:sha1:e0a20b484d0b88183ddd46b82aa47d7bbfe48468</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Add regression test for inclusion of whitespace characters in rustdoc highlighting</title>
<updated>2024-02-28T15:08:46+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-02-27T16:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=632d26aeff1a943d4791ddad3025af61e0ff2256'/>
<id>urn:sha1:632d26aeff1a943d4791ddad3025af61e0ff2256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: do not escape quotes in body text</title>
<updated>2023-12-01T22:15:45+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2023-12-01T18:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6da2b7dd8f9e32fe94969ebcf8f8745c2b2108aa'/>
<id>urn:sha1:6da2b7dd8f9e32fe94969ebcf8f8745c2b2108aa</id>
<content type='text'>
Escaping quote marks is only needed in attributes, not text.

```console
$ du -hs doc-old/ doc-new/
670M    doc-old/
669M    doc-new/
```
</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>rustdoc: rename syntax highlighting CSS class `attribute` to `attr`</title>
<updated>2022-10-31T20:55:39+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-10-31T20:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6432bb71b63bc9e929aff8f93b5c55fe25d4b1d8'/>
<id>urn:sha1:6432bb71b63bc9e929aff8f93b5c55fe25d4b1d8</id>
<content type='text'>
Link classes use the abbreviation `attr`, so why shouldn't
syntax highlighting?
</content>
</entry>
</feed>
