about summary refs log tree commit diff
path: root/tests/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2025-08-12Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease...Stuart Cook-0/+6
2025-08-11don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE]binarycat-0/+6
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-6/+6
2025-08-02Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191...Samuel Tardieu-22/+261
2025-07-30Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycatSamuel Tardieu-96/+135
2025-07-28feat: Right align line numbersScott Schafer-1/+1
2025-07-24move bad-intra-doc test into intra-doc dirbinarycat-0/+0
2025-07-24rustdoc::broken_intra_doc_links: only be lenient with shortcut linksbinarycat-2/+10
2025-07-24rustdoc: update tests to match new lint behaviorbinarycat-25/+3
2025-07-24adjust more unit tests to reflect more aggressive intra-doc lintingbinarycat-21/+230
2025-07-24get rid of some false negatives in rustdoc::broken_intra_doc_linksbinarycat-0/+44
2025-07-24Update rustdoc ui testsGuillaume Gomez-96/+135
2025-07-17Specify of_trait in Target::Impl.Camille GILLOT-2/+2
2025-07-03refactor: Make -Ztrack-diagnostics emit like a noteScott Schafer-3/+6
2025-06-30Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC...Guillaume Gomez-2/+2
2025-06-23Improve code and documentationGuillaume Gomez-3/+31
2025-06-23Add ui test for `redundant_explicit_links` rustdoc lint for items coming from...Guillaume Gomez-0/+51
2025-06-16rustdoc: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-4/+16
2025-06-10Add new extracted option doctest ui test for result returning doctestGuillaume Gomez-0/+12
2025-06-10Give more information into extracted doctest informationGuillaume Gomez-1/+1
2025-06-08Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obkbors-1/+1
2025-06-07Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomezGuillaume Gomez-0/+382
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-1/+1
2025-06-03Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJungMatthias Krüger-4/+4
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-4/+4
2025-05-29Rework `#[doc(cfg(..))]` checks as distinct pass in rustdocUrgau-15/+39
2025-05-28Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill...Trevor Gross-0/+43
2025-05-27rustdoc: linking to a local proc macro no longer warnsbinarycat-0/+43
2025-05-26rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg workUrgau-11/+50
2025-05-23Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG...Matthias Krüger-33/+99
2025-05-22Collect and use `#[doc(test(attr(..)))]` at every levelUrgau-0/+262
2025-05-22Allow `#![doc(test(attr(..)))]` at every levelUrgau-26/+10
2025-05-22Allow `#![doc(test(attr(..)))]` doctests to be again merged togetherUrgau-3/+8
2025-05-22Collect and use `#![doc(test(attr(..)))]` at module level tooUrgau-0/+115
2025-05-22rustdoc: improve diagnostics on raw doc fragmentsbinarycat-33/+99
2025-05-22Allow `#![doc(test(attr(..)))]` at module level tooUrgau-10/+26
2025-05-22Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddlebors-0/+73
2025-05-09Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeG...Matthias Krüger-6/+5
2025-05-06rustdoc: remove unportable markdown lint and old parserMichael Howell-85/+0
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-10/+13
2025-05-02Add regression test for #140310Guillaume Gomez-0/+43
2025-05-02Emit a warning if the doctest `main` function will not be runGuillaume Gomez-0/+30
2025-05-01Rollup merge of #140420 - fmease:rustdoc-fix-doctest-heur, r=GuillaumeGomezGuillaume Gomez-51/+154
2025-05-01rustdoc: Fix doctest heuristic for main fn wrappingLeón Orell Valerian Liehr-51/+154
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-87/+89
2025-04-28Rollup merge of #140220 - GuillaumeGomez:doctest-main-wrapping, r=fmeaseGuillaume Gomez-27/+55
2025-04-27Fix bad handling of macros if there is already a `main` functionGuillaume Gomez-0/+23
2025-04-25If there is a `;` alone, we consider that the doctest needs to be put inside ...Guillaume Gomez-27/+4
2025-04-25Add rustdoc-ui regression test for #140289Guillaume Gomez-0/+72