about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js
AgeCommit message (Expand)AuthorLines
2023-04-13rustdoc-search: use ES6 `Map` for aliases instead of `Object`Michael Howell-11/+16
2023-04-12rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell-55/+6
2023-04-10rustdoc: remove redundant expandSection code from main.jsMichael Howell-14/+5
2023-04-08Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomezNilstrieb-0/+1
2023-04-06rustdoc: add test and bug fix for theme defaultsMichael Howell-0/+1
2023-04-06rustdoc: clean up JSMichael Howell-28/+9
2023-03-31rustdoc-search: update docs for comma in `?` help popoverMichael Howell-3/+1
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-25Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomezMatthias Krüger-61/+18
2023-03-23rustdoc: remove old `content` hack for theme switchingMichael Howell-32/+5
2023-03-23rustdoc: clean up `storage.js`Michael Howell-29/+13
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-08Update src/librustdoc/html/static/js/storage.jsMichael Howell-1/+1
2023-03-08Fix eslint errorsGuillaume Gomez-0/+1
2023-03-08Only load one CSS theme by defaultMichael Howell-33/+52
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-13/+7
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-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-52/+60
2023-02-12Rollup merge of #107930 - GuillaumeGomez:js-func-improvement, r=notriddleMatthias Krüger-6/+4
2023-02-11Improve JS function itemTypeFromName code a bitGuillaume Gomez-6/+4
2023-02-11Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume...Dylan DPC-5/+1
2023-02-06Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum...bors-65/+84
2023-01-31rustdoc: remove inconsistently-present sidebar tooltipsMichael Howell-5/+1
2023-01-31Clean up eslint annotations and remove unused JS functionGuillaume Gomez-2/+0
2023-01-30Rollup merge of #107177 - thanatos:fix-doc-errant-light-theme, r=notriddleMatthias Krüger-62/+54
2023-01-30Keep all theme-updating logic togetherRoy Wellington Ⅳ-46/+54
2023-01-27rustdoc: remove inline javascript from copy-path buttonMichael Howell-1/+5
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-52/+60
2023-01-23rustdoc: remove dead settings JS for obsolete select-wrapperMichael Howell-11/+0
2023-01-23rustdoc: simplify settings popover DOMMichael Howell-19/+21
2023-01-21This function appears to be unusedRoy Wellington Ⅳ-16/+0
2023-01-21rustdoc: compute maximum Levenshtein distance based on the queryMichael Howell-65/+84
2023-01-18Rollup merge of #107042 - notriddle:notriddle/rustdoc-js-question, r=Guillaum...Michael Goulet-1/+5
2023-01-18Rollup merge of #105796 - notriddle:notriddle/rustdoc-search-stop-doing-demer...Michael Goulet-50/+64
2023-01-18rustdoc: fix "?" keyboard command when radio button is focusedMichael Howell-1/+2
2023-01-18rustdoc: put focus on the help link when opening it from keyboardMichael Howell-0/+3
2023-01-18Rollup merge of #107014 - notriddle:notriddle/js-cleanup, r=GuillaumeGomezDylan DPC-9/+4