| Age | Commit message (Expand) | Author | Lines |
| 2021-11-13 | Delete rustdoc::doctree | hi-rustin | -1/+0 |
| 2021-11-11 | Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkov | bors | -1/+2 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -1/+1 |
| 2021-11-08 | Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez | bors | -0/+1 |
| 2021-11-08 | Go back to loading all external crates unconditionally | Joshua Nelson | -1/+2 |
| 2021-11-08 | Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()` | Joshua Nelson | -1/+1 |
| 2021-10-31 | rustdoc: Add `DocVisitor` | Noah Lev | -0/+1 |
| 2021-10-31 | Reduce rightward drift | Noah Lev | -0/+1 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -5/+2 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -1/+1 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+32 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -0/+1 |
| 2021-10-06 | Add target crates as inputs to reduce size of intermediates | Will Crichton | -6/+14 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -2/+18 |
| 2021-10-06 | Generate example source files with corresponding links | Will Crichton | -8/+10 |
| 2021-10-06 | Factor scraping and rendering into separate calls to rustdoc | Will Crichton | -16/+10 |
| 2021-10-06 | Fix check issue | Will Crichton | -1/+1 |
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -1/+13 |
| 2021-09-29 | Remove lazy_static dependency | Guillaume Gomez | -2/+0 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -0/+1 |
| 2021-09-14 | Rename --display-warnings to --display-doctest-warnings | Guillaume Gomez | -2/+6 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -1/+1 |
| 2021-09-02 | rustdoc: Higher-ranked lifetimes can't have bounds | Noah Lev | -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 |