summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2023-06-24Fix URL encoding of % sign in Rust Doc.TumoiYorozu-2/+0
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-4/+5
2023-05-17Add missing backslash in HTML stringGuillaume Gomez-1/+1
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-1/+3
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-2/+1
2023-04-30Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger-30/+8
2023-04-29Unify attributes retrieval for JSON and HTML renderingGuillaume Gomez-73/+2
2023-04-29Get `repr` information through `AdtDef` for foreign itemsGuillaume Gomez-10/+59
2023-04-28rustdoc: fix weird margins between Deref impl itemsMichael Howell-6/+12
2023-04-22Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jshaYuki Okushi-0/+1
2023-04-21rustdoc: factor `document_type_layout` into its own moduleMichael Howell-0/+1
2023-04-12remove some unneeded importsKaDiWa-1/+0
2023-04-05rustdoc: migrate `item_union` to an Askama templateMichael Howell-35/+42
2023-04-03rustdoc: migrate document functions to return a DisplayMichael Howell-124/+140
2023-04-03rustdoc: convert render_attributes_in_pre to return a DisplayMichael Howell-5/+12
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-2/+2
2023-03-12rustdoc: rename `Type::is_same` to `is_doc_subtype_of`Michael Howell-2/+2
2023-03-11Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomezMatthias Krüger-632/+1
2023-03-11Rollup merge of #108757 - clubby789:askama-move, r=notriddle,jsha,GuillaumeGomezMatthias Krüger-43/+54
2023-03-11Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jshaMatthias Krüger-0/+1
2023-03-10Render doc sidebar using Askamaclubby789-632/+1
2023-03-10Migrate `document_item_info` to templatesclubby789-43/+54
2023-03-10rustdoc: sort deprecated items lower in searchPeter Jaszkowiak-0/+1
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-2/+2
2023-02-15Use more let chainGuillaume Gomez-27/+25
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-1/+1
2023-02-11Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume...Dylan DPC-3/+0
2023-02-03rustdoc: use the same URL escape rules for fragments as for examplesMichael Howell-23/+52
2023-01-31rustdoc: remove inconsistently-present sidebar tooltipsMichael Howell-3/+0
2023-01-30rustdoc: remove meta keywords from HTMLMichael Howell-2/+0
2023-01-28rustdoc: remove unused class `has-srclink`Michael Howell-16/+4
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-1/+1
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-6/+6
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-1/+1
2023-01-14Rollup merge of #106855 - klensy:rd-s, r=notriddleMatthias Krüger-3/+3
2023-01-14Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill...Matthias Krüger-1/+1
2023-01-14Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomezYuki Okushi-2/+2
2023-01-13rustdoc: remove `docblock` class from notable trait popoverMichael Howell-1/+1
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-4/+4
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-2/+2
2023-01-13IndexItem.name String -> Symbolklensy-1/+1
2023-01-13evade clonesklensy-2/+2
2022-12-21rustdoc: simplify CSS and DOM for more-scraped-examplesMichael Howell-3/+2
2022-12-16Don't add "Read more" link if there is no extra contentGuillaume Gomez-2/+3
2022-12-12rustdoc: stop treating everything in a trait item as a methodMichael Howell-2/+1
2022-12-07Update scrape-examples help, fix documentation typosWill Crichton-7/+8
2022-12-07Improve several aspects of the Rustdoc scrape-examples UI.Will Crichton-5/+13
2022-11-28rustdoc: remove `fnname` CSS class that's styled exactly like `fn`Michael Howell-2/+2
2022-11-23Improve accessibility:Guillaume Gomez-6/+6
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-4/+4