about summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
2018-03-01Remember state of top-level collapse toggle widgetPeter Lyons-0/+6
2018-02-28Rollup merge of #48381 - GuillaumeGomez:rustdoc-theme-securities, r=QuietMisd...kennytm-8/+0
2018-02-28Auto merge of #47894 - vi:rustdoc_foldable_impls, r=GuillaumeGomez,QuietMisdr...bors-50/+123
2018-02-20Allow to not switch to a theme if it doesn't existGuillaume Gomez-8/+0
2018-02-18Fix inliningAaron Hill-3/+8
2018-02-18Cleanup formattingAaron Hill-6/+3
2018-02-18Generate documentation for auto-trait implsAaron Hill-2/+17
2018-02-08Hide theme button under menu in mobile mode and fix top margin issue (in mobi...Guillaume Gomez-31/+6
2018-02-03Fix rendering issues on mobileGuillaume Gomez-0/+26
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-01-31rustdoc: Fix some minor issues per reviewerVitaly _Vi Shukela-15/+17
2018-01-31rustdoc: Fix tidy errors found by travisVitaly _Vi Shukela-9/+9
2018-01-31rustdoc: Foldable impl blocksVitaly _Vi Shukela-51/+105
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-2/+2
2018-01-22Fix quoted searchGuillaume Gomez-2/+2
2018-01-21Add possibility to have multiple themesGuillaume Gomez-1/+11
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
2018-01-02Defocus search bar in rustdoc pagesJohannes Boczek-0/+6
2017-12-20Fix sidebar on iosGuillaume Gomez-9/+17
2017-12-18Rollup merge of #46824 - GuillaumeGomez:doc-sidebar, r=QuietMisdreavusGuillaume Gomez-1/+1
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-12Fix type filter in rustdoc jsGuillaume Gomez-4/+4
2017-12-07Fix JS errorsGuillaume Gomez-2/+8
2017-12-07Greatly improve sidebar when width < 700pxGuillaume Gomez-1/+37
2017-12-07Auto merge of #46221 - GuillaumeGomez:doc-script-load-speedup, r=nrcbors-2/+9
2017-12-06Auto merge of #45898 - JRegimbal:master, r=QuietMisdreavusbors-6/+6
2017-12-05Changed tab names to those agreed upon.JRegimbal-6/+6
2017-12-01Fix deduplication of itemsGuillaume Gomez-3/+10
2017-11-26Fix global searchGuillaume Gomez-227/+227
2017-11-25Auto merge of #46081 - GuillaumeGomez:fix-path-search, r=QuietMisdreavusbors-82/+141
2017-11-23Speedup search loading when search url is receivedGuillaume Gomez-2/+9
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+28
2017-11-20Strongly improve search pathGuillaume Gomez-10/+37
2017-11-19Fix path search in docsGuillaume Gomez-82/+114
2017-11-18Add tooltip for important traits displayGuillaume Gomez-1/+1
2017-11-18Auto merge of #46073 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-45/+43
2017-11-17Improve modal display and add JS eventsGuillaume Gomez-1/+16
2017-11-17First step for important traits UIGuillaume Gomez-1/+16
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-3/+1
2017-11-17Fix primitive types not showing upGuillaume Gomez-45/+43
2017-11-15Support `extern type` in rustdoc.kennytm-1/+3
2017-11-13"Types/modules" in tab to "In name"JRegimbal-2/+2
2017-11-12Add "As parameters" items as wellGuillaume Gomez-22/+25
2017-11-12Improve result outputGuillaume Gomez-5/+8
2017-11-12Big JS optimizationGuillaume Gomez-15/+11