| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-06-04 | slightly improve rustdoc xml path error | Guillaume Gomez | -9/+13 | |
| 2017-09-30 | let htmldocck.py check for directories | QuietMisdreavus | -0/+18 | |
| 2017-08-26 | Allow htmldocck to run using Python 3. | kennytm | -13/+20 | |
| 2016-05-30 | print enum variant fields in docs | Oliver Schneider | -0/+1 | |
| 2016-04-22 | Only record the same impl once | mitaa | -3/+6 | |
| Due to inlining it is possible to visit the same module multiple times during `<Cache as DocFolder>::fold_crate`, so we keep track of the modules we've already visited. | ||||
| 2015-12-10 | Improve `htmldocck.py` error messages | mitaa | -54/+86 | |
| 2015-04-07 | rustdoc: Add a primitive page for raw pointers | Alex Crichton | -1/+2 | |
| Closes #15318 | ||||
| 2015-02-27 | Add a way to assert the number of occurrences to htmldocck | Seo Sanghyeon | -0/+15 | |
| 2015-01-27 | Fix PEP8 for htmldocck | Richo Healey | -15/+45 | |
| 2015-01-18 | tests: Warn on the trailing backslash in the template. | Kang Seonghoon | -0/+3 | |
| 2015-01-18 | tests: Tidy and allows multi-line htmldocck commands. | Kang Seonghoon | -3/+35 | |
| 2015-01-18 | tests: Add htmldocck.py script for the use of Rustdoc tests. | Kang Seonghoon | -0/+316 | |
| The script is intended as a tool for doing every sort of verifications amenable to Rustdoc's HTML output. For example, link checkers would go to this script. It already parses HTML into a document tree form (with a slight caveat), so future tests can make use of it. As an example, relevant `rustdoc-*` run-make tests have been updated to use `htmldocck.py` and got their `verify.sh` removed. In the future they may go to a dedicated directory with htmldocck running by default. The detailed explanation of test scripts is provided as a docstring of htmldocck. cc #19723 | ||||
