about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/search.js
AgeCommit message (Expand)AuthorLines
2024-04-18rustdoc-search: fix description on aliases in resultsMichael Howell-10/+11
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-6/+29
2024-03-22rustdoc-search: address nitsMichael Howell-5/+5
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-25/+165
2024-03-18Use promise.all to load sorted results in parallelMichael Howell-3/+8
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-151/+197
2024-03-15rustdoc: clean up formattingMichael Howell-1/+1
2024-03-14Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume...Matthias Krüger-31/+107
2024-03-11rustdoc-search: add search query syntax `Fn(T) -> U`Michael Howell-48/+65
2024-03-11rustdoc: use `const` for the special type name idsMichael Howell-25/+11
2024-03-11rustdoc: clean up search.js by removing empty sort caseMichael Howell-5/+0
2024-03-11rustdoc-search: parse and search with ML-style HOFMichael Howell-44/+122
2024-03-09rustdoc-search: depth limit `T<U>` -> `U` unboxingMichael Howell-31/+108
2024-01-08rustdoc-search: intern function search typesMichael Howell-17/+72
2024-01-08rustdoc-search: reuse empty map/array in function signaturesMichael Howell-5/+21
2024-01-06Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomezMatthias Krüger-29/+71
2024-01-05Add notes about the serialization formatMichael Howell-1/+1
2023-12-31rustdoc-search: tighter encoding for `f` indexMichael Howell-15/+66
2023-12-30rustdoc-search: fix inaccurate type descriptionsMichael Howell-54/+7
2023-12-26rustdoc-search: count path edits with separate edit limitMichael Howell-17/+30
2023-12-26rustdoc: search for tuples and unit by type with `()`Michael Howell-29/+71
2023-12-15rustdoc-search: remove parallel searchWords arrayMichael Howell-46/+28
2023-12-14Use Map instead of Object for source files and search indexGuillaume Gomez-79/+62
2023-12-13rustdoc-search: clean up handleSingleArg type handlingMichael Howell-9/+3
2023-12-13rustdoc-search: better hashing, faster unificationMichael Howell-10/+46
2023-12-13rustdoc-search: use set ops for ranking and filteringMichael Howell-40/+185
2023-12-13rustdoc-search: remove the now-redundant `validateResult`Michael Howell-57/+0
2023-12-12Rollup merge of #118886 - GuillaumeGomez:clean-up-search-vars, r=notriddleJubilee-13/+7
2023-12-12Clean up variables in `search.js`Guillaume Gomez-13/+7
2023-12-11rustdoc-search: clean up parserMichael Howell-7/+2
2023-12-10rustdoc-search: fix fast path unboxing bindingsMichael Howell-1/+1
2023-12-10rustdoc-search: do not treat associated type names as typesMichael Howell-13/+20
2023-11-29rustdoc-search: replace TAB/NL/LF with SP firstMichael Howell-10/+6
2023-11-29rustdoc-search: removed dead parser codeMichael Howell-2/+0
2023-11-29rustdoc-search: allow `:: ` and ` ::`Michael Howell-8/+5
2023-11-25rustdoc-search: clean up some DOM codeMichael Howell-11/+5
2023-11-24rustdoc-search: avoid infinite where clause unboxMichael Howell-8/+24
2023-11-21rustdoc-search: make primitives and keywords less specialMichael Howell-24/+12
2023-11-21rustdoc-search: clean up `checkPath`Michael Howell-13/+3
2023-11-19rustdoc-search: add support for associated typesMichael Howell-48/+283
2023-11-18rustdoc-search: switch to recursive backtrackingMichael Howell-157/+87
2023-11-17rustdoc-search: fix accidental shared, mutable mapMichael Howell-30/+14
2023-11-17rustdoc-search: fast path for 1-query unificationMichael Howell-2/+76
2023-11-17rustdoc-search: less new Maps in unifyFunctionTypeMichael Howell-16/+31
2023-11-15rustdoc-search: simplify the checkTypes fast pathMichael Howell-61/+10
2023-10-10Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...Guillaume Gomez-3/+16
2023-10-05rustdoc-search: fix bug with multi-item impl traitMichael Howell-1/+1
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-3/+16
2023-09-20rustdoc: add comment about numeric spacingMichael Howell-0/+4
2023-09-19rustdoc: add test cases, and fix, search tabsMichael Howell-2/+7