about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js
AgeCommit message (Expand)AuthorLines
2023-11-26Fix Rustdoc search docs linkclubby789-2/+1
2023-11-26Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomezGuillaume Gomez-21/+11
2023-11-25rustdoc: replace `elemIsInParent` with `Node.contains`Michael Howell-21/+11
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-49/+287
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-11-12rustdoc: use `.rustdoc` class instead of `body`Michael Howell-2/+2
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-3/+12
2023-10-22rustdoc: clean up and comment main.js `register_type_impls`Michael Howell-14/+44
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-1/+173
2023-10-11rustdoc: fix resize trouble with mobileMichael Howell-0/+4
2023-10-11rustdoc: avoid whole page layout on each frameMichael Howell-4/+53
2023-10-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-10/+110
2023-10-11rustdoc: clean up main.js and src-script.jsMichael Howell-6/+13
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-11/+171
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-8/+32
2023-10-10Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...Guillaume Gomez-3/+44
2023-10-08rustdoc: add missing macros to sibling nav sidebarMichael Howell-1/+15
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-5/+10
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-3/+4
2023-10-08rustdoc: show crate name beside small logoMichael Howell-2/+6
2023-10-05rustdoc-search: fix bug with multi-item impl traitMichael Howell-1/+1
2023-09-21Update search-result-impl-disambiguation.gomlMichael Howell-2/+2
2023-09-21rustdoc: wait for section to open before trying to highlightMichael Howell-2/+6
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-3/+40
2023-09-20rustdoc: add comment about numeric spacingMichael Howell-0/+4
2023-09-19rustdoc: add test cases, and fix, search tabsMichael Howell-2/+7
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-292/+496
2023-09-18Move mobile topbar title creation entirely into JSGuillaume Gomez-3/+5
2023-09-15rustdoc: avoid calling `document.write` after the page loadsMichael Howell-2/+12
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-14/+15
2023-09-13Merge settings.css into rustdoc.cssGuillaume Gomez-8/+0
2023-09-09rustdoc-search: fix bugs when unboxing and reordering combineMichael Howell-235/+275
2023-09-08Change syntax for anonymous functions setGuillaume Gomez-18/+18
2023-09-03rustdoc: fix test case for generics that look like namesMichael Howell-1/+2
2023-09-03rustdoc: bug fix for `-> option<t>`Michael Howell-1/+5
2023-09-03rustdoc-search: add support for type parametersMichael Howell-173/+332
2023-09-03rustdoc-search: `null`, not `-1`, for missing idMichael Howell-14/+14
2023-09-03Rollup merge of #115490 - pitaj:rustdoc-searchjs-comment, r=GuillaumeGomezGuillaume Gomez-8/+17
2023-09-02rustdoc: update comment in search.js for #107629Peter Jaszkowiak-8/+17
2023-09-01[rustdoc] Fix path in type-based searchGuillaume Gomez-23/+89
2023-08-31Improve `search.js` codeGuillaume Gomez-17/+13
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-1/+1