about summary refs log tree commit diff
path: root/src/tools/html-checker/main.rs
AgeCommit message (Collapse)AuthorLines
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-0/+5
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-06-28Only run HTML check on rustdoc generated itemsGuillaume Gomez-14/+11
2021-06-28Add new tool to check HTML:Guillaume Gomez-0/+96
* Make html-checker run by default on rust compiler docs as well * Ensure html-checker is run on CI * Lazify tidy binary presence check