| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -0/+1 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -1/+0 |
| 2021-08-29 | Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG... | Guillaume Gomez | -0/+1 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -2/+2 |
| 2021-08-24 | Stabilize `force-warn` | inquisitivecrystal | -1/+1 |
| 2021-08-24 | Tidy up lint command line flags | inquisitivecrystal | -12/+5 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -2/+2 |
| 2021-08-19 | Refactor Markdown length-limited summary implementation | Noah Lev | -0/+1 |
| 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 |