| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -1/+1 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -8/+23 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -8/+23 |
| 2024-07-15 | Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer | Michael Goulet | -1/+1 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -1/+6 |
| 2024-07-12 | Move assertion-free rustdoc ice tests to rustdoc-ui | Michael Howell | -0/+52 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -1/+6 |
| 2024-07-11 | Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errors | bors | -21/+3 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -21/+3 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -39/+39 |
| 2024-07-04 | Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau | Matthias Krüger | -20/+100 |
| 2024-07-04 | Adjust rustdoc automatic link suggestion | Esteban Küber | -20/+100 |
| 2024-07-01 | rustdoc: add usable lint for pulldown-cmark-0.11 parsing changes | Michael Howell | -0/+102 |
| 2024-06-28 | Rollup merge of #127016 - bvanjoi:fix-126986, r=GuillaumeGomez | Matthias Krüger | -0/+528 |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -3/+9 |
| 2024-06-28 | add test for #126986 | bohan | -86/+109 |
| 2024-06-28 | docs: check if the disambiguator matches its suffix | bohan | -0/+505 |
| 2024-06-27 | Switch back `non_local_definitions` lint to allow-by-default | Urgau | -3/+9 |
| 2024-06-25 | RFC 2373: Update tests for rustdoc for `lint_reasons` | xFrednet | -4/+4 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -1/+0 |
| 2024-06-15 | Suggest standalone doctest for non-local impl defs | Urgau | -0/+69 |
| 2024-06-09 | rustdoc: Add support for --remap-path-prefix | Edward Shen | -0/+90 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -12/+32 |
| 2024-06-04 | Rollup merge of #125909 - fmease:rustdoc-add-test-synth-blanket-impls, r=Guil... | 许杰友 Jieyou Xu (Joe) | -0/+19 |
| 2024-06-03 | Add a regression test for a former blanket impl synthesis ICE | León Orell Valerian Liehr | -0/+19 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -217/+3 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -16/+16 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -16/+16 |
| 2024-05-29 | Stop proving outlives constraints on regions we already reported errors on | Oli Scherer | -12/+32 |
| 2024-05-27 | non_local_defs: improve exception note for impl and macro_rules! | Urgau | -1/+0 |
| 2024-05-27 | non_local_defs: switch to more friendly primary message | Urgau | -1/+1 |
| 2024-05-21 | Move tests into appropriate subdirectories | Michael Howell | -0/+9 |
| 2024-05-11 | Always hide private fields in aliased type | Urgau | -0/+2 |
| 2024-05-04 | compiletest: add enable-by-default check-cfg | Urgau | -3/+3 |
| 2024-05-01 | Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lint | Urgau | -0/+30 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -217/+3 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -0/+18 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -18/+3 |
| 2024-04-16 | Rollup merge of #123574 - notriddle:notriddle/issue-d, r=fmease | Guillaume Gomez | -0/+67 |
| 2024-04-16 | Emit suggestions when equality constraints are wrongly used | Gurinder Singh | -0/+18 |
| 2024-04-15 | Move ice tests to rustdoc-ui | Michael Howell | -0/+67 |