| Age | Commit message (Expand) | Author | Lines |
| 2025-01-02 | Remove unneeded handling of backlines in doctest attributes | Guillaume Gomez | -0/+46 |
| 2025-01-02 | Also handle cases where attributes are unclosed | Guillaume Gomez | -2/+20 |
| 2025-01-02 | Add ui regression test for #134221 | Guillaume Gomez | -0/+59 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -1/+1 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -1/+1 |
| 2024-11-04 | Add UI regressions tests for rustdoc `--show-coverage` option | Guillaume Gomez | -0/+34 |
| 2024-10-30 | Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeG... | Jubilee | -12/+86 |
| 2024-10-30 | Ignore Windows due to its differing path syntax | Michael Howell | -4/+5 |
| 2024-10-30 | Rollup merge of #131096 - GuillaumeGomez:rm-no_unused, r=notriddle | 许杰友 Jieyou Xu (Joe) | -0/+88 |
| 2024-10-26 | rustdoc: make doctest span tweak a 2024 edition change | Michael Howell | -12/+85 |
| 2024-10-24 | Add regression test for #131893 | Guillaume Gomez | -0/+31 |
| 2024-10-22 | Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgr | bors | -23/+31 |
| 2024-10-22 | Rollup merge of #131732 - m4tx:fix-82824, r=davidtwco | Matthias Krüger | -23/+31 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -1/+1 |
| 2024-10-16 | Rollup merge of #131691 - GuillaumeGomez:intra-doc-link-filter-out-2, r=notri... | Matthias Krüger | -0/+64 |
| 2024-10-15 | Improve documentation for intra-doc links computation | Guillaume Gomez | -2/+2 |
| 2024-10-15 | Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTES | Mateusz Maćkowski | -23/+31 |
| 2024-10-14 | Add regression tests for #130233 | Guillaume Gomez | -0/+64 |
| 2024-10-11 | Remove deprecation note in the `non_local_definitions` warning | Urgau | -2/+0 |
| 2024-10-04 | Rollup merge of #131260 - notriddle:notriddle/disambiguator-error, r=Guillaum... | Jubilee | -18/+18 |
| 2024-10-04 | rustdoc: cleaner errors on disambiguator/namespace mismatches | Michael Howell | -18/+18 |
| 2024-10-04 | Auto merge of #131237 - GuillaumeGomez:rollup-il2i7z7, r=GuillaumeGomez | bors | -0/+19 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -0/+19 |
| 2024-10-04 | Adjust rustdoc for literal boolean support | Urgau | -0/+19 |
| 2024-10-03 | rustdoc: prevent ctors from resolving | Michael Howell | -5/+102 |
| 2024-10-01 | Add regression tests for #130681 | Guillaume Gomez | -0/+88 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -0/+2 |
| 2024-10-01 | Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid... | bors | -23/+62 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -0/+2 |
| 2024-09-29 | Rename doctest attribute `standalone-crate` into `standalone_crate` for coher... | Guillaume Gomez | -7/+7 |
| 2024-09-28 | Improve mistyped docblock attribute warning messages | Guillaume Gomez | -58/+58 |
| 2024-09-28 | Add regression tests for mistyped `standalone-crate` attribute | Guillaume Gomez | -0/+64 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-09-23 | Update rustdoc doctest non_local_defs impl test | Urgau | -11/+13 |
| 2024-09-23 | Revert "Switch back `non_local_definitions` lint to allow-by-default" | Urgau | -9/+3 |
| 2024-09-19 | Add `field@` and `variant@` doc-link disambiguators | Noa | -23/+62 |
| 2024-09-19 | rustdoc: use the correct span for doctests | Michael Howell | -1/+39 |
| 2024-09-12 | rustdoc: re-bless stderrs after renaming the test case | Michael Howell | -4/+4 |
| 2024-09-12 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2024-09-12 | Add URL and crate_name to test cases | Michael Howell | -2/+5 |
| 2024-09-09 | rustdoc: add two regression tests | León Orell Valerian Liehr | -0/+52 |
| 2024-08-18 | Adjust expected errors for a `rustdoc` test | Trevor Gross | -22/+5 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -9/+4 |
| 2024-08-13 | Fix commands syntax in rustdoc-ui tests | Guillaume Gomez | -9/+9 |
| 2024-08-13 | Only keep "useful" code in `tests/rustdoc-ui/2024-doctests-checks.rs` | Guillaume Gomez | -24/+8 |
| 2024-08-13 | Add doctest to ensure that doctests with crate-level attributes are not part ... | Guillaume Gomez | -0/+34 |
| 2024-08-13 | Add more merged doctests tests | Guillaume Gomez | -0/+21 |
| 2024-08-13 | Don't special-case if there is only one merged doctest | Guillaume Gomez | -39/+19 |
| 2024-08-13 | Run mergeable doctest as part of standalone doctests if there is only one | Guillaume Gomez | -11/+30 |
| 2024-08-13 | Add 2024 edition doctests to cover corner cases | Guillaume Gomez | -0/+55 |