| Age | Commit message (Expand) | Author | Lines |
| 2025-09-04 | Rollup merge of #146161 - GuillaumeGomez:loaded-paths-scraped-examples, r=lol... | Stuart Cook | -1/+2 |
| 2025-09-03 | Uncomment code to add scraped rustdoc examples in loaded paths | Guillaume Gomez | -1/+2 |
| 2025-09-03 | fix(rustdoc): match rustc `--emit` precedence | Weihang Lo | -2/+9 |
| 2025-08-23 | Add new unstable `--generate-macro-expansion` rustdoc command line flag | Guillaume Gomez | -0/+11 |
| 2025-08-06 | Fix rustdoc scrape-examples feature crash | Guillaume Gomez | -2/+1 |
| 2025-07-29 | Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomez | Stuart Cook | -7/+13 |
| 2025-07-28 | Ensure external paths passed via flags end up in rustdoc depinfo | Noratrieb | -7/+13 |
| 2025-07-27 | rustdoc: save target modifiers | Miguel Ojeda | -0/+4 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -10/+4 |
| 2025-05-09 | Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeG... | Matthias Krüger | -3/+3 |
| 2025-04-15 | Replace flag `--doctest-compilation-args` with a simpler one: `--doctest-buil... | León Orell Valerian Liehr | -3/+3 |
| 2025-03-27 | Remove and stabilize --enable-per-target-ignores | Eric Huss | -7/+0 |
| 2025-03-27 | Rename `--runtool` and `--runtool-arg` | Eric Huss | -8/+8 |
| 2025-03-12 | Use materialize_sysroot in rustdoc | bjorn3 | -4/+1 |
| 2025-03-12 | Don't return an error from get_or_default_sysroot | bjorn3 | -3/+1 |
| 2025-03-12 | Make opts.maybe_sysroot non-optional | bjorn3 | -0/+4 |
| 2025-03-06 | `librustdoc`: flatten nested ifs | Yotam Ofek | -8/+8 |
| 2025-02-26 | Add rustdoc support for `--emit=dep-info[=path]` | Guillaume Gomez | -6/+22 |
| 2025-02-05 | Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomez | bors | -2/+2 |
| 2025-02-03 | Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin | bors | -4/+5 |
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and compar... | Andrew Zhogin | -4/+5 |
| 2025-01-29 | rustdoc: run css and html minifier at build instead of runtime | Michael Howell | -2/+2 |
| 2025-01-29 | Improve check for `--output-format` combinations and add ui regression test | Guillaume Gomez | -31/+35 |
| 2025-01-29 | Improve code and add missing docs for new `doctest::extracted` module | Guillaume Gomez | -6/+4 |
| 2025-01-29 | Mention the tracking issue of `--output-format=doctest` | Guillaume Gomez | -0/+2 |
| 2025-01-29 | Add new output-format | Guillaume Gomez | -2/+12 |
| 2025-01-11 | re-add --disable-minification to rustdoc | binarycat | -0/+6 |
| 2024-12-20 | Add `--doctest-compilation-args` option to allow passing arguments to doctest... | Guillaume Gomez | -0/+5 |
| 2024-11-28 | Fix new clippy lints | Guillaume Gomez | -2/+2 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -2/+2 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -2/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -4/+105 |
| 2024-09-07 | librustdoc::config: removed Input from Options | EtomicBomb | -12/+6 |
| 2024-08-29 | Fix clippy lints | Guillaume Gomez | -3/+3 |
| 2024-08-15 | Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoid | Matthias Krüger | -5/+10 |
| 2024-08-13 | Emit a warning instead of an error if `--generate-link-to-definition` is used... | Guillaume Gomez | -3/+5 |
| 2024-08-12 | Add possibility to generate rustdoc JSON output to stdout | Guillaume Gomez | -5/+10 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -2/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+7 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -7/+9 |
| 2024-06-09 | rustdoc: Add support for --remap-path-prefix | Edward Shen | -0/+26 |
| 2024-05-18 | Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez | bors | -14/+37 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -4/+0 |
| 2024-05-04 | Simplify `markdown_input` fn and subsequent logic | Urgau | -4/+3 |
| 2024-05-04 | Add `-` (stdin) support to rustdoc | Urgau | -13/+37 |
| 2024-04-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -1/+10 |
| 2024-03-25 | Make sysroot mandatory for rustdoc | Lukas Wirth | -1/+8 |
| 2024-03-25 | Make use of sysroot in librustdoc/config.rs for builtin:$path | Lukas Wirth | -2/+2 |
| 2024-03-25 | Implement `-L builtin:$path` | Lukas Wirth | -2/+6 |