about summary refs log tree commit diff
path: root/src/librustdoc/html/static/main.js
AgeCommit message (Expand)AuthorLines
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-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-21Add option to disable keyboard shortcuts in docsGuillaume Gomez-1/+2
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-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-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-2/+18
2019-08-28Save crate filtering on rustdocGuillaume Gomez-2/+18
2019-08-21Fix confusion in theme picker functionsGuillaume Gomez-6/+6
2019-08-21Fix `window.hashchange is not a function`Ferdia McKeogh-1/+1
2019-07-16code formattingGuillaume Gomez-1/+1
2019-05-21Fix lines highlighting in rustdoc source viewGuillaume Gomez-3/+14
2019-05-18Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearthbors-1/+5
2019-04-28Fix default value for setting "Auto-hide item methods' documentation"Dmitry Murzin-1/+1
2019-04-18Fixes attributes position in types declGuillaume Gomez-1/+5
2019-04-12Auto merge of #59622 - GuillaumeGomez:improve-one-char-search, r=QuietMisdreavusbors-3/+7
2019-04-02Ensure that exact matches come first in rustdoc searchGuillaume Gomez-3/+7
2019-03-30Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomezMazdak Farrokhzad-0/+8
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-0/+5
2019-03-29Collapse blanket impls in the same way as normal implsLaurenz-0/+8
2019-03-29Support non-exhaustive enum variants in rustdoc.David Wood-0/+5
2019-03-23Add testGuillaume Gomez-6/+10
2019-03-21Fix invalid returned types generationGuillaume Gomez-0/+3
2019-03-21Add bounds for return types as wellGuillaume Gomez-6/+12
2019-03-21Small generics search improvementGuillaume Gomez-1/+4
2019-03-02Fix "Auto-hide item methods documentation" settingGuillaume Gomez-32/+37
2019-02-20Rollup merge of #58336 - GuillaumeGomez:fix-search-results-interactions, r=ol...kennytm-2/+2
2019-02-16Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavuskennytm-1/+1
2019-02-10Rollup merge of #58297 - GuillaumeGomez:cleanup-js, r=QuietMisdreavusGuillaume Gomez-8/+6
2019-02-10Add trait aliases to js typesGuillaume Gomez-1/+3
2019-02-10Fix search results interactionsGuillaume Gomez-2/+2
2019-02-08Don't default on std crate when manipulating browser historyGuillaume Gomez-1/+1
2019-02-08Cleanup JS a bitGuillaume Gomez-8/+6
2019-02-08fix rustdoc JShrls-1/+1
2019-02-07Rollup merge of #58150 - GuillaumeGomez:dont-apply-impl-collapse-rules-to-tra...Guillaume Gomez-8/+9
2019-02-07Rollup merge of #58146 - GuillaumeGomez:dont-collapse-everything, r=QuietMisd...Guillaume Gomez-2/+20
2019-02-07Rollup merge of #57504 - GuillaumeGomez:re-enable-history, r=QuietMisdreavusGuillaume Gomez-2/+1
2019-02-07Don't apply impl block collapse rules to trait implsGuillaume Gomez-8/+9
2019-02-04Prevent automatic collapse of methods impl blocksGuillaume Gomez-2/+20
2019-01-17End fixing search index minificationGuillaume Gomez-2/+2
2019-01-15Rollup merge of #57614 - GuillaumeGomez:fix-crate-filtering, r=QuietMisdreavusMazdak Farrokhzad-1/+1
2019-01-15Fix crates filtering box not being filledGuillaume Gomez-1/+1