about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2019-11-15Fix the source code highlighting on source commentsStefan Schindler-24/+32
2019-11-15Code cleanup to remove douplacte var definitionStefan Schindler-3/+2
2019-11-15Remove unused argumentStefan Schindler-1/+1
2019-11-08Rollup merge of #66123 - GuillaumeGomez:no-more-hidden-elements, r=Dylan-DPCYuki Okushi-15/+51
2019-11-07Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnisonMazdak Farrokhzad-4/+48
2019-11-07Only call onHashChange instead of both functionsGuillaume Gomez-3/+2
2019-11-07Remove old isHidden functionGuillaume Gomez-5/+1
2019-11-06When a URL hash refers to a hidden element, it makes the element visibleGuillaume Gomez-10/+51
2019-11-04clean highlightSourceLines codeGuillaume Gomez-42/+54
2019-11-04Change sub-setting CSS class to sub-settingsGuillaume Gomez-1/+1
2019-11-03Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark...bors-2/+49
2019-10-29Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPCTyler Mandry-3/+7
2019-10-29add sub settings in rustdocGuillaume Gomez-4/+48
2019-10-27reduce size of generated HTML files by moving the popup helper code to the JSGuillaume Gomez-0/+47
2019-10-27Cleanup search element getterGuillaume Gomez-2/+2
2019-10-25Improve help popup detectionGuillaume Gomez-3/+4
2019-10-24Prevent help popup to disappear when clicking on itGuillaume Gomez-2/+5
2019-10-24Fix default "disable-shortcuts" feature valueGuillaume Gomez-1/+1
2019-10-21Update Source Code Pro and include italicsTrevor Spiteri-3/+10
2019-10-21Add option to disable keyboard shortcuts in docsGuillaume Gomez-1/+2
2019-10-19Preserve whitespace inside one-backtick codeblocksMark Rousskov-1/+1
2019-10-04Auto merge of #64994 - GuillaumeGomez:fix-rustdoc-display-js-disabled, r=Mark...bors-0/+8
2019-10-02Fix rustdoc display with js disabledGuillaume Gomez-0/+8
2019-10-01Improve sidebar styling to make its integration easierGuillaume Gomez-4/+4
2019-09-09Rollup merge of #64312 - GuillaumeGomez:rustdoc-better-esc-handling, r=Mark-S...Mazdak Farrokhzad-18/+29
2019-09-09Unify escape usageGuillaume Gomez-18/+29
2019-09-08Auto merge of #64096 - GuillaumeGomez:theme-regex-fix, r=Mark-Simulacrumbors-1/+1
2019-09-06Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomezMazdak Farrokhzad-10/+6
2019-09-05Rollup merge of #63774 - chocol4te:fix_63707, r=GuillaumeGomezMazdak Farrokhzad-1/+1
2019-09-04Improve searching in rustdoc and add testsShiqing-10/+6
2019-09-02Fix regex replacement in theme detectionGuillaume Gomez-1/+1
2019-08-30Rollup merge of #63847 - GuillaumeGomez:system-theme-detection, r=kinnisonMazdak Farrokhzad-1/+2
2019-08-29Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-08-28Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrumbors-3/+19
2019-08-28Save crate filtering on rustdocGuillaume Gomez-3/+19
2019-08-25Fix system theme detectionGuillaume Gomez-1/+2
2019-08-22Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnisonMazdak Farrokhzad-6/+6
2019-08-21Fix confusion in theme picker functionsGuillaume Gomez-6/+6
2019-08-21Replaced skipStorage with saveTheme variableGuillaume Gomez-3/+3
2019-08-21Fix `window.hashchange is not a function`Ferdia McKeogh-1/+1
2019-08-21take into account the system themeGuillaume Gomez-3/+28
2019-07-16code formattingGuillaume Gomez-1/+1
2019-07-12Auto merge of #61462 - GuillaumeGomez:fix-local-storage, r=Manishearthbors-3/+1
2019-07-07Prevent shrinking of "crate select" element on FirefoxDmitry Murzin-0/+1
2019-06-29Fix code block information icon positionGuillaume Gomez-0/+4
2019-06-11Fix storage usage when disabledGuillaume Gomez-3/+1
2019-06-03Auto merge of #61008 - GuillaumeGomez:fix-rustdoc-code-highlighting, r=Manish...bors-3/+14
2019-05-21Fix lines highlighting in rustdoc source viewGuillaume Gomez-3/+14
2019-05-20Rollup merge of #60487 - GuillaumeGomez:fix-search-sidebar-width-colors, r=Dy...Mazdak Farrokhzad-9/+10
2019-05-20Rollup merge of #60383 - GuillaumeGomez:fix-position-source-code-files-toggle...Mazdak Farrokhzad-207/+214