about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/rustdoc.d.ts
AgeCommit message (Expand)AuthorLines
2025-10-02if a trait item is shown in search results, hide the impl itembinarycat-1/+21
2025-09-12rustdoc-search: delay loading type name IDs until type searchMichael Howell-1/+24
2025-08-31rustdoc-search: skip loading unneeded fnDataMichael Howell-1/+1
2025-08-30rustdoc-search: split function inverted index by input/outputMichael Howell-1/+4
2025-08-22typecheck window.CURRENT_TOOLTIP_ELEMENTbinarycat-0/+1
2025-08-21typecheck window.NOTABLE_TRAITSbinarycat-0/+2
2025-08-21typecheck window.rr_binarycat-0/+2
2025-08-21typecheck window.searchIndexbinarycat-0/+2
2025-08-20Rollup merge of #140314 - lolbinarycat:rustdoc-js-scrape-examples-typecheck, ...Jacob Pratt-0/+9
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-118/+134
2025-08-14Revert "rustdoc search: prefer stable items in search results"Guillaume Gomez-4/+1
2025-08-09Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ...Stuart Cook-0/+3
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-0/+5
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-26rustdoc js: several typechecking improvmentsbinarycat-13/+15
2025-06-16rustdoc: make srcIndex no longer a global variablebinarycat-4/+2
2025-06-10rustdoc search: prefer stable items in search resultsbinarycat-1/+4
2025-05-27scrape-examples.js: fix typoslolbinarycat-1/+1
2025-05-21rustdoc js: add rustdoc.ScrapedLoc typebinarycat-0/+2
2025-05-21rustdoc js: add ScrapedLoc typebinarycat-0/+7
2025-04-02settings.js: make top-level code typecheckbinarycat-0/+2
2025-04-02settings.js: add new rustdoc.Setting interfacebinarycat-0/+10
2025-04-02settings.js: begin typechecking migrationbinarycat-0/+2
2025-03-24search.js: refactor transformResultsbinarycat-2/+10
2025-03-24rustdoc js: add nonundef and use it to remove a ts-expect-errorbinarycat-1/+3
2025-03-14rustdoc js: add nonnull helper and typecheck src-script.jsbinarycat-0/+29
2025-03-10main.js: typecheck things related to window.register_type_implsbinarycat-2/+8
2025-03-10rustdoc.d.ts: add window.{register_implementors,pending_implementors}binarycat-0/+17
2025-03-10rustdoc.d.ts: window.SIDEBAR_ITEMS may exist.binarycat-0/+2
2025-03-04search.js: give RawSearchIndexCrate.a an index signaturebinarycat-1/+1
2025-03-04search.js: give buildIndex a proper return typebinarycat-1/+2
2025-03-04ParserQueryElement.typeFilter MAY be a string, OR number.binarycat-1/+1
2025-03-03rustdoc search: increase strictness of typecheckingbinarycat-2/+8
2025-02-03rustdoc: clean up a bunch of ts-expected-error declarations in mainMichael Howell-0/+22
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-0/+387