| Age | Commit message (Expand) | Author | Lines |
| 2021-09-14 | Rename --display-warnings to --display-doctest-warnings | Guillaume Gomez | -4/+4 |
| 2021-08-24 | Stabilize `force-warn` | inquisitivecrystal | -2/+1 |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -0/+5 |
| 2021-08-05 | Ensure that --generate-link-to-definition is only used with HTML output and i... | Guillaume Gomez | -0/+8 |
| 2021-08-05 | Add an option for the source code link generation | Guillaume Gomez | -0/+4 |
| 2021-07-21 | Run rustfmt | Ian Jackson | -2/+4 |
| 2021-07-21 | rustdoc: Restore --default-theme, etc, by restoring varname escaping | Ian Jackson | -1/+23 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -1/+1 |
| 2021-07-18 | Add --nocapture option to rustdoc | Guillaume Gomez | -0/+5 |
| 2021-07-17 | Make `--force-warns` a normal lint level option | inquisitivecrystal | -1/+1 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -1/+1 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -1/+2 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -1/+2 |
| 2021-05-28 | Remove `--print unversioned-files` from rustdoc | Boris-Chengbiao Zhou | -7/+0 |
| 2021-05-24 | Use parse_target_triple in rustdoc | bjorn3 | -10/+5 |
| 2021-05-16 | Use TargetTriple::from_path in rustdoc | bjorn3 | -1/+1 |
| 2021-05-11 | Only show type layout info if `--show-type-layout` is passed | Camelid | -0/+4 |
| 2021-05-10 | rustc_session: Move more option building code from the `options!` macro | Vadim Petrochenkov | -6/+3 |
| 2021-05-01 | Auto merge of #83857 - ABouttefeux:master, r=jyn514 | bors | -0/+10 |
| 2021-05-01 | Apply suggestions from code review | Aliénore Bouttefeux | -1/+1 |
| 2021-04-30 | error when --no-run is present without --test | Aliénore Bouttefeux | -1/+6 |
| 2021-04-08 | Rollup merge of #82497 - jyn514:json, r=CraftSpider | Dylan DPC | -14/+13 |
| 2021-04-07 | change based on reviews | Aliénore Bouttefeux | -1/+1 |
| 2021-04-06 | Fix handling of `--output-format json` flag | Joshua Nelson | -14/+13 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -2/+1 |
| 2021-04-05 | Merge branch 'master' into master | Aliénore Bouttefeux | -3/+8 |
| 2021-04-05 | Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomez | Dylan DPC | -1/+3 |
| 2021-04-04 | added --no-run option | Aliénore Bouttefeux | -0/+5 |
| 2021-04-04 | Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelid | Dylan DPC | -1/+0 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2021-04-03 | Remove unneeded INITIAL_IDS const | Guillaume Gomez | -1/+0 |
| 2021-03-31 | Give a better error when --theme is not a CSS file | Joshua Nelson | -1/+3 |
| 2021-03-31 | Rename CrateSpecific -> InvocationSpecific | Joshua Nelson | -3/+3 |
| 2021-03-25 | Add unstable option to only emit shared/crate-specific files | Joshua Nelson | -0/+43 |
| 2021-03-08 | Make doctests collect and emit the unused externs | est31 | -1/+5 |
| 2021-03-08 | Make parse_json return JsonConfig | est31 | -1/+1 |
| 2021-03-08 | Gate the printing on --json=unused-externs | est31 | -1/+1 |
| 2021-03-07 | Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez | Yuki Okushi | -0/+7 |
| 2021-03-07 | Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez | Yuki Okushi | -3/+2 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -0/+7 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -0/+4 |
| 2021-03-02 | Clean up error reporting for deprecated passes | Joshua Nelson | -3/+2 |
| 2021-03-01 | Remove unused `RenderInfo` struct | Joshua Nelson | -17/+1 |
| 2021-02-23 | Add --generate-redirect-map option to replace HTML redirection file with a un... | Guillaume Gomez | -0/+4 |
| 2021-02-16 | rustdoc: treat edition 2021 as unstable | Eric Huss | -12/+2 |
| 2021-01-30 | Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG... | Yuki Okushi | -9/+17 |
| 2021-01-30 | rustdoc tweaking | bors | -1/+1 |
| 2021-01-28 | rustdoc: Remove unnecessary optional | Camelid | -9/+17 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -1/+1 |
| 2021-01-24 | Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514 | Jonas Schievink | -0/+5 |