about summary refs log tree commit diff
path: root/src/librustdoc/test
AgeCommit message (Collapse)AuthorLines
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-279/+0
This modules contains the implementation of doctests, and not the tests of rustdoc itself. This name is confusing, so let's rename it to doctest for clarity.
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-89/+69
2019-06-16Separate librustcdoc modulechansuke-0/+299