about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Collapse)AuthorLines
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
Addresses #40363, #45720, #24483, #23986 and so on * Expands and refactors collapseDocs and toggleAllDocs * Adds [-] toggle to all impls (including inherent impl) * Makes it hiding though main css file, not though element style May need to be addressed: * "[-]" and anchor link copier are overlaid a bit * Inherent methods are also hidden by the global [-] toggle. * Auto-collapsing "Iterator" and so on by default is not implemented yet * Tested only shallowly and only in Chromiuim * No tests. Are there tests for css/js part here? * The new implementation may be a bit slower.
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-25Auto merge of #47686 - GuillaumeGomez:theme-fixes, r=QuietMisdreavusbors-16/+38
Few fixes for multiple themes support feature r? @QuietMisdreavus Fixes #47695.
2018-01-24Fix experimental text display on default themeGuillaume Gomez-0/+4
2018-01-24Few fixes for multiple themes support featureGuillaume Gomez-16/+38
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-2/+2
Rollup of 14 pull requests - Successful merges: #47423, #47425, #47440, #47541, #47549, #47554, #47558, #47610, #47635, #47655, #47661, #47662, #47667, #47672 - Failed merges:
2018-01-23Fasten even more theme switchGuillaume Gomez-8/+0
2018-01-22Fasten up theme loadingGuillaume Gomez-0/+44
2018-01-22Fix quoted searchGuillaume Gomez-2/+2
2018-01-22Change theme iconGuillaume Gomez-0/+2
2018-01-22tweak colors on dark themeQuietMisdreavus-26/+27
2018-01-21Add possibility to have multiple themesGuillaume Gomez-2/+453
2018-01-20Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomezGuillaume Gomez-11/+20
add kbd style tag to main.css in rustdoc Added css style for kbd tags so they actually look like keys. Result preview and discussion was going on in #46900 .
2018-01-18converted space to tab in css filesMarcel Hellwig-9/+8
2018-01-15extended dt with kbd tagsMarcel Hellwig-15/+5
removed styling of dt tages, which would make them look like keys and added <kbd> tag inside of dt tag. Added css style for kbd and removed some stylings for dt
2018-01-12Prepare main.js for testsGuillaume Gomez-43/+39
2018-01-05Fix search bar defocusGuillaume Gomez-0/+4
2018-01-02Indentation fixJohannes Boczek-2/+2
Fixed intentaion (tabs -> spaces) Added trailing newline
2018-01-02Defocus search bar in rustdoc pagesJohannes Boczek-0/+6
Escape now removes focus from the search bar
2017-12-22moved colors of kbd tag into main.cssMarcel Hellwig-5/+11
2017-12-22add kbd style tag to main.css in rustdocMarcel Hellwig-0/+14
2017-12-20Fix sidebar on iosGuillaume Gomez-10/+50
2017-12-18Rollup merge of #46825 - GuillaumeGomez:mobile-search, r=QuietMisdreavusGuillaume Gomez-0/+20
Improve search display on mobile r? @QuietMisdreavus
2017-12-18Rollup merge of #46824 - GuillaumeGomez:doc-sidebar, r=QuietMisdreavusGuillaume Gomez-1/+1
Fix dynamic crates listing in doc sidebar Fixes #46687. r? @QuietMisdreavus
2017-12-18Improve search display on mobileGuillaume Gomez-0/+20
2017-12-18Fix dynamic crates listing in doc sidebarGuillaume Gomez-1/+1
2017-12-15Improve results a bitGuillaume Gomez-2/+6
2017-12-15make doc search more relevantGuillaume Gomez-12/+7
2017-12-13Rollup merge of #46672 - GuillaumeGomez:fix-type-filter-search, ↵kennytm-4/+4
r=QuietMisdreavus Fix type filter in rustdoc js Fixes #46612. r? @QuietMisdreavus
2017-12-12Fix type filter in rustdoc jsGuillaume Gomez-4/+4
2017-12-11Fix mobile doc style and improve search barGuillaume Gomez-4/+27
2017-12-09Auto merge of #46586 - GuillaumeGomez:fix-mobile-important-display, ↵bors-1/+9
r=QuietMisdreavus Fixes doc important trait display on mobile Fixes #46527. r? @QuietMisdreavus
2017-12-08Fixes doc important trait display on mobileGuillaume Gomez-1/+9
2017-12-07Rollup merge of #46526 - GuillaumeGomez:mobile-sidebar, r=QuietMisdreavusGuillaume Gomez-5/+68
Greatly improve sidebar when width < 700px Fixes #36531. r? @QuietMisdreavus A few screenshots: <img width="1440" alt="screen shot 2017-12-06 at 00 41 36" src="https://user-images.githubusercontent.com/3050060/33636875-6ad8b1a6-da1e-11e7-8d5b-d6d530ea5258.png"> <img width="1440" alt="screen shot 2017-12-06 at 00 41 40" src="https://user-images.githubusercontent.com/3050060/33636876-6af58196-da1e-11e7-82ab-b82768958037.png">
2017-12-07Rollup merge of #46444 - GuillaumeGomez:css-cleanup, r=QuietMisdreavusGuillaume Gomez-33/+100
Move colors to main.css r? @QuietMisdreavus
2017-12-07Fix JS errorsGuillaume Gomez-2/+8
2017-12-07Greatly improve sidebar when width < 700pxGuillaume Gomez-5/+62
2017-12-07Auto merge of #46221 - GuillaumeGomez:doc-script-load-speedup, r=nrcbors-2/+9
Speedup search loading when search url is received Fixes #45971. r? @nrc cc @rust-lang/docs
2017-12-06Rollup merge of #46502 - GuillaumeGomez:improve-search-style, r=QuietMisdreavusCorey Farwell-1/+10
Improve search style Fixes #46494. r? @QuietMisdreavus
2017-12-06Auto merge of #45898 - JRegimbal:master, r=QuietMisdreavusbors-6/+6
Change "Types/modules" title of search tab to be more accurate From issue #45787. Used "In name" as per suggestion from @Seeker14491.
2017-12-05Changed tab names to those agreed upon.JRegimbal-6/+6
Tabs are "In Names", "In Parameters", and "In Return Types".
2017-12-04Improve search styleGuillaume Gomez-1/+10
2017-12-03Rollup merge of #46454 - GuillaumeGomez:search-overlap, r=QuietMisdreavusCorey Farwell-0/+1
Fix search results overlap Fixes #46434. r? @QuietMisdreavus
2017-12-03Auto merge of #46433 - GuillaumeGomez:dedup-items, r=QuietMisdreavusbors-3/+10
Fix deduplication of items Fixes #45968. r? @QuietMisdreavus