about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/search.js
AgeCommit message (Expand)AuthorLines
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-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
2025-01-16Treat other items as functions for the purpose of type-based searchbinarycat-0/+16
2025-01-13for purely return-type based searches, deprioritize clone-like functionsbinarycat-0/+46
2024-12-31Fix typosericlehong-2/+2
2024-12-13rustdoc-search: show `impl Trait` inline when unhighlightedMichael Howell-1/+6
2024-11-18rustdoc-search: add descriptive comments to bitmap classMichael Howell-0/+23
2024-11-18rustdoc-search: use smart binary search in bitmapsMichael Howell-10/+32
2024-11-15rustdoc search: allow queries to end in an empty path segmentbinarycat-5/+15
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-4/+7
2024-11-14rustdoc-search: case-sensitive only when capitals are usedMichael Howell-4/+7
2024-11-13Add descriptive comment for NameTrieMichael Howell-0/+19