| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -44/+0 | |
| 2021-11-28 | Fix warnings in rustdoc HTML tests | Noah Lev | -0/+2 | |
| Now that compiletest denies warnings in these tests, they need fixing! | ||||
| 2020-08-27 | Remove dependency on StringReader from rustdoc highlighter | Aleksey Kladov | -6/+6 | |
| rustc_lexer is the lossless lexer, which is a better fit for approximate syntax highlighting. As a side-effect, we can now syntax-highlight even broken code. | ||||
| 2020-01-17 | rustdoc: Catch fatal errors when syntax highlighting | Oliver Middleton | -0/+7 | |
| For some errors the lexer will unwind so we need to handle that in addition to handling `token::Unknown`. | ||||
| 2020-01-15 | rustdoc: HTML escape codeblocks which fail syntax highlighting | Oliver Middleton | -0/+8 | |
| 2019-01-14 | rustdoc: check code block syntax in early pass | Andy Russell | -0/+27 | |
