about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/search.js
AgeCommit message (Expand)AuthorLines
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-2882/+2269
2025-08-14Revert "rustdoc search: prefer stable items in search results"Guillaume Gomez-20/+1
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/+26
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-16Make aliases search support partial matchingGuillaume Gomez-73/+77
2025-06-26rustdoc js: several typechecking improvmentsbinarycat-64/+28
2025-06-20Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina...Trevor Gross-37/+41
2025-06-17Lint about `console` calls in rustdoc JSGuillaume Gomez-0/+1
2025-06-16Add comment to prevent having code other than `initSearch` at the end of `sea...Guillaume Gomez-0/+4
2025-06-14Fix random failure when JS code is executed when the whole file was not read yetGuillaume Gomez-37/+37
2025-06-10rustdoc search: prefer stable items in search resultsbinarycat-1/+20
2025-03-27search.js: revert usage of nonundef for now (not available under test)binarycat-2/+3
2025-03-26satisfy eslintbinarycat-3/+3
2025-03-24search.js: fix whitespacebinarycat-1/+1
2025-03-24search.js: give type annotation to newSolutionsbinarycat-2/+2
2025-03-24search.js: give type to unifiedGenericsMgensbinarycat-2/+1
2025-03-24search.js: fix return type of unifyFunctionTypesbinarycat-2/+1
2025-03-24search.js: use @type instead of @ts-expect-errorbinarycat-5/+1
2025-03-24search.js: fix signature of pushTextbinarycat-9/+5
2025-03-24search.js: refactor transformResultsbinarycat-12/+17
2025-03-24search.js: remove another Map.has() and @ts-expect-errorbinarycat-3/+3
2025-03-24search.js(query parser): rethrow error if it isn't a string arraybinarycat-3/+7
2025-03-24search.js: add undef2null and eliminate more @ts-expect-errorbinarycat-10/+21
2025-03-24search.js: refactor handling of rawPaths in buildIndexbinarycat-20/+22
2025-03-24search.js: improve typechecking by avoiding Map.hasbinarycat-13/+8
2025-03-24rustdoc js: add nonundef and use it to remove a ts-expect-errorbinarycat-4/+3
2025-03-04search.js: remove incorrect outdated commentbinarycat-2/+0
2025-03-04search.js: give RawSearchIndexCrate.a an index signaturebinarycat-3/+1
2025-03-04search.js: allow empty result arraysbinarycat-4/+3
2025-03-04search.js: give buildIndex a proper return typebinarycat-1/+3
2025-03-04search.js: give local `where` a typebinarycat-2/+1
2025-03-04give local mgens a typebinarycat-2/+1
2025-03-04search.js: give pathSplitter a type signaturebinarycat-1/+5
2025-03-04search.js: second argument of convertNameToId is optionalbinarycat-2/+1
2025-03-04search.js: local variable `extra` is an array, annotate it as such.binarycat-2/+2
2025-03-04don't use double quotesbinarycat-1/+1
2025-03-04fix whitespacebinarycat-6/+6
2025-03-04ParserQueryElement.typeFilter MAY be a string, OR number.binarycat-3/+1
2025-03-04rustdoc search: give buildTypeMapIndex a conditional return typebinarycat-16/+10
2025-03-03rustdoc search: increase strictness of typecheckingbinarycat-4/+3
2025-02-15rustdoc: Properly restore search input placeholderLeón Orell Valerian Liehr-2/+3
2025-02-05Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmeaseLeón Orell Valerian Liehr-2/+0
2025-02-03rustdoc: clean up a bunch of ts-expected-error declarations in mainMichael Howell-2/+0
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-4/+5
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-337/+864