| Age | Commit message (Expand) | Author | Lines |
| 2025-03-10 | Rollup merge of #138281 - saethlin:mergeable-doctests-stacksize, r=GuillaumeG... | Matthias Krüger | -9/+10 |
| 2025-03-10 | rustdoc: Gate unstable `doc(cfg())` predicates | clubby789 | -1/+1 |
| 2025-03-10 | Fix O(tests) stack usage in edition 2024 mergeable doctests | Ben Kimock | -9/+10 |
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -12/+25 |
| 2025-03-07 | Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2025-03-06 | `x clippy src/librustdoc --fix` | Yotam Ofek | -2/+2 |
| 2025-03-06 | `librustdoc`: flatten nested ifs | Yotam Ofek | -3/+2 |
| 2025-02-28 | Fully qualify `Result` in generated doctest code | Guillaume Gomez | -2/+2 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -1/+1 |
| 2025-02-18 | Rollup merge of #136599 - yotamofek:pr/rustdoc-more-joined, r=GuillaumeGomez | Matthias Krüger | -6/+10 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -1/+1 |
| 2025-02-17 | librustdoc: more usages of `Joined::joined` | Yotam Ofek | -6/+10 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -3/+3 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -5/+5 |
| 2025-01-29 | Improve code and add missing docs for new `doctest::extracted` module | Guillaume Gomez | -1/+10 |
| 2025-01-29 | Move extracted doctest code and types into its own file | Guillaume Gomez | -0/+132 |
| 2025-01-13 | rustdoc: Eliminate `AttributesExt` | Noah Lev | -1/+3 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::cfg` trait method as function | Noah Lev | -3/+2 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -1/+1 |
| 2024-12-20 | Move test into the `tests.rs` file | Guillaume Gomez | -0/+22 |
| 2024-12-16 | Rollup merge of #134260 - GuillaumeGomez:doctest-attrs, r=notriddle | Matthias Krüger | -18/+42 |
| 2024-12-16 | Remove unneeded handling of backlines in doctest attributes | Guillaume Gomez | -2/+0 |
| 2024-12-16 | Also handle cases where attributes are unclosed | Guillaume Gomez | -16/+40 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -1/+1 |
| 2024-12-13 | Correctly handle comments in attributes in doctests source code | Guillaume Gomez | -0/+2 |
| 2024-11-28 | Fix new clippy lints | Guillaume Gomez | -1/+1 |
| 2024-10-30 | Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeG... | Jubilee | -1/+13 |
| 2024-10-30 | Rollup merge of #131096 - GuillaumeGomez:rm-no_unused, r=notriddle | 许杰友 Jieyou Xu (Joe) | -4/+0 |
| 2024-10-26 | rustdoc: make doctest span tweak a 2024 edition change | Michael Howell | -1/+13 |
| 2024-10-24 | Do not consider nested functions as `main` function even if named `main` in d... | Guillaume Gomez | -4/+11 |
| 2024-10-15 | Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddle | Matthias Krüger | -26/+16 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -3/+3 |
| 2024-10-03 | Rollup merge of #130419 - nnethercote:streamline-HirCollector, r=GuillaumeGomez | Matthias Krüger | -20/+10 |
| 2024-10-01 | Remove usage of `allow(unused)` attribute on `no_run` doctests | Guillaume Gomez | -4/+0 |
| 2024-10-01 | Use environment variables instead of command line arguments for merged doctests | Guillaume Gomez | -26/+16 |
| 2024-09-28 | Rename `standalone` doctest attribute into `standalone-crate` | Guillaume Gomez | -1/+1 |
| 2024-09-25 | Remove `HirCollector::map`. | Nicholas Nethercote | -11/+4 |
| 2024-09-25 | Remove `HirCollector::sess`. | Nicholas Nethercote | -10/+7 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -11/+11 |
| 2024-09-19 | rustdoc: use the correct span for doctests | Michael Howell | -11/+2 |
| 2024-09-07 | librustdoc::config: removed Input from Options | EtomicBomb | -6/+5 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -0/+1 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustdoc. | Nicholas Nethercote | -0/+1 |
| 2024-08-29 | Fix clippy lints | Guillaume Gomez | -4/+6 |
| 2024-08-20 | Remove unneeded conversion to `DefId` for `ExtraInfo` | Guillaume Gomez | -1/+1 |
| 2024-08-17 | Remove useless attributes in merged doctest generated code | Guillaume Gomez | -4/+0 |
| 2024-08-13 | Run fmt | Guillaume Gomez | -6/+7 |
| 2024-08-13 | Move `is_multiple_tests` argument into `RunnableDocTest` | Guillaume Gomez | -7/+3 |
| 2024-08-13 | Unify naming of `DocTest` | Guillaume Gomez | -18/+17 |
| 2024-08-13 | Remove need for `unsafe` code in merged doctests | Guillaume Gomez | -5/+10 |