| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-08-13 | Disable merged doctests by default | Guillaume Gomez | -1/+0 |
| 2024-08-13 | Add/update `rustdoc-ui` tests to check new merged doctests | Guillaume Gomez | -9/+42 |
| 2024-08-13 | Correctly handle doctests with invalid AST | Guillaume Gomez | -0/+111 |
| 2024-08-13 | Update rustdoc-ui test for `--generate-link-to-definition` option | Guillaume Gomez | -1/+4 |
| 2024-08-13 | Remove duplicated rustdoc ui test | Guillaume Gomez | -8/+0 |
| 2024-08-09 | rustdoc: move invalid langstring test to UI | Michael Howell | -0/+17 |
| 2024-08-07 | Rollup merge of #128755 - yaahc:jj-crlf, r=estebank | Matthias Krüger | -27/+27 |
| 2024-08-06 | Integrate crlf directly into related test file instead via of .gitattributes | Jane Losare-Lusby | -27/+27 |
| 2024-08-06 | Add regression test for #69264 | Guillaume Gomez | -0/+24 |
| 2024-08-06 | On short error format, append primary span label to message | Esteban Küber | -2/+2 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -3/+12 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -6/+6 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -6/+6 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -24/+12 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -1/+1 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -4/+4 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -12/+24 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -1/+1 |