<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/error.rs, branch 1.77.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.77.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.77.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-05-21T04:32:47+00:00</updated>
<entry>
<title>Remove `crate` visibility modifier in libs, tests</title>
<updated>2022-05-21T04:32:47+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2022-05-21T01:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69702468865d582f512df31a52ac2608afe5df0d'/>
<id>urn:sha1:69702468865d582f512df31a52ac2608afe5df0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify rendering of stylesheet links into HTML</title>
<updated>2021-11-25T03:41:47+00:00</updated>
<author>
<name>Jacob Hoffman-Andrews</name>
<email>github@hoffman-andrews.com</email>
</author>
<published>2021-11-23T07:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3649b90b33acbc0248efa0bc35675081977aefc2'/>
<id>urn:sha1:3649b90b33acbc0248efa0bc35675081977aefc2</id>
<content type='text'>
We carry around a list of stylesheets that can carry two different types
of thing:

 1. Internal stylesheets specific to a page type (only for settings)
 2. Themes

In this change I move the link generation for settings.css into
settings(), so Context.style_files is reserved just for themes.

We had two places where we extracted a base theme name from a list of
StylePaths. I consolidated that code to be a method on StylePath.

I moved generation of link tags for stylesheets into the page.html
template. With that change, I made the template responsible for special
handling of light.css (making it the default theme) and of the other
themes (marking them disabled). That allowed getting rid of the
`disabled` field on StylePath.
</content>
</entry>
<entry>
<title>Make all rustdoc functions and structs crate-private</title>
<updated>2020-11-15T16:21:12+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-11-14T22:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d6c16e425338692d62bc1332c1e72ae2a9cde234'/>
<id>urn:sha1:d6c16e425338692d62bc1332c1e72ae2a9cde234</id>
<content type='text'>
This gives warnings about dead code.
</content>
</entry>
<entry>
<title>Move `Error` and `RenderInfo` out of `html` module</title>
<updated>2020-07-27T21:00:38+00:00</updated>
<author>
<name>Joseph Ryan</name>
<email>josephryan3.14@gmail.com</email>
</author>
<published>2020-06-15T18:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c692ed468c8dc4b9f549ef839b4b490e3b84d19c'/>
<id>urn:sha1:c692ed468c8dc4b9f549ef839b4b490e3b84d19c</id>
<content type='text'>
</content>
</entry>
</feed>
