| Age | Commit message (Expand) | Author | Lines |
| 2022-08-15 | Revert let_chains stabilization | Nilstrieb | -1/+1 |
| 2022-07-29 | Remove box_syntax feature gate from librustdoc | est31 | -1/+0 |
| 2022-07-27 | session: disable internal lints for rustdoc | David Wood | -1/+1 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -3/+3 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -3/+3 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -4/+4 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -1/+14 |
| 2022-07-03 | Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomez | Ralf Jung | -8/+17 |
| 2022-07-02 | Fix bug in `rustdoc -Whelp` | Joshua Nelson | -8/+17 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-06-27 | Fix `rustdoc` argument error | Shivani Bhardwaj | -1/+1 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -1/+0 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 |
| 2022-05-25 | update jemalloc-sys to jemalloc v5.3 | Rémy Rakic | -3/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -2/+1 |
| 2022-05-05 | Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddle | bors | -1/+1 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-04 | ignore the doctest for map | Yoshiki Matsuda | -1/+1 |
| 2022-04-21 | [WIP] rustdoc: Resolve some more doc links early | Vadim Petrochenkov | -0/+1 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -0/+1 |
| 2022-04-04 | Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p... | Guillaume Gomez | -1/+7 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -5/+11 |
| 2022-03-04 | Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez | bors | -0/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-02-27 | make GATs print properly in traits | Michael Goulet | -0/+1 |
| 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 |