<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/static/css/rustdoc.css, branch 1.62.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.62.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.62.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-05-10T14:40:32+00:00</updated>
<entry>
<title>Remove unused CSS rule</title>
<updated>2022-05-10T14:40:32+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-05-10T14:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9fc7ef0979bf2aafe6bfb67b3f112cfd4fee414'/>
<id>urn:sha1:f9fc7ef0979bf2aafe6bfb67b3f112cfd4fee414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGomez,jsha</title>
<updated>2022-05-06T18:05:38+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2022-05-06T18:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fcb0bce25cb01ff2cc26ef41ea1f3be7893ff0a6'/>
<id>urn:sha1:fcb0bce25cb01ff2cc26ef41ea1f3be7893ff0a6</id>
<content type='text'>
rustdoc: when running a function-signature search, tweak the tab bar

# Before

![In Names (7) / In Parameters (0) / In Return types (0)](https://user-images.githubusercontent.com/1593513/166122875-ffdeafe6-8d4d-4e61-84a6-f5986b50ac35.png)

# After

![In Function Signature (7)](https://user-images.githubusercontent.com/1593513/166122883-9a3d7515-3235-4ee3-8c4b-5401d109e099.png)
</content>
</entry>
<entry>
<title>rustdoc: when running a function-signature search, tweak the tab bar</title>
<updated>2022-05-05T16:37:29+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-04-30T20:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c8a2d4715ffc5e8ce8b1aec613c091f0198eaea'/>
<id>urn:sha1:6c8a2d4715ffc5e8ce8b1aec613c091f0198eaea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add rotation animation on settings button when loading</title>
<updated>2022-05-05T09:08:15+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-05-04T13:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13b45aa6c66c8075acc95ea94d8c5cbc24a3a203'/>
<id>urn:sha1:13b45aa6c66c8075acc95ea94d8c5cbc24a3a203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove .woff font files</title>
<updated>2022-04-21T11:07:21+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-04-21T08:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=718f93425c176ab53cc7ba98ce94ab4f4b2d1737'/>
<id>urn:sha1:718f93425c176ab53cc7ba98ce94ab4f4b2d1737</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez</title>
<updated>2022-04-13T15:35:32+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>99973273+Dylan-DPC@users.noreply.github.com</email>
</author>
<published>2022-04-13T15:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db61452b7a2ec92d90f4faebfa679c54ad3e1ab0'/>
<id>urn:sha1:db61452b7a2ec92d90f4faebfa679c54ad3e1ab0</id>
<content type='text'>
Improve Rustdoc UI for scraped examples with multiline arguments, fix overflow in line numbers

This PR improves a few aspects of the scrape examples feature in Rustdoc.
* Only function names and not the full call expression are highlighted.
* For call-sites with multiline arguments, the minimized code viewer will scroll to the top of the call-site rather than the middle if the argument is larger than the viewer size, ensuring that the function name is visible.
* This fixes an issue where the line numbers column had a visible x-scroll bar.

r? `@GuillaumeGomez`
</content>
</entry>
<entry>
<title>Switch item-info div to span to generate valid HTML</title>
<updated>2022-04-06T18:41:44+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-04-06T18:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d48a39a5e24ab08f727d1c919dc2af98c333ad14'/>
<id>urn:sha1:d48a39a5e24ab08f727d1c919dc2af98c333ad14</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>Improve styling on  scrape examples help button</title>
<updated>2022-03-28T01:11:56+00:00</updated>
<author>
<name>Will Crichton</name>
<email>wcrichto@cs.stanford.edu</email>
</author>
<published>2022-01-28T02:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb3ed6f7d6caddd3f2c26f2b5b218b2d750e8c3d'/>
<id>urn:sha1:bb3ed6f7d6caddd3f2c26f2b5b218b2d750e8c3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve alignment of additional scraped examples, add scrape examples help page</title>
<updated>2022-03-28T01:11:50+00:00</updated>
<author>
<name>Will Crichton</name>
<email>wcrichto@cs.stanford.edu</email>
</author>
<published>2022-01-28T01:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae5d0cbe74a07baef9eb92dde82b28feea8961cd'/>
<id>urn:sha1:ae5d0cbe74a07baef9eb92dde82b28feea8961cd</id>
<content type='text'>
</content>
</entry>
</feed>
