about summary refs log tree commit diff
path: root/src/tools/lint-docs
AgeCommit message (Collapse)AuthorLines
2020-09-16Pass --target to lint docsMark Rousskov-14/+34
Otherwise, we may not have a standard library built for the native "host" target of the rustc being run.
2020-09-14Include non-JSON output in error display for lint-doc failure.Eric Huss-1/+4
Some errors, like if rustc is broken, or dylib search path is wrong, will only display non-JSON errors. Show those, too, to make it easier to debug a problem.
2020-09-13Support `ignore` for lint examples.Eric Huss-9/+20
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-30/+17
2020-09-13Auto-generate lint documentation.Eric Huss-0/+657