about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-19/+13
2023-05-17Add missing backslash in HTML stringGuillaume Gomez-1/+1
2023-05-08Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errorsMichael Goulet-1/+3
2023-05-06Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomezYuki Okushi-2/+28
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-1/+3
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-3/+2
2023-04-30Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger-42/+21
2023-04-29Unify attributes retrieval for JSON and HTML renderingGuillaume Gomez-73/+2
2023-04-29Fix display of attributes for enumsGuillaume Gomez-2/+2
2023-04-29Get `repr` information through `AdtDef` for foreign itemsGuillaume Gomez-21/+71
2023-04-28rustdoc: fix weird margins between Deref impl itemsMichael Howell-6/+12
2023-04-28rustdoc: render visibility on associated typeswackbyte-1/+3
2023-04-24rustdoc-search: add slices and arrays to indexMichael Howell-2/+28
2023-04-22Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jshaYuki Okushi-116/+89
2023-04-21rustdoc: remove unnecessary bindingMichael Howell-5/+4
2023-04-21rustdoc: factor `document_type_layout` into its own moduleMichael Howell-77/+90
2023-04-21rustdoc: get rid of redundant, nested `let` linesMichael Howell-17/+13
2023-04-18rustdoc: create variants list outside of templateMichael Howell-56/+53
2023-04-18rustdoc: use a separate template for type layout sizeMichael Howell-12/+12
2023-04-16Spelling librustdocJosh Soref-5/+5
2023-04-12remove some unneeded importsKaDiWa-2/+1
2023-04-10Fix typos in librustdocDaniPopes-2/+3
2023-04-08rustdoc: migrate `document_type_layout` to askamaMichael Howell-99/+67
2023-04-05rustdoc: migrate `item_union` to an Askama templateMichael Howell-289/+361
2023-04-03rustdoc: migrate document functions to return a DisplayMichael Howell-147/+166
2023-04-03rustdoc: convert render_attributes_in_pre to return a DisplayMichael Howell-20/+27
2023-04-03rustdoc: convert `print_tuple_struct_fields` to return a DisplayMichael Howell-16/+18
2023-04-01a couple clippy::complexity fixesMatthias Krüger-5/+2
2023-03-26rustdoc: tweak `some variants omitted`Ezra Shaw-1/+1
2023-03-24Auto merge of #109399 - petrochenkov:rendersort, r=GuillaumeGomezbors-7/+20
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-2/+2
2023-03-20rustdoc: Optimize impl sorting during renderingVadim Petrochenkov-7/+20
2023-03-17extra_info_tags don't return string, use display_fnklensy-35/+56
2023-03-16clean up few allocklensy-1/+1
2023-03-16Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger-2/+7
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-644/+579
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-5/+28
2023-03-10Render doc sidebar using Askamaclubby789-644/+579
2023-03-10Migrate `document_item_info` to templatesclubby789-43/+54
2023-03-10rustdoc: sort deprecated items lower in searchPeter Jaszkowiak-5/+28
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-2/+2
2023-03-09Rollup merge of #108929 - eltociear:patch-20, r=GuillaumeGomezMatthias Krüger-3/+3
2023-03-09Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum...Matthias Krüger-2/+26
2023-03-09Fix typo in span_map.rsIkko Eltociear Ashimine-3/+3
2023-03-08Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jshaMatthias Krüger-3/+1
2023-03-08Only load one CSS theme by defaultMichael Howell-2/+26
2023-03-07rustdoc: fix type search when more than one `where` clause appliesMichael Howell-1/+1
2023-03-07rustdoc: fix type search index for `fn<T>() -> &T where T: Trait`Michael Howell-1/+6