about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/main.js
AgeCommit message (Expand)AuthorLines
2025-07-26Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla...Trevor Gross-5/+19
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-23Fixes firefox copy paste issuegstjepan2-1/+29
2025-06-16rustdoc: add ways of collapsing all impl blocksbinarycat-5/+19
2025-05-10rustdoc: Fix links in trait impl docsSpecificProtagonist-1/+3
2025-04-02rustdoc js: satisfy eslintbinarycat-1/+1
2025-04-02main.js: make hideAllModals docs clearerbinarycat-1/+1
2025-04-02settings.js: make top-level code typecheckbinarycat-1/+1
2025-04-02settings.js: begin typechecking migrationbinarycat-3/+0
2025-03-10main.js: remove searchState from globals.binarycat-1/+1
2025-03-10main.js: typecheck things related to window.register_type_implsbinarycat-6/+2
2025-03-10rustdoc.d.ts: add window.{register_implementors,pending_implementors}binarycat-3/+0
2025-03-10rustdoc.d.ts: window.SIDEBAR_ITEMS may exist.binarycat-1/+0
2025-03-10main.js: handle document.activeElement being nullbinarycat-2/+2
2025-03-10main.js(isDisplayed): coerce truthy values to booleanbinarycat-3/+2
2025-03-10main.js: always refer to searchState through window.searchStatebinarycat-10/+5
2025-03-10main.js: handleEscape and handleShortcut accept KeyboardEventbinarycat-2/+6
2025-03-10main.js: give type signatures to a few helper functionsbinarycat-4/+8
2025-03-10main.js: don't set mouseMovedAfterSearch, as it is never readbinarycat-1/+0
2025-03-10main.js: insertAfter needs non-root referenceNodebinarycat-4/+1
2025-02-24Rollup merge of #136991 - GuillaumeGomez:code-wrapping, r=notriddleJacob Pratt-20/+17
2025-02-15fix(rustdoc): Fixed `Copy Item Path` in rust docTapan Prakash-1/+4
2025-02-14Add new setting to wrap source code lines when too longGuillaume Gomez-20/+17
2025-02-05Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmeaseLeón Orell Valerian Liehr-140/+124
2025-02-03rustdoc: clean up a bunch of ts-expected-error declarations in mainMichael Howell-140/+124
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-8/+8
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-51/+294
2024-09-29Copy correct path to clipboard for modules/keywords/primitivesclubby789-5/+9
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-64/+77
2024-09-23Tweak breadcrumbs listMichael Howell-7/+4
2024-09-22Generate line numbers for non-rust code examples as wellGuillaume Gomez-7/+9
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-0/+8
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-57/+65
2024-09-07Generate scraped examples buttons in JSGuillaume Gomez-6/+8
2024-09-05Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddleMatthias Krüger-2/+7
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-2/+2
2024-08-31Fix code examples buttons not appearing on click on mobileGuillaume Gomez-2/+8
2024-08-31Unify scraped examples with other code examplesGuillaume Gomez-2/+7
2024-08-20rustdoc: consistentify `#TOC` and `#ModNav` to lowercaseMichael Howell-2/+2
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-2/+2
2024-08-12Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdocGuillaume Gomez-2/+6
2024-08-06rustdoc-search: account for numeric disambiguators on implsMichael Howell-6/+12
2024-08-05Prevent clicking on a link or on a button to toggle the code example buttons ...Guillaume Gomez-2/+6
2024-08-03Rollup merge of #128573 - GuillaumeGomez:simplify-body, r=notriddleMatthias Krüger-5/+3
2024-08-03Simplify `body` usage in rustdocGuillaume Gomez-5/+3
2024-08-01rustdoc: Remove dead opaque_tys rendering logicAlona Enraght-Moony-1/+0
2024-07-29Make the buttons remain when code example is clickedGuillaume Gomez-2/+23
2024-07-28Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-teamGuillaume Gomez-21/+69
2024-07-18Rearrange sidebar modnav builder to more logical orderMichael Howell-2/+2
2024-07-18rustdoc: fix `current` class on sidebar modnavMichael Howell-3/+5