| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-02-25 | Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr | bors | -0/+1 |
| 2022-02-25 | Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -0/+1 |
| 2022-02-25 | Wire up --check-cfg to rustdoc | Loïc BRANSTETT | -0/+1 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -5/+3 |
| 2022-02-18 | Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez | Matthias Krüger | -0/+3 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -1/+0 |
| 2022-02-12 | Move setup_callbacks call to create_compiler_and_run | bjorn3 | -1/+1 |
| 2022-02-11 | Add --scrape-tests flags so rustdoc can scrape examples from tests | Will Crichton | -0/+3 |
| 2022-02-01 | rustdoc: correct unclosed HTML tags as generics | Michael Howell | -0/+1 |
| 2022-01-25 | Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomez | bors | -0/+2 |
| 2022-01-17 | Rollup merge of #92819 - euclio:atty, r=CraftSpider | Matthias Krüger | -41/+15 |
| 2022-01-15 | Rustdoc: remove ListAttributesIter and use impl Iterator instead | Jakub Beránek | -0/+2 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -0/+1 |
| 2022-01-13 | rustdoc: remove hand-rolled isatty | Andy Russell | -41/+15 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -1/+11 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -1/+0 |
| 2021-12-23 | Auto merge of #92222 - nnethercote:rm-global_allocator-rustc-rustdoc, r=alexc... | bors | -15/+3 |
| 2021-12-23 | Remove useless `#[global_allocator]` from rustc and rustdoc. | Nicholas Nethercote | -15/+3 |
| 2021-12-15 | rustdoc: remove `--passes` and `--no-defaults` | Peter Jaszkowiak | -19/+46 |
| 2021-11-30 | Add --out-dir flag for rustdoc | hi-rustin | -1/+10 |
| 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 |