| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -107/+0 | |
| 2022-10-03 | Fix rustdoc ICE in invalid_rust_codeblocks lint | Nilstrieb | -0/+6 | |
| The diagnostic message extraction code didn't handle translations yet. | ||||
| 2021-05-17 | Add back missing help for ignore blocks | Joshua Nelson | -1/+1 | |
| This also gives a better error message when a span is missing. | ||||
| 2020-04-19 | Moving all rustdoc-ui tests to check-pass | Val Markovic | -1/+1 | |
| These were all build-pass before and don't seem to need it. Helps with #62277 | ||||
| 2020-01-17 | rustdoc: Catch fatal errors when syntax highlighting | Oliver Middleton | -0/+6 | |
| For some errors the lexer will unwind so we need to handle that in addition to handling `token::Unknown`. | ||||
| 2019-11-10 | Add warning annotations to rustdoc-ui tests | Tomasz Miąsko | -1/+12 | |
| 2019-09-07 | rustdoc: fix diagnostic with mixed code block styles | Eric Huss | -0/+8 | |
| 2019-08-19 | librustdoc: warn on empty doc test | Tom Milligan | -0/+10 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-01-14 | rustdoc: check code block syntax in early pass | Andy Russell | -1/+60 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-29 | Improve error display for codeblocks in rustdoc | Guillaume Gomez | -0/+17 | |
