about summary refs log tree commit diff
path: root/src/tools/html-checker
AgeCommit message (Collapse)AuthorLines
2021-06-28Only run HTML check on rustdoc generated itemsGuillaume Gomez-14/+11
2021-06-28Add new tool to check HTML:Guillaume Gomez-0/+108
* Make html-checker run by default on rust compiler docs as well * Ensure html-checker is run on CI * Lazify tidy binary presence check