summary refs log tree commit diff
path: root/src/librustdoc/html/static/js
AgeCommit message (Expand)AuthorLines
2025-02-12rustdoc: use better, consistent SVG icons for scraped examplesMichael Howell-4/+8
2025-02-10Move line numbers into the `<code>` directlyGuillaume Gomez-10/+8
2025-02-05Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmeaseLeón Orell Valerian Liehr-148/+156
2025-02-04Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelidMatthias Krüger-12/+13
2025-02-03rustdoc: clean up a bunch of ts-expected-error declarations in mainMichael Howell-148/+156
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-12/+13
2025-01-30Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdocMatthias Krüger-0/+14
2025-01-29Add new setting allowing to switch to sans serif fontsGuillaume Gomez-0/+14
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-680/+1655
2025-01-16Treat other items as functions for the purpose of type-based searchbinarycat-0/+16
2025-01-13for purely return-type based searches, deprioritize clone-like functionsbinarycat-0/+46
2024-12-31Fix typosericlehong-2/+2
2024-12-13rustdoc-search: show `impl Trait` inline when unhighlightedMichael Howell-1/+6
2024-11-18rustdoc-search: add descriptive comments to bitmap classMichael Howell-0/+23
2024-11-18rustdoc-search: use smart binary search in bitmapsMichael Howell-10/+32
2024-11-15rustdoc search: allow queries to end in an empty path segmentbinarycat-5/+15
2024-11-14Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgrbors-4/+7
2024-11-14rustdoc-search: case-sensitive only when capitals are usedMichael Howell-4/+7
2024-11-13Add descriptive comment for NameTrieMichael Howell-0/+19
2024-11-13Remove console.logMichael Howell-3/+0
2024-11-13rustdoc: use a trie for name-based searchMichael Howell-104/+695
2024-10-31Adjust ranking so that duplicates count against rankMichael Howell-14/+11
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-79/+273
2024-10-30rustdoc-search: show types signatures in resultsMichael Howell-80/+611
2024-10-30rustdoc-search: use correct type annotationsMichael Howell-2/+2
2024-10-30rustdoc-search: pass original names through ASTMichael Howell-20/+26
2024-10-30rustdoc-search: simplify the checkTypes fast pathMichael Howell-26/+11
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-85/+116
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-19Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddlebors-23/+42
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-6/+14
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-75/+101
2024-09-07Generate scraped examples buttons in JSGuillaume Gomez-23/+42
2024-09-05rustdoc-search: allow trailing `Foo ->` arg searchMichael Howell-5/+6
2024-09-05Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddleMatthias Krüger-6/+10
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-6/+40
2024-09-02Simplify CSS but wrapping scraped example into a div and move the title out o...Guillaume Gomez-2/+2
2024-08-31Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri...Matthias Krüger-2/+8
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-4/+8
2024-08-29Separate core search logic with search uiFolyd-2277/+2316
2024-08-24Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddleTrevor Gross-0/+8
2024-08-23rustdoc: show exact case-sensitive matches firstbinarycat-0/+8
2024-08-22rustdoc-search: use tighter json for names and parentsMichael Howell-7/+10
2024-08-20rustdoc: consistentify `#TOC` and `#ModNav` to lowercaseMichael Howell-2/+2
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-6/+40
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