| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -169/+0 | |
| 2022-10-03 | Fix rustdoc ICE in invalid_rust_codeblocks lint | Nilstrieb | -1/+16 | |
| The diagnostic message extraction code didn't handle translations yet. | ||||
| 2022-10-01 | bless rustdoc-ui | Maybe Waffle | -1/+1 | |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -5/+5 | |
| Use more accurate suggestion spans for * argument parse error * fully qualified path * missing code block type * numeric casts * E0212 | ||||
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -5/+5 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-05-17 | Rename INVALID_RUST_CODEBLOCK{,S} | Joshua Nelson | -1/+1 | |
| 2021-05-17 | Add back missing help for ignore blocks | Joshua Nelson | -2/+2 | |
| This also gives a better error message when a span is missing. | ||||
| 2021-05-17 | New rustdoc lint to respect -Dwarnings correctly | Alexis Bourget | -0/+1 | |
| This adds a new lint to `rustc` that is used in rustdoc when a code block is empty or cannot be parsed as valid Rust code. Previously this was unconditionally a warning. As such some documentation comments were (unknowingly) abusing this to pass despite the `-Dwarnings` used when compiling `rustc`, this should not be the case anymore. | ||||
| 2021-01-02 | Update rustdoc-ui test output | Guillaume Gomez | -2/+4 | |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -0/+2 | |
| 2020-01-17 | rustdoc: Catch fatal errors when syntax highlighting | Oliver Middleton | -0/+15 | |
| For some errors the lexer will unwind so we need to handle that in addition to handling `token::Unknown`. | ||||
| 2020-01-04 | buffer lexer errors in rustdoc syntax checking | Andy Russell | -109/+19 | |
| 2019-11-10 | Add warning annotations to rustdoc-ui tests | Tomasz Miąsko | -10/+10 | |
| 2019-11-03 | use silent emitter for rustdoc highlighting pass | Andy Russell | -64/+0 | |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+11 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-09-07 | rustdoc: fix diagnostic with mixed code block styles | Eric Huss | -0/+18 | |
| 2019-08-19 | librustdoc: warn on empty doc test | Tom Milligan | -0/+22 | |
| 2019-08-05 | adapt rustdoc to infailable lexer | Aleksey Kladov | -14/+154 | |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -11/+11 | |
| 2019-01-14 | rustdoc: check code block syntax in early pass | Andy Russell | -9/+96 | |
| 2018-09-29 | Add a sentence before rustc errors | Guillaume Gomez | -0/+1 | |
| 2018-09-29 | Improve error display for codeblocks in rustdoc | Guillaume Gomez | -0/+9 | |
