| Age | Commit message (Expand) | Author | Lines |
| 2023-09-23 | When encountering method on `Self` that we can't suggest, mention it | Esteban Küber | -30/+28 |
| 2023-09-23 | More accurate suggestion for `self.` and `Self::` | Esteban Küber | -5/+12 |
| 2023-08-08 | fix: not insert missing lifetime for `ConstParamTy` | bohan | -2/+4 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -2/+2 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -2/+2 |
| 2023-08-06 | refactor on span_look_ahead | yukang | -10/+10 |
| 2023-08-02 | trivial style fix | yukang | -30/+27 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -35/+27 |
| 2023-07-28 | Resolve generic const items | León Orell Valerian Liehr | -0/+8 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -11/+27 |
| 2023-07-10 | Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este... | Matthias Krüger | -19/+47 |
| 2023-07-07 | adjust smart_resolve_partial_mod_path_errors | yukang | -2/+1 |
| 2023-07-07 | smart_resolve_partial_mod_path_errors should not suggest parent | yukang | -3/+4 |
| 2023-07-07 | Add filter with next segment while lookup typo for path | yukang | -17/+45 |
| 2023-07-05 | resolve: Use `Interned` for `Module` | Vadim Petrochenkov | -1/+1 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -2/+56 |
| 2023-07-02 | add testcase for 112590 | yukang | -10/+36 |
| 2023-06-27 | Rollup merge of #113084 - WaffleLapkin:less_map_or, r=Nilstrieb | Matthias Krüger | -4/+3 |
| 2023-06-27 | Simplify some conditions | Maybe Waffle | -4/+3 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -0/+1 |
| 2023-06-22 | suggest importing for partial mod path in name resolving | yukang | -1/+29 |
| 2023-06-15 | Fix suggestion for E0404 not dealing with multiple generics | 许杰友 Jieyou Xu (Joe) | -23/+69 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -1/+1 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -9/+28 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -13/+15 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -2/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -7/+6 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -25/+45 |
| 2023-05-04 | Rollup merge of #111070 - WaffleLapkin:break_ribs, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -26/+29 |
| 2023-05-01 | Remove "RibKind" suffix from `RibKind` variants | Maybe Waffle | -2/+2 |
| 2023-05-01 | clean up debug code | yukang | -1/+0 |
| 2023-05-01 | remove type_ascription_path_suggestions in parser | yukang | -38/+0 |
| 2023-05-01 | Remove more diagnostics for ascription in resolve | yukang | -80/+8 |
| 2023-05-01 | Rip it out | Nilstrieb | -8/+4 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-07 | suggest adding const param | León Orell Valerian Liehr | -5/+10 |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -16/+32 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -17/+27 |
| 2023-03-13 | resolve: Centralize retrieval of items span and item name | Vadim Petrochenkov | -31/+16 |
| 2023-03-13 | resolve: Remove `fn_has_self_parameter_untracked` | Vadim Petrochenkov | -1/+11 |
| 2023-03-13 | resolve: Remove `struct_field_visibilities_untracked` | Vadim Petrochenkov | -12/+31 |
| 2023-03-07 | Simplify `sort_by` calls | Maybe Waffle | -1/+1 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -3/+2 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -3/+2 |
| 2023-02-21 | Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov | bors | -30/+41 |
| 2023-02-20 | Prepare crate loader for LockGuard | Oli Scherer | -2/+1 |
| 2023-02-20 | Prepare for adding a `TyCtxt` to `Resolver` | Oli Scherer | -28/+40 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -3/+3 |