| Age | Commit message (Expand) | Author | Lines |
| 2025-08-12 | Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease... | Stuart Cook | -0/+6 |
| 2025-08-11 | don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE] | binarycat | -0/+6 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -6/+6 |
| 2025-08-02 | Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191... | Samuel Tardieu | -22/+261 |
| 2025-07-30 | Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycat | Samuel Tardieu | -96/+135 |
| 2025-07-28 | feat: Right align line numbers | Scott Schafer | -1/+1 |
| 2025-07-24 | move bad-intra-doc test into intra-doc dir | binarycat | -0/+0 |
| 2025-07-24 | rustdoc::broken_intra_doc_links: only be lenient with shortcut links | binarycat | -2/+10 |
| 2025-07-24 | rustdoc: update tests to match new lint behavior | binarycat | -25/+3 |
| 2025-07-24 | adjust more unit tests to reflect more aggressive intra-doc linting | binarycat | -21/+230 |
| 2025-07-24 | get rid of some false negatives in rustdoc::broken_intra_doc_links | binarycat | -0/+44 |
| 2025-07-24 | Update rustdoc ui tests | Guillaume Gomez | -96/+135 |
| 2025-07-17 | Specify of_trait in Target::Impl. | Camille GILLOT | -2/+2 |
| 2025-07-03 | refactor: Make -Ztrack-diagnostics emit like a note | Scott Schafer | -3/+6 |
| 2025-06-30 | Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC... | Guillaume Gomez | -2/+2 |
| 2025-06-23 | Improve code and documentation | Guillaume Gomez | -3/+31 |
| 2025-06-23 | Add ui test for `redundant_explicit_links` rustdoc lint for items coming from... | Guillaume Gomez | -0/+51 |
| 2025-06-16 | rustdoc: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -4/+16 |
| 2025-06-10 | Add new extracted option doctest ui test for result returning doctest | Guillaume Gomez | -0/+12 |
| 2025-06-10 | Give more information into extracted doctest information | Guillaume Gomez | -1/+1 |
| 2025-06-08 | Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk | bors | -1/+1 |
| 2025-06-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -0/+382 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -1/+1 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -4/+4 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -1/+1 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -4/+4 |
| 2025-05-29 | Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc | Urgau | -15/+39 |
| 2025-05-28 | Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill... | Trevor Gross | -0/+43 |
| 2025-05-27 | rustdoc: linking to a local proc macro no longer warns | binarycat | -0/+43 |
| 2025-05-26 | rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg work | Urgau | -11/+50 |
| 2025-05-23 | Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG... | Matthias Krüger | -33/+99 |
| 2025-05-22 | Collect and use `#[doc(test(attr(..)))]` at every level | Urgau | -0/+262 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -26/+10 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` doctests to be again merged together | Urgau | -3/+8 |
| 2025-05-22 | Collect and use `#![doc(test(attr(..)))]` at module level too | Urgau | -0/+115 |
| 2025-05-22 | rustdoc: improve diagnostics on raw doc fragments | binarycat | -33/+99 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at module level too | Urgau | -10/+26 |
| 2025-05-22 | Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddle | bors | -0/+73 |
| 2025-05-09 | Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeG... | Matthias Krüger | -6/+5 |
| 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-02 | Add regression test for #140310 | Guillaume Gomez | -0/+43 |
| 2025-05-02 | Emit a warning if the doctest `main` function will not be run | Guillaume Gomez | -0/+30 |
| 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 |