summary refs log tree commit diff
path: root/tests/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2025-03-14Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr"Michael Goulet-6/+3
2025-03-14doctests: build test bundle and harness separatelyMichael Howell-1/+71
2025-03-14also skip abi_required_features check in rustdocRalf Jung-3/+13
2025-03-14add testRalf Jung-0/+18
2025-02-12Rollup merge of #136927 - GuillaumeGomez:add-missing-hashtag-escape, r=notriddleJacob Pratt-0/+17
2025-02-12Add regression test for #136899Guillaume Gomez-0/+17
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-184/+276
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-3/+6
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-1/+1
2025-02-04Add missing lang items in no_core tests in rustdocMichael Goulet-3/+6
2025-02-03Enable more tests on WindowsBen Kimock-1/+1
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-2/+2
2025-01-31Rollup merge of #134531 - GuillaumeGomez:extract-doctests, r=notriddle,aDotIn...Matthias Krüger-1/+20
2025-01-30Give 104145, 103463, and 31948 more descriptive namesMichael Howell-0/+0
2025-01-29rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+32
2025-01-29Improve check for `--output-format` combinations and add ui regression testGuillaume Gomez-1/+4
2025-01-29Move extracted doctest code and types into its own fileGuillaume Gomez-1/+1
2025-01-29Add ui test for new rustdoc `--output-format=doctest` optionGuillaume Gomez-0/+16
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-2/+2
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-9/+9
2025-01-24Reword "crate not found" resolve messageEsteban Küber-9/+9
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-11/+13
2025-01-21Auto merge of #133830 - compiler-errors:span-key, r=lcnrbors-2/+2
2025-01-20Rollup merge of #135736 - fmease:rustdoc-fix-flaky-test, r=GuillaumeGomez许杰友 Jieyou Xu (Joe)-1/+2
2025-01-19rustdoc: Fix flaky doctest testLeón Orell Valerian Liehr-1/+2
2025-01-15Rework trait expansion to happen once explicitlyMichael Goulet-2/+2
2025-01-12Remove some empty expected files to fix blessingJosh Triplett-0/+0
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+4
2024-12-31chore: fix some typospeicuiping-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-126/+126
2024-12-20Add test to ensure passing `--doctest_compilation_args` multiple times workGuillaume Gomez-0/+23
2024-12-20Add regression test for `--doctest-compilation-args`Guillaume Gomez-0/+18
2024-12-18Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errorsJacob Pratt-2/+2
2024-12-18Point at lint name instead of whole attr for gated lintsEsteban Küber-2/+2
2024-12-17Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomezJacob Pratt-1/+3
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-1/+3
2024-12-16Rollup merge of #134260 - GuillaumeGomez:doctest-attrs, r=notriddleMatthias Krüger-0/+123
2024-12-16Remove unneeded handling of backlines in doctest attributesGuillaume Gomez-0/+46
2024-12-16Also handle cases where attributes are unclosedGuillaume Gomez-2/+20
2024-12-16Add ui regression test for #134221Guillaume Gomez-0/+59
2024-12-13Account for `///` when rendering multiline spansEsteban Küber-24/+102
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-25/+0
2024-12-12Tweak multispan renderingEsteban Küber-135/+24
2024-12-08rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-80/+80
2024-12-08Add URL to test casesMichael Howell-0/+9
2024-12-07fix rustdoc testEsteban Küber-2/+2
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-2/+2
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-4/+4
2024-12-01Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddleMatthias Krüger-62/+26
2024-11-29Rollup merge of #133584 - ehuss:more-2024-unstable-options, r=compiler-errorsMatthias Krüger-3/+3