about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-09-13make the eval() functions on our const types return the resulting valueRalf Jung-2/+2
2023-09-12Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart...bors-144/+77
2023-09-11Rollup merge of #115752 - GuillaumeGomez:aliased-type-title, r=notriddleMatthias Krüger-0/+2
2023-09-11Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obkMatthias Krüger-1/+1
2023-09-11add `is_host_effect` to `GenericParamDefKind::Const` and address reviewDeadbeef-1/+1
2023-09-11Add missing ID into the ID mapGuillaume Gomez-0/+1
2023-09-11Add missing "Aliased type" title in the sidebarGuillaume Gomez-0/+1
2023-09-10Auto merge of #115682 - notriddle:notriddle/impl-sidebar, r=GuillaumeGomezbors-48/+66
2023-09-10rustdoc: filter before storing in vecMichael Howell-4/+10
2023-09-09rustdoc: factor all-impls-for-item out into its own methodMichael Howell-78/+55
2023-09-09rustdoc-search: fix bugs when unboxing and reordering combineMichael Howell-235/+275
2023-09-09Auto merge of #115669 - GuillaumeGomez:js-anonymous-functions, r=notriddlebors-18/+18
2023-09-08Reuse rustdoc's doc comment handling in ClippyAlex Macleod-144/+77
2023-09-08rustdoc: add impl items from aliased type into sidebarMichael Howell-5/+40
2023-09-08Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau...Guillaume Gomez-4/+43
2023-09-08Change syntax for anonymous functions setGuillaume Gomez-18/+18
2023-09-08Auto merge of #113492 - nebulark:pr_96475, r=petrochenkovbors-0/+10
2023-09-08Rollup merge of #115655 - notriddle:notriddle/rustdoc-fe-cleanup, r=Guillaume...Matthias Krüger-3/+1
2023-09-08Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...Matthias Krüger-14/+30
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+10
2023-09-07rustdoc: remove unused ID `mainThemeStyle`Michael Howell-3/+1
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-146/+462
2023-09-06Render missing fields in tuple struct/enum as /* private fields */Michael Goulet-14/+30
2023-09-05Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obkbors-2/+2
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-290/+472
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-03Use relative positions inside a SourceFile.Camille GILLOT-2/+2
2023-09-03Auto merge of #115436 - GuillaumeGomez:fix-type-based-search, r=notriddlebors-135/+242
2023-09-02rustdoc: update comment in search.js for #107629Peter Jaszkowiak-8/+17
2023-09-02Correctly handle paths from foreign itemsGuillaume Gomez-11/+46
2023-09-02Auto merge of #115286 - saethlin:detangler, r=petrochenkovbors-100/+8
2023-09-01Auto merge of #115276 - fmease:rustdoc-obj-lt-defs-handle-self-ty-params, r=G...bors-8/+23
2023-09-01Reuse const rendering from rustdoc in rmeta encodingBen Kimock-100/+8
2023-09-01rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-8/+23
2023-09-01Merge all loops into one when generating search indexGuillaume Gomez-92/+65
2023-09-01[rustdoc] Fix path in type-based searchGuillaume Gomez-36/+139
2023-08-31Improve `search.js` codeGuillaume Gomez-17/+13
2023-08-30Do not ICE in rustdoc.Camille GILLOT-1/+1
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-3/+3
2023-08-28rustdoc: always print type alias inner type (with it's where clauses)Urgau-22/+14
2023-08-27Unify CSS color formats a bit moreGuillaume Gomez-14/+14
2023-08-26Add note about lazy_type_aliasMichael Howell-2/+2
2023-08-26rustdoc: remove details for type alias inner type and fix sidebarUrgau-94/+94
2023-08-26rustdoc: normalize all typedef inner typesUrgau-0/+25
2023-08-26rustdoc: bind typedef inner type items to the folding systemUrgau-35/+48
2023-08-26rustdoc: handle typedef inner type when doing cross-crate inliningUrgau-10/+6
2023-08-26rustdoc: show inner enum and struct in type definition for concrete typeUrgau-5/+231