about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/doc-without-codeblock.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-38/+0
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-6/+6
2021-10-20Add test to ensure that the missing_doc_code_examples is not triggered on ↵Guillaume Gomez-1/+1
foreign trait implementations
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-3/+3
- Rename `broken_intra_doc_links` to `rustdoc::broken_intra_doc_links` - Ensure that the old lint names still work and give deprecation errors - Register lints even when running doctests Otherwise, all `rustdoc::` lints would be ignored. - Register all existing lints as removed This unfortunately doesn't work with `register_renamed` because tool lints have not yet been registered when rustc is running. For similar reasons, `check_backwards_compat` doesn't work either. Call `register_removed` directly instead. - Fix fallout + Rustdoc lints for compiler/ + Rustdoc lints for library/ Note that this does *not* suggest `rustdoc::broken_intra_doc_links` for `rustdoc::intra_doc_link_resolution_failure`, since there was no time when the latter was valid.
2020-11-21x.py test --blessJoshua Nelson-6/+6
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-11-24Fix some rustdoc error capitalizationEsteban Küber-4/+4
2019-05-18Update rustdoc-ui testsGuillaume Gomez-4/+14
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-0/+2
2018-12-25Remove licensesMark Rousskov-4/+4
2018-12-04Update doc-ui testsOliver Scherer-4/+4
2018-10-09Add test for docs without examplesGuillaume Gomez-0/+26