summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-02-20Fix rustdoc test ICEGuillaume Gomez-12/+15
2018-02-20Remove theme button outlineGuillaume Gomez-0/+4
2018-02-20Allow to not switch to a theme if it doesn't existGuillaume Gomez-11/+31
2018-02-20Change local storage name for rustdoc because of conflicts with mdbookGuillaume Gomez-1/+1
2018-02-19rustdoc: Reposition the § per GuillaumeGomez requestVitaly _Vi Shukela-1/+5
2018-02-18Generate shortcut linksManish Goregaokar-2/+19
2018-02-18Include shortcut links in markdown_linksManish Goregaokar-7/+19
2018-02-18Remove extra whitespaceAaron Hill-1/+1
2018-02-18Fix inliningAaron Hill-5/+15
2018-02-18More formatting fixupsAaron Hill-1/+1
2018-02-18Cleanup formattingAaron Hill-24/+3
2018-02-18Generate documentation for auto-trait implsAaron Hill-62/+252
2018-02-17Remove useless commentGuillaume Gomez-1/+0
2018-02-17rustdoc: Fix position of collapse-toggle on small screensVitaly _Vi Shukela-0/+4
2018-02-17rustdoc: Remove visual overlap between § and [+]Vitaly _Vi Shukela-2/+3
2018-02-16Remove hoedown from rustdocGuillaume Gomez-908/+79
2018-02-14Rollup merge of #47806 - PramodBisht:feature/47801, r=steveklabnikkennytm-2/+2
2018-02-10Rollup merge of #48080 - GuillaumeGomez:mobile-docs-fixes, r=QuietMisdreavuskennytm-32/+7
2018-02-08Hide theme button under menu in mobile mode and fix top margin issue (in mobi...Guillaume Gomez-32/+7
2018-02-08Fix missing rules for dark.cssGuillaume Gomez-0/+3
2018-02-07Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdre...Manish Goregaokar-4/+55
2018-02-07rustdoc: Fix doc and impl collapsing on small screensVitaly _Vi Shukela-1/+2
2018-02-07Revert "rustdoc: Move collapse toggle to the left"Vitaly _Vi Shukela-1/+1
2018-02-04Improve big sidebar elements displayGuillaume Gomez-0/+18
2018-02-04Fix not selectable search inputGuillaume Gomez-0/+5
2018-02-03Fix rendering issues on mobileGuillaume Gomez-4/+32
2018-02-01Fix ugly hover in sidebarGuillaume Gomez-8/+22
2018-02-01rustdoc: Fix erroneous collapsing of second+ inherent impl.Vitaly _Vi Shukela-2/+3
2018-02-01rustdoc: Auto-collapse all non-inherent implsVitaly _Vi Shukela-0/+16
2018-02-01rustdoc: Move collapse toggle to the leftVitaly _Vi Shukela-1/+1
2018-01-31Changed of `struct` url to `#ad448e` in rust docsPramod Bisht-1/+1
2018-01-31rustdoc: Fix some minor issues per reviewerVitaly _Vi Shukela-25/+22
2018-01-31rustdoc: Fix tidy errors found by travisVitaly _Vi Shukela-9/+9
2018-01-31rustdoc: Foldable impl blocksVitaly _Vi Shukela-51/+115
2018-01-29rustdoc: Fix link title rendering with hoedownOliver Middleton-1/+1
2018-01-27Changed color of struct link from #ff794d to #2dbfb8Pramod Bisht-2/+2
2018-01-26Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollupAlex Crichton-25/+27
2018-01-25Rollup merge of #47721 - GuillaumeGomez:experimental-color, r=QuietMisdreavusGuillaume Gomez-0/+4
2018-01-25Auto merge of #47686 - GuillaumeGomez:theme-fixes, r=QuietMisdreavusbors-23/+47
2018-01-24Fix experimental text display on default themeGuillaume Gomez-0/+4
2018-01-24Few fixes for multiple themes support featureGuillaume Gomez-23/+47
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-3/+4
2018-01-23Rollup merge of #47672 - ollie27:rustdoc_auto_traits, r=GuillaumeGomezkennytm-1/+2
2018-01-23Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavusbors-11/+586
2018-01-23rustdoc: Hide methods from #[doc(masked)] crates from the search indexOliver Middleton-25/+27
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-1/+2
2018-01-23Fasten even more theme switchGuillaume Gomez-12/+15
2018-01-22don't process code blocks when scanning for linksQuietMisdreavus-2/+1
2018-01-22Fasten up theme loadingGuillaume Gomez-25/+49
2018-01-22Fix quoted searchGuillaume Gomez-2/+2