about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js
AgeCommit message (Expand)AuthorLines
2025-10-03Auto merge of #145898 - lolbinarycat:rustdoc-search-trait-parent, r=Guillaume...bors-20/+123
2025-10-02search.js: introduce optimized removeIdxListAsc routinebinarycat-9/+30
2025-10-02if a trait item is shown in search results, hide the impl itembinarycat-21/+103
2025-09-28Auto merge of #147002 - notriddle:stringdex3, r=GuillaumeGomezbors-27/+51
2025-09-24rustdoc-search: stringdex update with more packingMichael Howell-27/+51
2025-09-23prevent line number from being copied in chromeIris Shi-7/+18
2025-09-12rustdoc-search: delay loading type name IDs until type searchMichael Howell-90/+233
2025-09-12rustdoc-search: reduce async machinery in value lookupsMichael Howell-50/+57
2025-09-11Correctly handle literal search on pathsGuillaume Gomez-2/+4
2025-09-04Auto merge of #145911 - notriddle:stringdex-tweak-3, r=GuillaumeGomezbors-161/+644
2025-09-03rustdoc-search: yet another stringdex optimization attemptMichael Howell-161/+644
2025-08-31rustdoc-search: skip loading unneeded fnDataMichael Howell-12/+13
2025-08-30rustdoc-search: improve concurrency at type searchMichael Howell-9/+15
2025-08-30rustdoc-search: split function inverted index by input/outputMichael Howell-24/+44
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-1/+5
2025-08-22Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,...Jacob Pratt-43/+18
2025-08-22main.js: only call window.rustdocToggleSrcSidebar if it existsbinarycat-2/+1
2025-08-22typecheck: add nonnull around element known to existbinarycat-2/+1
2025-08-22typecheck tooltipBlurHandlerbinarycat-1/+3
2025-08-22typecheck window.CURRENT_TOOLTIP_ELEMENTbinarycat-32/+7
2025-08-21typecheck window.NOTABLE_TRAITSbinarycat-2/+2
2025-08-21typecheck window.rr_binarycat-2/+2
2025-08-21typecheck window.searchIndexbinarycat-2/+2
2025-08-21add special formatting for displaying raw pointers in signaturesbinarycat-2/+22
2025-08-21rustdoc search: accept *mut T syntax for raw pointersbinarycat-30/+45
2025-08-20Fix JS search scripts pathGuillaume Gomez-2/+2
2025-08-20Rollup merge of #140314 - lolbinarycat:rustdoc-js-scrape-examples-typecheck, ...Jacob Pratt-11/+43
2025-08-19Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol许杰友 Jieyou Xu (Joe)-1/+1
2025-08-16run spellcheck as a tidy extra check in cibinarycat-1/+1
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-3216/+6109
2025-08-14Revert "rustdoc search: prefer stable items in search results"Guillaume Gomez-24/+2
2025-08-14Revert "rustdoc search: add performance note about searchIndexUnstable check"Guillaume Gomez-6/+0
2025-08-14Revert "Correctly handle when there are no unstable items in the documented c...Guillaume Gomez-3/+1
2025-08-13Correctly handle when there are no unstable items in the documented crateGuillaume Gomez-1/+3
2025-08-09Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycatStuart Cook-0/+7
2025-08-09Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ...Stuart Cook-1/+29
2025-08-09Rank doc aliases lower than equivalently matched itemsGuillaume Gomez-0/+7
2025-08-08rustdoc search: add performance note about searchIndexUnstable checkbinarycat-0/+6
2025-07-26Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla...Trevor Gross-6/+22
2025-07-19Add code comment explaining better what `Row.name` is for doc aliasesGuillaume Gomez-0/+2
2025-07-16Make aliases search support partial matchingGuillaume Gomez-73/+82
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-06-27Rollup merge of #142270 - lolbinarycat:rustdoc-search-Results-type, r=Guillau...Guillaume Gomez-77/+43
2025-06-26rustdoc js: several typechecking improvmentsbinarycat-77/+43
2025-06-24Rollup merge of #142354 - gstjepan2:firefox_copy_paste_issue, r=GuillaumeGomezGuillaume Gomez-1/+29
2025-06-23Fixes firefox copy paste issuegstjepan2-1/+29
2025-06-20Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina...Trevor Gross-37/+41
2025-06-17Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycatJacob Pratt-0/+1
2025-06-17Lint about `console` calls in rustdoc JSGuillaume Gomez-0/+1
2025-06-16rustdoc: make srcIndex no longer a global variablebinarycat-8/+7