about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/invalid-syntax.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-107/+0
2022-10-03Fix rustdoc ICE in invalid_rust_codeblocks lintNilstrieb-0/+6
The diagnostic message extraction code didn't handle translations yet.
2021-05-17Add back missing help for ignore blocksJoshua Nelson-1/+1
This also gives a better error message when a span is missing.
2020-04-19Moving all rustdoc-ui tests to check-passVal Markovic-1/+1
These were all build-pass before and don't seem to need it. Helps with #62277
2020-01-17rustdoc: Catch fatal errors when syntax highlightingOliver Middleton-0/+6
For some errors the lexer will unwind so we need to handle that in addition to handling `token::Unknown`.
2019-11-10Add warning annotations to rustdoc-ui testsTomasz Miąsko-1/+12
2019-09-07rustdoc: fix diagnostic with mixed code block stylesEric Huss-0/+8
2019-08-19librustdoc: warn on empty doc testTom Milligan-0/+10
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-01-14rustdoc: check code block syntax in early passAndy Russell-1/+60
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-29Improve error display for codeblocks in rustdocGuillaume Gomez-0/+17