summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/search.js
AgeCommit message (Expand)AuthorLines
2023-04-14rustdoc-search: add support for nested genericsMichael Howell-11/+10
2023-04-13rustdoc-search: use ES6 Map for `Result` instead of ObjectMichael Howell-20/+34
2023-04-13rustdoc-search: use ES6 `Set` for deduplication instead of `Object`Michael Howell-3/+3
2023-04-13rustdoc-search: use ES6 `Map` for generic matching instead of `Object`Michael Howell-23/+14
2023-04-13rustdoc-search: use ES6 `Map` for aliases instead of `Object`Michael Howell-11/+16
2023-03-27Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddleMatthias Krüger-5/+1
2023-03-26Fix "Directly go to item in search if there is only one result" settingGuillaume Gomez-5/+1
2023-03-20rustdoc: add support for type filters in arguments and genericsMichael Howell-53/+111
2023-03-19rustdoc: implement bag semantics for function parameter searchMichael Howell-26/+70
2023-03-12Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomezMatthias Krüger-149/+223
2023-03-11rustdoc: collapse edit distance state into an objectMichael Howell-80/+86
2023-03-11Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jshaMatthias Krüger-4/+21
2023-03-10rustdoc: use restricted Damerau-Levenshtein distance for searchMichael Howell-147/+215
2023-03-10rustdoc: sort deprecated items lower in searchPeter Jaszkowiak-4/+21
2023-03-03Emit an error for unclosed genericGuillaume Gomez-1/+13
2023-03-02Put backtick content from rustdoc search errors into a <code> elementsGuillaume Gomez-39/+91
2023-03-01Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...Dylan DPC-6/+26
2023-02-26Clean up JS files code a bitGuillaume Gomez-11/+6
2023-02-25Update search eBNF with `!` movedMichael Howell-2/+2
2023-02-16Correct eslint warningMichael Howell-1/+1
2023-02-16rustdoc: search by macro when query ends with `!`Michael Howell-4/+24
2023-02-13rustdoc: use a string with one-character codes for search index typesMichael Howell-4/+5
2023-02-11Improve JS function itemTypeFromName code a bitGuillaume Gomez-6/+4
2023-01-21rustdoc: compute maximum Levenshtein distance based on the queryMichael Howell-65/+84
2023-01-14rustdoc: simplify JS search routine by not messing with lev distanceMichael Howell-50/+64
2022-12-22rustdoc: use a more evocative name for CSS/JS `#titles`Michael Howell-8/+8
2022-11-28Add sentence when rustdoc search is runningGuillaume Gomez-4/+6
2022-11-14rustdoc: fix corner case in search keyboard commandsMichael Howell-0/+1
2022-11-04rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really neededMichael Howell-3/+1
2022-11-04rustdoc: simplify search results CSS and DOMMichael Howell-4/+2
2022-08-10Improve crate selection on rustdoc search results pageFrank Steffahn-22/+9
2022-06-27Add comments, fixes for `0` sentinelMichael Howell-4/+3
2022-06-27Put back, fix ()-output optimizationMichael Howell-1/+1
2022-06-27Add documentationMichael Howell-1/+34
2022-06-24rustdoc: reference function signature types from the `p` arrayMichael Howell-35/+96
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-2/+3
2022-06-18Remove weird JS conditionGuillaume Gomez-4/+1
2022-05-27Add "eqeqeq" eslint ruleGuillaume Gomez-4/+4
2022-05-18Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddleYuki Okushi-1/+1
2022-05-17rustdoc: make search.js a moduleJacob Hoffman-Andrews-46/+66
2022-05-17Fix duplicated "in" in the search result textGuillaume Gomez-1/+1
2022-05-15Add new eslint rule about brace styleGuillaume Gomez-28/+45
2022-05-12rustdoc: fix GUI crash when searching for magic JS property valuesMichael Howell-2/+2
2022-05-11Rollup merge of #96879 - notriddle:notriddle/search-ranking, r=GuillaumeGomezYuki Okushi-1/+1
2022-05-09rustdoc: search result ranking fixMichael Howell-1/+1
2022-05-08Remove unused param from search.js::checkPathMichael Howell-2/+2
2022-05-07Enforce quote rule for JS source codeGuillaume Gomez-13/+14
2022-05-07Change eslint rules from configuration comments to configuration filesFolyd-4/+0
2022-05-06Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddleGuillaume Gomez-0/+3
2022-05-06Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo...Guillaume Gomez-25/+44