<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/layout.rs, branch 1.45.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.45.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.45.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-05-07T18:08:08+00:00</updated>
<entry>
<title>Merge aliases and search-index</title>
<updated>2020-05-07T18:08:08+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-05-04T12:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f581cf754492f9f122193b8d8a7750ab38a87485'/>
<id>urn:sha1:f581cf754492f9f122193b8d8a7750ab38a87485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #66298 - Ppjet6:disable-search-field, r=GuillaumeGomez</title>
<updated>2019-11-20T17:32:06+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-11-20T17:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00cbc75c74cda031a5e9df592cca95644f17ec8f'/>
<id>urn:sha1:00cbc75c74cda031a5e9df592cca95644f17ec8f</id>
<content type='text'>
rustdoc: fixes #64305: disable search field instead of hidding it

The result seems to be ok but I wasn't entirely sure how to get there. I tried to stay generic a bit but maybe it's not required at all.

@GuillaumeGomez

Signed-off-by: Maxime “pep” Buquet &lt;pep@bouah.net&gt;
</content>
</entry>
<entry>
<title>rustdoc: fixes #64305: disable search field instead of hidding it</title>
<updated>2019-11-20T10:32:58+00:00</updated>
<author>
<name>Maxime “pep” Buquet</name>
<email>pep@bouah.net</email>
</author>
<published>2019-11-11T15:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5cbd406a14c0d340b747bb34a529c8e619745b2d'/>
<id>urn:sha1:5cbd406a14c0d340b747bb34a529c8e619745b2d</id>
<content type='text'>
Signed-off-by: Maxime “pep” Buquet &lt;pep@bouah.net&gt;
</content>
</entry>
<entry>
<title>Apply review comments</title>
<updated>2019-11-18T15:43:48+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-10-10T10:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=530d866aef047fa0f20a655676fd0b3ff4cbf86b'/>
<id>urn:sha1:530d866aef047fa0f20a655676fd0b3ff4cbf86b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reduce size of generated HTML files by moving the popup helper code to the JS</title>
<updated>2019-10-27T10:42:38+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-10-24T22:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91ef9600db47e4e91a57909077a60ebec1122d1b'/>
<id>urn:sha1:91ef9600db47e4e91a57909077a60ebec1122d1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more information on search</title>
<updated>2019-10-26T10:59:54+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-10-26T09:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f25fd74a03f9c502851067a3e2b089a1a332da5'/>
<id>urn:sha1:1f25fd74a03f9c502851067a3e2b089a1a332da5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace SlashChecker with ensure_trailing_slash</title>
<updated>2019-09-13T23:44:44+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-13T13:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0e0c3787ca64d8c2540d703ca1e2f26607c5717'/>
<id>urn:sha1:e0e0c3787ca64d8c2540d703ca1e2f26607c5717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>layout::render takes Print instead of fmt::Display</title>
<updated>2019-09-07T23:31:58+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-08-31T16:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f0e77f19c16eb3cd46390ab0082ad749cb1c5b5'/>
<id>urn:sha1:3f0e77f19c16eb3cd46390ab0082ad749cb1c5b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Print for FnOnce(&amp;mut Buffer)</title>
<updated>2019-09-07T23:31:58+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-08-31T15:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4a15ae3b248bf91f10f6e5d031ca84dc1942e19'/>
<id>urn:sha1:f4a15ae3b248bf91f10f6e5d031ca84dc1942e19</id>
<content type='text'>
This means that callers can pass in a closure like
`|buf| some_function(..., &amp;mut buf)` and pass in arbitrary arguments to
that function without complicating the trait definition. We also keep
the impl for str and String, since it's useful to be able to just pass
in "" or format!("{}"...) results in some cases.

This changes Print's definition to take self, instead of &amp;self, because
otherwise FnOnce cannot be called directly. We could instead take FnMut
or even Fn, but that seems like it'd merely complicate matters -- most
of the time, the FnOnce does not constrain us at all anyway. If it does,
a custom Print impl for &amp;'_ SomeStruct is not all that painful.
</content>
</entry>
</feed>
