<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/static, branch 1.82.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.82.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.82.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-08-31T18:36:27+00:00</updated>
<entry>
<title>Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notriddle</title>
<updated>2024-08-31T18:36:27+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-08-31T18:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=828f7c895a5c44161811b566e9bee6451536297f'/>
<id>urn:sha1:828f7c895a5c44161811b566e9bee6451536297f</id>
<content type='text'>
Fix code examples buttons not appearing on click on mobile

When browsing docs on mobile today, I realized that the buttons didn't appear when I tapped on the code example.

One issue: I have no idea how to add a regression test for this case...

r? ``@notriddle``
</content>
</entry>
<entry>
<title>Fix code examples buttons not appearing on click on mobile</title>
<updated>2024-08-31T15:26:54+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-08-31T15:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=670a78b3a78ef341da7cdcafde58923a66b82ff9'/>
<id>urn:sha1:670a78b3a78ef341da7cdcafde58923a66b82ff9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate core search logic with search ui</title>
<updated>2024-08-28T16:26:16+00:00</updated>
<author>
<name>Folyd</name>
<email>lyshuhow@gmail.com</email>
</author>
<published>2024-06-09T06:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1eb4cb452b62f82037e192cfb201e8795ce342ff'/>
<id>urn:sha1:1eb4cb452b62f82037e192cfb201e8795ce342ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddle</title>
<updated>2024-08-25T02:03:32+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>t.gross35@gmail.com</email>
</author>
<published>2024-08-25T02:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=093249af709b560ed767da588a37cafa6672ce6f'/>
<id>urn:sha1:093249af709b560ed767da588a37cafa6672ce6f</id>
<content type='text'>
rustdoc: show exact case-sensitive matches first

fixes #119480
</content>
</entry>
<entry>
<title>rustdoc: show exact case-sensitive matches first</title>
<updated>2024-08-23T17:05:24+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2024-08-22T21:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c5e888eb6846d4c777bd05cbc6af06a50faeb6a'/>
<id>urn:sha1:4c5e888eb6846d4c777bd05cbc6af06a50faeb6a</id>
<content type='text'>
fixes #119480
</content>
</entry>
<entry>
<title>rustdoc-search: use tighter json for names and parents</title>
<updated>2024-08-22T21:33:25+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-08-22T18:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8151de2820442d2d19a5cabaefcafc64d7490c6f'/>
<id>urn:sha1:8151de2820442d2d19a5cabaefcafc64d7490c6f</id>
<content type='text'>
File size
---------

```console
$ du -hs doc.old/search-index1.82.0.js doc/search-index1.82.0.js
3.2M    doc.old/search-index1.82.0.js
2.8M    doc/search-index1.82.0.js
$ gzip doc/search-index1.82.0.js
$ gzip doc.old/search-index1.82.0.js
$ du -hs doc.old/search-index1.82.0.js.gz doc/search-index1.82.0.js.gz
464K    doc.old/search-index1.82.0.js.gz
456K    doc/search-index1.82.0.js.gz
$ du -hs compiler-doc.old/search-index.js compiler-doc/search-index.js
8.5M    compiler-doc.old/search-index.js
6.5M    compiler-doc/search-index.js
$ gzip compiler-doc/search-index1.82.0.js
$ gzip compiler-doc.old/search-index1.82.0.js
$ du -hs compiler-doc.old/search-index.js.gz compiler-doc/search-index.js.gz
1.4M    compiler-doc.old/search-index.js.gz
1.4M    compiler-doc/search-index.js.gz
```
</content>
</entry>
<entry>
<title>rustdoc: animate the `:target` highlight</title>
<updated>2024-08-20T01:14:35+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-08-19T23:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d7574f9b0925a5b681e19e81f96ad8d5f2a5be2'/>
<id>urn:sha1:9d7574f9b0925a5b681e19e81f96ad8d5f2a5be2</id>
<content type='text'>
This approach is, roughly, based on how Discourse does it.
It came up while discussing some other possible sidebar changes,
as a design that made rapid scanning easier while avoiding the
inherent trade-offs in summarizing.
</content>
</entry>
<entry>
<title>Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc</title>
<updated>2024-08-12T15:09:15+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2024-08-12T15:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6e3385d95ec6d7b3c7faca6f53b5802f5f4742f'/>
<id>urn:sha1:c6e3385d95ec6d7b3c7faca6f53b5802f5f4742f</id>
<content type='text'>
Unify run button display with "copy code" button and with mdbook buttons

Follow-up of https://github.com/rust-lang/rust/pull/128339.

It looks like this (coherency++, yeay!):

![Screenshot from 2024-07-30 15-16-31](https://github.com/user-attachments/assets/5e262e5b-f338-4085-94ca-e223033a43db)

Can be tested [here](https://rustdoc.crud.net/imperio/run-button/foo/struct.Bar.html).

r? `@notriddle`
</content>
</entry>
<entry>
<title>rustdoc-search: account for numeric disambiguators on impls</title>
<updated>2024-08-06T14:36:12+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2024-08-06T14:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a183256ad74eadc3c96ed337b70c1ad8897035f'/>
<id>urn:sha1:3a183256ad74eadc3c96ed337b70c1ad8897035f</id>
<content type='text'>
Fixes #128676
</content>
</entry>
<entry>
<title>Prevent clicking on a link or on a button to toggle the code example buttons visibility</title>
<updated>2024-08-05T09:05:40+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-07-30T18:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59cb15946df94502bd6aa240e8c3700a4326a433'/>
<id>urn:sha1:59cb15946df94502bd6aa240e8c3700a4326a433</id>
<content type='text'>
</content>
</entry>
</feed>
