| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-23 | Add option to control doctest run directory | Arpad Borsos | -0/+5 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -2/+2 |
| 2021-01-01 | clippy fixes for librustdoc | Matthias Krüger | -4/+1 |
| 2020-12-07 | Dogfood 'str_split_once() with librustdoc | Eric Arellano | -10/+5 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -70/+70 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -4/+12 |
| 2020-11-12 | Add --check option to rustdoc | Guillaume Gomez | -0/+6 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -4/+12 |
| 2020-10-28 | rustdoc: Use Vec::into_iter() rather than drain() | Ian Jackson | -2/+2 |
| 2020-10-28 | Add a comment about non-panicking of splitn().next().unwrap() | Ian Jackson | -0/+1 |
| 2020-10-28 | rustdoc: Fix some nits | Ian Jackson | -1/+1 |