summary refs log tree commit diff
path: root/src/librustdoc/html/static/themes
AgeCommit message (Collapse)AuthorLines
2019-02-20Rollup merge of #58384 - GuillaumeGomez:fix-table-display, r=QuietMisdreavuskennytm-23/+3
Fix tables display Fixes #58134. cc @lzutao r? @QuietMisdreavus
2019-02-20Rollup merge of #58303 - GuillaumeGomez:stability-tags-display, ↵kennytm-9/+9
r=QuietMisdreavus Improve stability tags display The issue was the font color on dark theme. Fixed now: <img width="352" alt="screenshot 2019-02-08 at 14 15 24" src="https://user-images.githubusercontent.com/3050060/52483276-bd810380-2bb3-11e9-8d46-95368569ac85.png"> r? @QuietMisdreavus
2019-02-19Fix tables displayGuillaume Gomez-23/+3
2019-02-10Add style for trait aliasesGuillaume Gomez-0/+4
2019-02-08Improve stability tags displayGuillaume Gomez-9/+9
2019-01-28Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavusMazdak Farrokhzad-8/+0
Fix invalid background color As discussed in #57814. r? @QuietMisdreavus
2019-01-23Fix invalid background colorGuillaume Gomez-8/+0
2019-01-15Fixes text becoming invisible when element targettedGuillaume Gomez-14/+2
2018-12-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-2/+10
Add no-crate filter option on rustdoc @onur asked me about it so here it is! r? @QuietMisdreavus
2018-12-25Remove licensesMark Rousskov-24/+0
2018-12-24Add no-crate filter option on rustdocGuillaume Gomez-2/+10
2018-12-20display rustc_private APIs as "Internal"Andy Russell-0/+10
2018-12-06Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavusPietro Albini-2/+15
[rustdoc] Specific crate search Reopening of #54706. Fixes #54616. <img width="1440" alt="screenshot 2018-11-29 at 01 29 11" src="https://user-images.githubusercontent.com/3050060/49191372-979adf80-f376-11e8-963e-e4feb927c1da.png"> r? @QuietMisdreavus
2018-12-05Rollup merge of #55563 - GuillaumeGomez:doc-search-sentence, r=QuietMisdreavusPietro Albini-2/+2
Improve no result found sentence in doc search Fixes #55531. Look: <img width="1440" alt="screenshot 2018-11-01 at 02 21 56" src="https://user-images.githubusercontent.com/3050060/47827257-f6236c80-dd7c-11e8-9ea9-99c8cb4b2de5.png"> r? @QuietMisdreavus
2018-11-28Add crate filteringGuillaume Gomez-2/+15
2018-11-24Add source file sidebarGuillaume Gomez-0/+38
2018-11-21Improve no result found sentence in doc searchGuillaume Gomez-2/+2
2018-10-26Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavuskennytm-0/+8
Add line numbers option to rustdoc Fixes #22878. r? @QuietMisdreavus
2018-10-21improve search tabs lookGuillaume Gomez-16/+10
2018-10-09Add line numbers option to rustdocGuillaume Gomez-0/+8
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-0/+8
2018-08-29Fix UI issues on Implementations on Foreign typesGuillaume Gomez-0/+8
2018-08-15Fix links' colorGuillaume Gomez-4/+4
2018-08-11Fix stylesGuillaume Gomez-4/+4
2018-08-03Fix invalid code css ruleGuillaume Gomez-2/+2
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