| Age | Commit message (Expand) | Author | Lines |
| 2025-05-06 | rustdoc: remove unportable markdown lint and old parser | Michael Howell | -85/+0 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -10/+13 |
| 2025-05-01 | Rollup merge of #140420 - fmease:rustdoc-fix-doctest-heur, r=GuillaumeGomez | Guillaume Gomez | -51/+154 |
| 2025-05-01 | rustdoc: Fix doctest heuristic for main fn wrapping | León Orell Valerian Liehr | -51/+154 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -87/+89 |
| 2025-04-28 | Rollup merge of #140220 - GuillaumeGomez:doctest-main-wrapping, r=fmease | Guillaume Gomez | -27/+55 |
| 2025-04-27 | Fix bad handling of macros if there is already a `main` function | Guillaume Gomez | -0/+23 |
| 2025-04-25 | If there is a `;` alone, we consider that the doctest needs to be put inside ... | Guillaume Gomez | -27/+4 |
| 2025-04-25 | Add rustdoc-ui regression test for #140289 | Guillaume Gomez | -0/+72 |
| 2025-04-25 | Correctly display stdout and stderr in case a doctest is failing | Guillaume Gomez | -0/+4 |
| 2025-04-23 | Add regression ui test for #140162 and for #139651 | Guillaume Gomez | -0/+28 |
| 2025-04-19 | Add regression test for #140026 | Guillaume Gomez | -0/+22 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -17/+2 |
| 2025-04-14 | Auto merge of #138603 - xizheyin:issue-137405, r=chenyukang | bors | -1/+1 |
| 2025-04-14 | Report span of test when should_panic test failed | xizheyin | -1/+1 |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -5/+4 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -5/+7 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -5/+7 |
| 2025-04-09 | rustdoc: Enable Markdown extensions when looking for doctests | Noah Lev | -0/+23 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -39/+39 |
| 2025-04-04 | Rollup merge of #139328 - GuillaumeGomez:fix-panic-output-137970, r=fmease | Matthias Krüger | -0/+34 |
| 2025-04-03 | Stabilize `cfg_boolean_literals` | clubby789 | -17/+2 |
| 2025-04-03 | Use `eprint!` instead of `eprintln!` | Guillaume Gomez | -32/+22 |
| 2025-04-03 | Add regression test for #137970 | Guillaume Gomez | -0/+44 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -6/+10 |
| 2025-03-28 | Rollup merge of #138104 - GuillaumeGomez:simplify-doctest-parsing, r=fmease | Matthias Krüger | -6/+35 |
| 2025-03-27 | Correctly handle line comments in attributes and generate extern crates | Guillaume Gomez | -3/+32 |
| 2025-03-27 | Update rustdoc-ui tests | Guillaume Gomez | -3/+3 |
| 2025-03-25 | Rollup merge of #138877 - TaKO8Ki:enable-per-target-ignores-for-doctests, r=n... | Jacob Pratt | -0/+20 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+24 |
| 2025-03-25 | ignore doctests only in specified targets | Takayuki Maeda | -0/+20 |
| 2025-03-23 | Rollup merge of #138293 - clubby789:doc-cfg-gate, r=GuillaumeGomez | Michael Goulet | -0/+49 |
| 2025-03-16 | Fix ICE: attempted to remap an already remapped filename | Charalampos Mitrodimas | -0/+9 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -2/+0 |
| 2025-03-11 | rustdoc: Add FIXME test for `doc_cfg` interaction with `check_cfg` | clubby789 | -0/+16 |
| 2025-03-10 | rustdoc: Gate unstable `doc(cfg())` predicates | clubby789 | -0/+33 |
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -1/+71 |
| 2025-03-07 | Fix rustdoc test | Esteban Küber | -2/+2 |
| 2025-03-03 | Don't typeck during WF, instead check outside of WF in check_crate | Michael Goulet | -7/+8 |
| 2025-03-03 | Rollup merge of #137632 - RalfJung:rustdoc-target-features, r=workingjubilee | Matthias Krüger | -0/+28 |
| 2025-03-01 | also skip abi_required_features check in rustdoc | Ralf Jung | -3/+13 |
| 2025-02-28 | add test | Ralf Jung | -0/+18 |
| 2025-02-27 | Move "unused_exter_crate" test from rustdoc-ui to rustdoc | Yotam Ofek | -19/+0 |
| 2025-02-27 | Fix test directives that were accidentally ignored | Yotam Ofek | -1/+0 |
| 2025-02-17 | Rollup merge of #137120 - ChrisDenton:its-all-relative, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2025-02-16 | Enable relative-path-include-bytes on Windows | Chris Denton | -3/+3 |
| 2025-02-15 | rustdoc: improve refdef handling in the unresolved link lint | Michael Howell | -30/+79 |
| 2025-02-12 | Rollup merge of #136927 - GuillaumeGomez:add-missing-hashtag-escape, r=notriddle | Jacob Pratt | -0/+17 |
| 2025-02-12 | Add regression test for #136899 | Guillaume Gomez | -0/+17 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -184/+276 |