| Age | Commit message (Expand) | Author | Lines |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -0/+7 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -1/+0 |
| 2021-08-05 | Add an option for the source code link generation | Guillaume Gomez | -0/+7 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -2/+2 |
| 2021-07-18 | Add --nocapture option to rustdoc | Guillaume Gomez | -0/+3 |
| 2021-07-13 | Remove useless alias from `rustc_span` to itself | Joshua Nelson | -1/+1 |
| 2021-07-13 | Remove renaming of `test` crate | Joshua Nelson | -1/+1 |
| 2021-07-10 | Change all instance of optflag added since the original change to optflagmulti. | Zach Lute | -4/+6 |
| 2021-07-10 | Change all 'optflag' arguments to 'optflagmulti' | Zach Lute | -15/+15 |
| 2021-07-01 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -2/+2 |
| 2021-06-05 | Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth | bors | -1/+4 |
| 2021-06-05 | Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -0/+2 |
| 2021-06-04 | rustdoc: link consistently to stable/beta in diagnostic messages | Joshua Nelson | -1/+4 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -0/+2 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -0/+8 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -0/+8 |
| 2021-05-28 | Remove `--print unversioned-files` from rustdoc | Boris-Chengbiao Zhou | -3/+0 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-11 | Only show type layout info if `--show-type-layout` is passed | Camelid | -0/+3 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -6/+1 |
| 2021-05-01 | Auto merge of #83857 - ABouttefeux:master, r=jyn514 | bors | -0/+1 |
| 2021-04-28 | Rollup merge of #84484 - jyn514:check-tools, r=Mark-Simulacrum | Jack Huey | -1/+1 |
| 2021-04-27 | Switch `rustc::internal` from deny to warn | Joshua Nelson | -1/+1 |
| 2021-04-22 | Remove unnecessary `edition` parameter to renderer | Joshua Nelson | -17/+3 |
| 2021-04-22 | Remove unnecessary `diag` parameter to `after_krate` | Joshua Nelson | -8/+4 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -1/+7 |
| 2021-04-07 | Reuse logic for determining the channel in the rest of rustdoc | Joshua Nelson | -1/+6 |
| 2021-04-07 | change based on reviews | Aliénore Bouttefeux | -1/+1 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -1/+7 |
| 2021-04-05 | Update src/librustdoc/lib.rs from suggestion | Aliénore Bouttefeux | -1/+1 |
| 2021-04-04 | use jemallocator in rustc/rustdoc | Gus Wynn | -0/+51 |
| 2021-04-04 | added --no-run option | Aliénore Bouttefeux | -0/+1 |
| 2021-04-03 | Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov | bors | -2/+2 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -2/+2 |
| 2021-03-31 | Rename CrateSpecific -> InvocationSpecific | Joshua Nelson | -1/+1 |
| 2021-03-25 | Add unstable option to only emit shared/crate-specific files | Joshua Nelson | -0/+8 |
| 2021-03-19 | librustdoc: or_patterns are stable | mark | -1/+1 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -0/+3 |
| 2021-03-05 | Store `UNVERSIONED_FILES` in a data structure | Joshua Nelson | -0/+18 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -0/+2 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -0/+7 |
| 2021-03-01 | Move lint machinery into a separate file | Joshua Nelson | -0/+1 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -0/+1 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2021-03-02 | Rollup merge of #82018 - jyn514:no-dummy-cache, r=camelid,GuillaumeGomez | Guillaume Gomez | -6/+6 |
| 2021-03-02 | Rollup merge of #81932 - jyn514:rustdoc-logging, r=Mark-Simulacrum | Guillaume Gomez | -0/+74 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -6/+6 |
| 2021-02-28 | Always compile rustdoc with debug logging enabled when `download-rustc` is set | Joshua Nelson | -0/+74 |
| 2021-02-28 | Run some rustc passes in rustdoc | Guillaume Gomez | -0/+1 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |