summaryrefslogtreecommitdiff
path: root/src/librustdoc/html/static
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume...Manish Goregaokar2023-05-033-197/+232
|\
| * rustdoc-search: use more descriptive "x not found; y instead" messageMichael Howell2023-04-201-1/+1
| * rustdoc-search: make type name correction choice deterministicMichael Howell2023-04-201-0/+3
| * rustdoc-search: clean up `checkIfInGenerics` call at end of `checkType`Michael Howell2023-04-201-5/+1
| * rustdoc-search: give longer notification for type correctionsMichael Howell2023-04-191-2/+7
| * rustdoc: restructure type search engine to pick-and-use IDsMichael Howell2023-04-173-196/+227
| * rustdoc-search: fix incorrect doc commentMichael Howell2023-04-171-1/+1
* | Rollup merge of #110661 - notriddle:notriddle/settings-js-handlekey, r=Guilla...Matthias Krüger2023-04-232-19/+1
|\ \
| * | rustdoc: remove unused CSS `color: inherit`Michael Howell2023-04-211-1/+0
| * | rustdoc: remove unneeded handleKey from settings.jsMichael Howell2023-04-211-18/+1
| |/
* | rustdoc: clean up redundant search hiding results codeMichael Howell2023-04-212-8/+1
* | rustdoc: lift constant string manipulation out of loopMichael Howell2023-04-211-1/+1
* | rustdoc: use Set for ignored crates, instead of string matchingMichael Howell2023-04-211-2/+4
|/
* Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau...Matthias Krüger2023-04-171-4/+2
|\
| * rustdoc: stop passing a title to `replaceState` second argumentMichael Howell2023-04-151-4/+2
* | rustdoc-search: add support for nested genericsMichael Howell2023-04-141-11/+10
|/
* rustdoc-search: use ES6 Map for `Result` instead of ObjectMichael Howell2023-04-132-21/+40
* rustdoc-search: use ES6 `Set` for deduplication instead of `Object`Michael Howell2023-04-131-3/+3
* rustdoc-search: use ES6 `Map` for generic matching instead of `Object`Michael Howell2023-04-131-23/+14
* rustdoc-search: use ES6 `Map` for aliases instead of `Object`Michael Howell2023-04-131-11/+16
* Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomezMatthias Krüger2023-04-124-1/+5
|\
| * rustdoc: make settings radio and checks thicker, less contrastMichael Howell2023-04-124-1/+5
* | rustdoc: use CSS `overscroll-behavior` instead of JavaScriptMichael Howell2023-04-123-56/+8
* | rustdoc: remove redundant expandSection code from main.jsMichael Howell2023-04-101-14/+5
|/
* Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomezNilstrieb2023-04-081-0/+1
|\
| * rustdoc: add test and bug fix for theme defaultsMichael Howell2023-04-061-0/+1
* | rustdoc: clean up JSMichael Howell2023-04-063-28/+9
|/
* Rollup merge of #109977 - notriddle:notriddle/data-nosnippet, r=jsha,the8472Matthias Krüger2023-04-061-7/+7
|\
| * rustdoc: avoid including line numbers in Google SERP snippetsMichael Howell2023-04-051-7/+7
* | Improve display of logo on very small screensGuillaume Gomez2023-04-051-1/+6
|/
* Move scrollbar on the <main> element rather than only on the code block to im...Guillaume Gomez2023-04-041-0/+4
* rustdoc-search: update docs for comma in `?` help popoverMichael Howell2023-03-311-3/+1
* Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddleMatthias Krüger2023-03-271-5/+1
|\
| * Fix "Directly go to item in search if there is only one result" settingGuillaume Gomez2023-03-261-5/+1
* | Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomezMatthias Krüger2023-03-253-77/+19
|\ \
| * | rustdoc: remove old `content` hack for theme switchingMichael Howell2023-03-232-47/+5
| * | rustdoc: clean up `storage.js`Michael Howell2023-03-233-30/+14
| |/
* | Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume...Matthias Krüger2023-03-241-53/+111
|\ \ | |/ |/|
| * rustdoc: add support for type filters in arguments and genericsMichael Howell2023-03-201-53/+111
* | rustdoc: remove redundant `.content` prefix from span/a colorsMichael Howell2023-03-211-21/+21
|/
* rustdoc: implement bag semantics for function parameter searchMichael Howell2023-03-191-26/+70
* Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomezMatthias Krüger2023-03-121-149/+223
|\
| * rustdoc: collapse edit distance state into an objectMichael Howell2023-03-111-80/+86
| * rustdoc: use restricted Damerau-Levenshtein distance for searchMichael Howell2023-03-101-147/+215
* | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jshaMatthias Krüger2023-03-111-4/+21
|\ \
| * | rustdoc: sort deprecated items lower in searchPeter Jaszkowiak2023-03-101-4/+21
* | | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelixbors2023-03-115-0/+21
|\ \ \ | |_|/ |/| |
| * | avoid reuse tripping over copyright noticesPietro Albini2023-03-095-0/+21
* | | Update src/librustdoc/html/static/js/storage.jsMichael Howell2023-03-081-1/+1
* | | Fix eslint errorsGuillaume Gomez2023-03-081-0/+1