about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
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
2023-07-22fix doc links on `use` itemsLukas Markeffsky-0/+16
2023-07-20Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau...Matthias Krüger-12/+31
2023-07-20Rollup merge of #113857 - GuillaumeGomez:document-hidden-items-test, r=notriddleMatthias Krüger-0/+71
2023-07-19Add tests for `--document-hidden-items` optionGuillaume Gomez-0/+71
2023-07-18Add regression test for #105735Guillaume Gomez-0/+46
2023-07-14rustdoc: use `src` consistently over `source` in JavaScriptMichael Howell-5/+5
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-10/+10
2023-07-12Update jump to def testsGuillaume Gomez-9/+61
2023-06-27Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddleMatthias Krüger-1/+1
2023-06-26Add/improve code commentsGuillaume Gomez-1/+1