<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/render/context.rs, branch 1.62.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.62.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.62.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-05-11T09:27:00+00:00</updated>
<entry>
<title>Add missing CSS file for settings page</title>
<updated>2022-05-11T09:27:00+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-05-11T09:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84615e868b339716a93e7e05f9fb07356c5a9610'/>
<id>urn:sha1:84615e868b339716a93e7e05f9fb07356c5a9610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move settings into full JS</title>
<updated>2022-04-30T11:12:41+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-01-19T21:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9625ed8be7fa66c3ee5f78180a3d5911817096f6'/>
<id>urn:sha1:9625ed8be7fa66c3ee5f78180a3d5911817096f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `def_id` into `item_id` when the type is `ItemId` for readability</title>
<updated>2022-04-16T12:28:09+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-04-16T12:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1e6211c5ccb606a8a470a3e6c4290843542e3cb'/>
<id>urn:sha1:b1e6211c5ccb606a8a470a3e6c4290843542e3cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add scrape examples help page</title>
<updated>2022-03-28T01:11:57+00:00</updated>
<author>
<name>Will Crichton</name>
<email>wcrichto@cs.stanford.edu</email>
</author>
<published>2022-02-15T03:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1416d528aa17623c15d51839a5cfeee7bfdbc35'/>
<id>urn:sha1:d1416d528aa17623c15d51839a5cfeee7bfdbc35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustdoc: adopt let else in more places</title>
<updated>2022-03-04T09:33:29+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2022-02-18T23:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=565f644edfb83c2e5bc082fea2bf7045639fb179'/>
<id>urn:sha1:565f644edfb83c2e5bc082fea2bf7045639fb179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent generation of infinite redirections</title>
<updated>2022-02-22T15:18:18+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-02-22T14:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a849857bda0a474c16b4cd36a10c1ef4adf3caed'/>
<id>urn:sha1:a849857bda0a474c16b4cd36a10c1ef4adf3caed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix macro reexports duplicates in the sidebar</title>
<updated>2022-02-14T20:43:12+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-02-14T20:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc4b0a774cb371e047310c6777477c754aedbb7e'/>
<id>urn:sha1:bc4b0a774cb371e047310c6777477c754aedbb7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify and unify rustdoc sidebar styles</title>
<updated>2022-01-18T18:43:14+00:00</updated>
<author>
<name>Jacob Hoffman-Andrews</name>
<email>github@hoffman-andrews.com</email>
</author>
<published>2022-01-07T00:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a5f8b1aef1417d7dc85b5d0a229d2db1930eb7c'/>
<id>urn:sha1:6a5f8b1aef1417d7dc85b5d0a229d2db1930eb7c</id>
<content type='text'>
This switches to just use size, weight, and spacing to distinguish
headings in the sidebar. We no longer use boxes, horizontal bars, or
centering to distinguish headings. This makes it much easier to
understand the hierarchy of headings, and reduces visual noise.

I also refactored how the mobile topbar works. Previously, we tried to
shift around elements from the sidebar to make the topbar. Now, the
topbar gets its own elements, which can be styled on their own. This
makes styling and reasoning about those elements simpler.

Because the heading font sizes are bigger, increase the sidebar width
slightly.

As a very minor change, removed version from the "All types" page. It's
now only on the crate page.
</content>
</entry>
<entry>
<title>rustdoc: avoid many `Symbol` to `String` conversions.</title>
<updated>2022-01-14T19:57:18+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2021-12-14T19:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10b1c9aa8b28f50cf7332960d1fc1e9b1d120eb7'/>
<id>urn:sha1:10b1c9aa8b28f50cf7332960d1fc1e9b1d120eb7</id>
<content type='text'>
Particularly when constructing file paths and fully qualified paths.
This avoids a lot of allocations, speeding things up on almost all
examples.
</content>
</entry>
<entry>
<title>Auto merge of #92526 - djc:rustdoc-askama, r=jsha</title>
<updated>2022-01-13T00:29:34+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2022-01-13T00:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e916815d21e37af5cd85f9eb67cda155d7129fff'/>
<id>urn:sha1:e916815d21e37af5cd85f9eb67cda155d7129fff</id>
<content type='text'>
Migrate rustdoc from Tera to Askama

See #84419.

Should probably get a benchmarking run to verify if it has the intended effect on rustdoc performance.

cc `@jsha` `@jyn514.`
</content>
</entry>
</feed>
