about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/externs.js
AgeCommit message (Expand)AuthorLines
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-270/+0
2024-10-30rustdoc-search: show types signatures in resultsMichael Howell-0/+3
2024-10-30rustdoc-search: use correct type annotationsMichael Howell-2/+2
2024-09-05rustdoc-search: allow trailing `Foo ->` arg searchMichael Howell-0/+1
2024-06-07Add test for PR #126057Sunshine-1/+2
2024-04-08rustdoc: add re-export info to RawSearchIndex type defMichael Howell-6/+13
2023-12-30rustdoc-search: fix inaccurate type descriptionsMichael Howell-0/+56
2023-12-13rustdoc-search: use set ops for ranking and filteringMichael Howell-1/+2
2023-11-19rustdoc-search: add support for associated typesMichael Howell-1/+4
2023-09-03rustdoc: bug fix for `-> option<t>`Michael Howell-0/+1
2023-09-03rustdoc-search: add support for type parametersMichael Howell-2/+49
2023-09-03rustdoc-search: `null`, not `-1`, for missing idMichael Howell-1/+1
2023-06-11rustdoc-search: build args, return, and generics on one unifierMichael Howell-2/+2
2023-04-17rustdoc: restructure type search engine to pick-and-use IDsMichael Howell-1/+4
2023-04-13rustdoc-search: use ES6 Map for `Result` instead of ObjectMichael Howell-1/+6
2022-06-27Add comments, fixes for `0` sentinelMichael Howell-0/+6
2022-06-27Update src/librustdoc/html/static/js/externs.jsMichael Howell-1/+1
2022-06-27Add documentationMichael Howell-0/+53
2022-05-07Change eslint rules from configuration comments to configuration filesFolyd-3/+0
2022-04-26Migrate externs.js to ES6Guillaume Gomez-7/+10
2022-04-18Apply suggestions:Guillaume Gomez-1/+0
2022-04-18* Greatly improve the rustdoc search parser source codeGuillaume Gomez-6/+38
2022-04-18Improve naming of "val" fieldGuillaume Gomez-1/+1
2022-04-18Greatly improve rustdoc searchGuillaume Gomez-4/+24
2021-12-22Add some JSDoc comments to rustdoc JSJacob Hoffman-Andrews-0/+32