about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2023-09-21rustdoc: update test cases for changes to the printing styleMichael Howell-11/+22
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-1/+1
2023-09-20Delete obsolete --disable-per-crate-search rustdoc flagDavid Tolnay-6/+0
2023-09-20fix rustdoc testsDeadbeef-10/+12
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-6/+75
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-1/+1
2023-09-15Add tests for `custom_code_classes_in_docs` featureGuillaume Gomez-0/+28
2023-09-11Add test for the presence of "Aliased type" title in the sidebarGuillaume Gomez-0/+2
2023-09-08rustdoc: add impl items from aliased type into sidebarMichael Howell-0/+5
2023-09-08Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau...Guillaume Gomez-0/+59
2023-09-08Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...Matthias Krüger-8/+23
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-0/+158
2023-09-06Add regression test for private fields in tuple structGuillaume Gomez-0/+15
2023-09-06Render missing fields in tuple struct/enum as /* private fields */Michael Goulet-8/+8
2023-09-02Auto merge of #115286 - saethlin:detangler, r=petrochenkovbors-1/+1
2023-09-01Reuse const rendering from rustdoc in rmeta encodingBen Kimock-1/+1
2023-09-01rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-0/+34
2023-08-28rustdoc: always print type alias inner type (with it's where clauses)Urgau-3/+39
2023-08-26rustdoc: remove details for type alias inner type and fix sidebarUrgau-10/+16
2023-08-26rustdoc: normalize all typedef inner typesUrgau-7/+23
2023-08-26rustdoc: bind typedef inner type items to the folding systemUrgau-1/+5
2023-08-26rustdoc: handle typedef inner type when doing cross-crate inliningUrgau-0/+16
2023-08-26rustdoc: show inner enum and struct in type definition for concrete typeUrgau-0/+80
2023-08-24rustdoc: list matching impls on type aliasesMichael Howell-0/+59
2023-08-24Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomezbors-8/+7
2023-08-23Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddleGuillaume Gomez-0/+30
2023-08-23Add test for `--no-html-source` flagGuillaume Gomez-0/+30
2023-08-21rustdoc: Rename "Type Definition" to "Type Alias"Noah Lev-8/+7
2023-08-18Add check-pass tests and fix test behaviorKyle Lin-1/+2
2023-08-18Still resolving rustdoc resolution panickingKyle Lin-1/+5
2023-08-04Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli...Matthias Krüger-5/+5
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-08-03Handle inherent associated types falloutLeón Orell Valerian Liehr-5/+5
2023-07-29Mark lazy_type_alias as incompleteMichael Goulet-0/+2
2023-07-28Add rustdoc tests for generic const itemsLeón Orell Valerian Liehr-0/+86
2023-07-27Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm...bors-0/+212
2023-07-27Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG...Guillaume Gomez-2/+50
2023-07-26Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddlebors-0/+22
2023-07-26Fix regression for private in publicGuillaume Gomez-0/+14
2023-07-26rustdoc: fix cross-crate impl-SizedLeón Orell Valerian Liehr-2/+50
2023-07-25Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkovbors-4/+21
2023-07-24Add regression test for generics reexport of private importGuillaume Gomez-0/+13
2023-07-24Add test for `--document-hidden-items`Guillaume Gomez-0/+16
2023-07-24Add test for private itemsGuillaume Gomez-0/+32
2023-07-24Correctly handle `super` and `::`Guillaume Gomez-0/+23
2023-07-24Extend issue-81141-private-reexport-in-public-api test to cover more casesGuillaume Gomez-0/+80
2023-07-24Add regression test for #81141Guillaume Gomez-0/+34
2023-07-24Add regression test for #113982Guillaume Gomez-0/+22
2023-07-22fix doc links on `extern crate` itemsLukas Markeffsky-4/+5
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-0/+70