summary refs log tree commit diff
path: root/src/librustdoc/html/static/themes
AgeCommit message (Collapse)AuthorLines
2018-07-19Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavusbors-2/+2
RFC 2008 non-exhaustive enums/structs: Rustdoc Part of #44109. Not sure how those who maintain rustdoc primarily would prefer this addition look or where it should be placed, happy to make any changes required. r? @QuietMisdreavus (not sure if this is the right person, just guessing)
2018-07-18Updated wording and placement of non-exhaustive notice so it is collapsed by ↵David Wood-4/+0
default and easier to understand.
2018-07-12Moved non_exhaustive message to fields/variants section and onto type.David Wood-2/+4
2018-06-27Include type in non-exhaustive message. Include new css in dark theme.David Wood-1/+2
2018-06-27Display #[non_exhaustive] in rustdoc on types.David Wood-1/+2
2018-06-26Fix variant background color on hover in search resultsGuillaume Gomez-1/+1
2018-06-04Add doc keyword supportGuillaume Gomez-2/+6
2018-06-02Fix run button styleGuillaume Gomez-2/+4
2018-05-30Fixes some style issues in rustdoc "implementations on Foreign types"Guillaume Gomez-4/+4
2018-05-12Improve alias renderingGuillaume Gomez-1/+15
2018-04-17Add rustdoc settings menuGuillaume Gomez-4/+6
2018-04-10Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavusbors-0/+14
Add page to list all crate's items r? @QuietMisdreavus
2018-04-04Add page to list all crate's itemsGuillaume Gomez-0/+14
2018-03-30fix targetted value backgroundGuillaume Gomez-1/+1
2018-03-29Rename main theme into light themeGuillaume Gomez-0/+0
2018-02-14Rollup merge of #47806 - PramodBisht:feature/47801, r=steveklabnikkennytm-2/+2
Changed color of struct link from #ff794d to #2dbfb8 for Rust docs This is in reference to https://github.com/rust-lang/rust/issues/47801 here I have changed the default color of struct link for `#ff794d` to `#2dbfb8` cc: @nagisa @timClicks
2018-02-08Fix missing rules for dark.cssGuillaume Gomez-0/+3
2018-02-03Fix rendering issues on mobileGuillaume Gomez-1/+1
2018-01-31Changed of `struct` url to `#ad448e` in rust docsPramod Bisht-1/+1
2018-01-27Changed color of struct link from #ff794d to #2dbfb8Pramod Bisht-2/+2
2018-01-25Rollup merge of #47721 - GuillaumeGomez:experimental-color, r=QuietMisdreavusGuillaume Gomez-0/+4
Fix experimental text display on default theme r? @QuietMisdreavus
2018-01-24Fix experimental text display on default themeGuillaume Gomez-0/+4
2018-01-24Few fixes for multiple themes support featureGuillaume Gomez-9/+18
2018-01-22Change theme iconGuillaume Gomez-0/+1
2018-01-22tweak colors on dark themeQuietMisdreavus-26/+27
2018-01-21Add possibility to have multiple themesGuillaume Gomez-0/+758