| Age | Commit message (Expand) | Author | Lines |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -1/+1 |
| 2023-12-06 | tip for define macro name after `macro_rules!` | bohan | -4/+9 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -1/+86 |
| 2023-11-23 | Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Ki | bors | -0/+9 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -0/+9 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -2/+2 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -0/+1 |
| 2023-11-16 | When using existing fn as module, don't claim it doesn't exist | Esteban Küber | -1/+13 |
| 2023-11-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -1/+1 |
| 2023-10-25 | Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naber | Matthias Krüger | -14/+44 |
| 2023-10-21 | on unresolved import disambiguate suggested path if it would collide | León Orell Valerian Liehr | -14/+44 |
| 2023-10-20 | Typo suggestion to change bindings with leading underscore | Esteban Küber | -2/+15 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -8/+25 |
| 2023-09-28 | resolve: skip underscore character during candidate lookup | bohan | -0/+4 |
| 2023-09-24 | fix ICE due to empty span and empty suggestions | Ralf Jung | -1/+3 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -27/+20 |
| 2023-09-10 | Make E0401 translatable | León Orell Valerian Liehr | -19/+18 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -14/+8 |
| 2023-09-07 | Find lowest span out of use + attrs | Michael Goulet | -1/+7 |
| 2023-08-24 | resolve: Make bindings for derive helper attributes unique | Vadim Petrochenkov | -1/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -31/+29 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -23/+52 |
| 2023-07-23 | fix clippy::useless_format | Matthias Krüger | -2/+2 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -5/+5 |
| 2023-07-05 | resolve: Use `Interned` for `Module` | Vadim Petrochenkov | -9/+6 |
| 2023-07-05 | resolve: Use `Interned` for `Import` | Vadim Petrochenkov | -12/+12 |
| 2023-07-05 | resolve: Use `Interned` for `NameBinding` | Vadim Petrochenkov | -11/+11 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -3/+2 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -28/+64 |
| 2023-06-19 | Remove unreachable and untested suggestion for invalid span enum derive(Default) | Tom Martin | -9/+5 |
| 2023-06-18 | Add translatable diagnostic for various strings in resolve::unresolved_macro_... | Tom Martin | -9/+11 |
| 2023-06-18 | Add translatable diagnostic for changing import binding | Tom Martin | -8/+3 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -1/+1 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -2/+7 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -8/+61 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 2023-05-20 | Rollup merge of #111652 - clubby789:self-import-improvement, r=compiler-errors | Dylan DPC | -1/+11 |
| 2023-05-18 | fix(resolve): only disambiguate binding key during define | bohan | -2/+3 |
| 2023-05-16 | Better diagnostic for `use Self::..` | clubby789 | -1/+11 |
| 2023-05-14 | Revert "Validate resolution for SelfCtor too." | Camille GILLOT | -1/+1 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -0/+3 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -9/+10 |
| 2023-05-04 | Rollup merge of #111020 - cjgillot:validate-self-ctor, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-05-03 | Validate resolution for SelfCtor too. | Camille GILLOT | -1/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -25/+25 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -6/+4 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -6/+4 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -9/+11 |
| 2023-04-06 | Make span a bit better | Michael Goulet | -1/+13 |