about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js
AgeCommit message (Expand)AuthorLines
2024-04-18rustdoc-search: fix description on aliases in resultsMichael Howell-10/+11
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-12/+42
2024-04-18Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddleMatthias Krüger-18/+2
2024-04-17Fix copy-path buttonGuillaume Gomez-18/+2
2024-04-16Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomezMatthias Krüger-1/+2
2024-04-08rustdoc: add re-export info to RawSearchIndex type defMichael Howell-6/+13
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-6/+29
2024-04-02Support type '/' to searchmu001999-1/+2
2024-03-22rustdoc-search: address nitsMichael Howell-5/+9
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-17Fix style errorsMichael Howell-1/+1
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-157/+223
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-02-25Correctly handle if rustdoc JS script hash changedGuillaume Gomez-3/+11
2024-02-18Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddleLeón Orell Valerian Liehr-1/+1
2024-01-31rustdoc: Correctly handle long crate names on mobileGuillaume Gomez-1/+1
2024-01-29rustdoc: Prevent JS injection from localStorageChad Norvell-1/+9
2024-01-22Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmeaseMatthias Krüger-0/+1
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-08rustdoc: hide modals when resizing the sidebarMichael Howell-0/+1
2024-01-06Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomezMatthias Krüger-29/+71
2024-01-05Rollup merge of #119468 - notriddle:notriddle/compression, r=GuillaumeGomezMichael Goulet-68/+128
2024-01-05Add notes about the serialization formatMichael Howell-1/+1
2023-12-31Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla...bors-40/+9
2023-12-31rustdoc-search: tighter encoding for `f` indexMichael Howell-15/+66
2023-12-30rustdoc-search: fix inaccurate type descriptionsMichael Howell-54/+63
2023-12-28Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=Guillaum...Matthias Krüger-17/+30
2023-12-26rustdoc-search: count path edits with separate edit limitMichael Howell-17/+30
2023-12-26rustdoc: treat query string `+` as spaceMichael Howell-1/+2
2023-12-26rustdoc: search for tuples and unit by type with `()`Michael Howell-29/+71
2023-12-19Fix corner cases when dealing with mobile modeMichael Howell-11/+7
2023-12-18Add back the columnMichael Howell-1/+1
2023-12-17rustdoc: clean up source sidebar hide buttonMichael Howell-44/+17
2023-12-17Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomezbors-46/+28
2023-12-15rustdoc-search: remove parallel searchWords arrayMichael Howell-46/+28
2023-12-15Rollup merge of #118977 - GuillaumeGomez:simplifysrc-script, r=notriddleMatthias Krüger-12/+3
2023-12-15Simplify `src-script.js` codeGuillaume Gomez-12/+3
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-11/+331
2023-12-14Use Map instead of Object for source files and search indexGuillaume Gomez-83/+66
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-41/+187