about summary refs log tree commit diff
path: root/src/librustdoc/html/static/search.js
AgeCommit message (Expand)AuthorLines
2021-07-07Clean up rustdoc static filesGuillaume Gomez-1561/+0
2021-07-01fix(rustdoc): generics searchMichael Howell-18/+62
2021-06-30Enforce search typed queriesGuillaume Gomez-1/+2
2021-06-27Add go_to_first boolean query param to immeidately jump to the first search r...Jean-Luc Thumm-4/+4
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-1/+1
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-23Fix search filter updateGuillaume Gomez-0/+4
2021-06-07Fix integration of codeblocks in search result descriptionGuillaume Gomez-1/+1
2021-05-25Generate DOM more securelyGuillaume Gomez-16/+49
2021-05-25Move extra search result information for keywords and primitives from CSS to DOMGuillaume Gomez-6/+12
2021-05-24Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jshaGuillaume Gomez-2/+2
2021-05-22Set desc class on the div instead of the span to simplify CSSGuillaume Gomez-2/+2
2021-05-20Reset "focusedByTab" field when doing another searchGuillaume Gomez-4/+5
2021-05-18Rollup merge of #84462 - jsha:focus-search-results2, r=GuillaumeGomezRalf Jung-114/+72
2021-05-15Fix eslint errorsGuillaume Gomez-16/+19
2021-05-13rustdoc: use focus for search navigationJacob Hoffman-Andrews-114/+72
2021-05-12Fix indent in JS filesGuillaume Gomez-1/+1
2021-05-11rustdoc: remove explicit boolean comparisons.Jacob Hoffman-Andrews-39/+35
2021-04-22Prevent control, shift and alt keys to make search input lose focusGuillaume Gomez-3/+6
2021-04-18Fix the wrong return value type description of validateResulthi-rustin-1/+1
2021-04-13Split search.js from search-index.js.Jacob Hoffman-Andrews-6/+4
2021-04-13Consolidate search-related vars and functions.Jacob Hoffman-Andrews-37/+39
2021-04-12Move search JS into search-index.jsJacob Hoffman-Andrews-0/+1512