summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2024-08-27Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri...Matthias Krüger-1/+27
2024-08-25Add regression test for impl associated types source linkGuillaume Gomez-0/+26
2024-08-25Generate missing source link on impl associated typesGuillaume Gomez-1/+1
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-0/+17
2024-08-22Add regression test for #126796Guillaume Gomez-0/+27
2024-08-17Stabilize opaque type precise capturingMichael Goulet-1/+0
2024-08-12Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdocGuillaume Gomez-5/+5
2024-08-10Add regression tests for negative impls not showing their itemsGuillaume Gomez-0/+26
2024-08-05Update rustdoc testsGuillaume Gomez-5/+5
2024-08-03Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...Matthias Krüger-2/+1
2024-08-03Rollup merge of #128161 - EtomicBomb:just-compiletest, r=notriddleMatthias Krüger-0/+244
2024-08-01rustdoc: Add test for `impl_trait_in_accos_type`Alona Enraght-Moony-0/+17
2024-07-29rustdoc: move the wbr after the underscore, instead of beforeMichael Howell-1/+1
2024-07-29rustdoc: word wrap CamelCase in the item list tableMichael Howell-1/+9
2024-07-29reformatted rustdoc/cross-crate-info, fixing trailing newline issueEtomicBomb-46/+2
2024-07-29ordering and wrapping cross-crate-info testsEtomicBomb-59/+65
2024-07-29initial implementation of rustdoc nested aux-buildEtomicBomb-0/+282
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-2/+1
2024-07-21Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnrbors-2/+2
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-1/+1
2024-07-18Make clippy and rustdoc happyMichael Goulet-2/+2
2024-07-17Add cross-crate precise capturing support to rustdocMichael Goulet-0/+20
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-1/+1
2024-07-13Rollup merge of #127671 - notriddle:notriddle/issue-d, r=Mark-SimulacrumJubilee-60/+32
2024-07-12Move assertion-free rustdoc ice tests to rustdoc-uiMichael Howell-50/+0
2024-07-12rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2024-07-12Add URL and crate_name to test casesMichael Howell-4/+26
2024-07-12Add rustdoc support for use<> in (local) RPITsMichael Goulet-0/+14
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-0/+2
2024-06-28finishing touches, move fixed ICEs to ui testsDeadbeef-1/+2
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-4378/+4378
2024-06-22Auto merge of #126761 - GuillaumeGomez:unsafe_extern_blocks, r=spastorinobors-0/+30
2024-06-22Make `effects` an incomplete featureDeadbeef-10/+13
2024-06-20Add regression test for `unsafe_extern_blocks`Guillaume Gomez-0/+30
2024-06-04Update code format and testsSergi-Ferrez-8/+7
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-1/+0
2024-05-27Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomezbors-0/+6
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-1/+1
2024-05-25rustdoc: Elide const-unstable if also unstable overallNoah Lev-0/+6
2024-05-21Move tests into appropriate subdirectoriesMichael Howell-12/+4
2024-05-21rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2024-05-21Add URL and crate_name to test casesMichael Howell-12/+40
2024-05-19Add failing test for cross-crate enum in type aliasMichael Goulet-0/+12
2024-05-14rustdoc: Negative impls are not notableMichael Goulet-0/+24
2024-05-13Apply nitsMichael Goulet-0/+1
2024-05-11Always hide private fields in aliased typeUrgau-0/+20
2024-05-07rustdoc: use stability, instead of features, to decide what to showMichael Howell-2/+23
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-1/+0
2024-04-28Fix the assertion crash from rustdoc document indent widthsyukang-0/+7
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-5/+5