| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -34/+0 | |
| 2021-12-15 | rustdoc: remove `--passes` and `--no-defaults` | Peter Jaszkowiak | -14/+6 | |
| - flags no longer function, see #44136 - adjust tests to match new behavior - removed test issue-42875 (covered regression with --no-defaults) - moved input-format to removed flags - move all removed flags to bottom - note flag removal in command help - remove DefaultPassOption enum (now redundant with `show_coverage`) | ||||
| 2021-03-02 | Report that `doc(plugins)` doesn't work using diagnostics instead of `println!` | Joshua Nelson | -1/+10 | |
| This also adds a test for the output and fixes `rustc_attr` to properly know that `plugins` is a valid attribute. | ||||
| 2021-03-02 | Clean up error reporting for deprecated passes | Joshua Nelson | -5/+27 | |
| - Use spans for deprecated attributes - Use a proper diagnostic for unknown passes, instead of error logging - Add tests for unknown passes - Improve some wording in diagnostics | ||||
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -0/+2 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -2/+2 | |
| 2018-09-19 | add -Zui-testing to rustdoc | QuietMisdreavus | -5/+5 | |
| 2018-05-14 | drop unnecessary "warning" from warning text | QuietMisdreavus | -2/+2 | |
| 2018-05-14 | add ui test for rustdoc's deprecated attributes | QuietMisdreavus | -0/+9 | |
