about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/search.js
AgeCommit message (Expand)AuthorLines
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-20/+82
2025-09-12rustdoc-search: delay loading type name IDs until type searchMichael Howell-88/+208
2025-09-12rustdoc-search: reduce async machinery in value lookupsMichael Howell-6/+2
2025-09-11Correctly handle literal search on pathsGuillaume Gomez-2/+4
2025-09-04Auto merge of #145911 - notriddle:stringdex-tweak-3, r=GuillaumeGomezbors-5/+4
2025-09-03rustdoc-search: yet another stringdex optimization attemptMichael Howell-5/+4
2025-08-31rustdoc-search: skip loading unneeded fnDataMichael Howell-11/+12
2025-08-30rustdoc-search: improve concurrency at type searchMichael Howell-9/+15
2025-08-30rustdoc-search: split function inverted index by input/outputMichael Howell-23/+40
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-1/+4
2025-08-22Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,...Jacob Pratt-2/+0
2025-08-21typecheck window.rr_binarycat-1/+0
2025-08-21typecheck window.searchIndexbinarycat-1/+0
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-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