| Age | Commit message (Expand) | Author | Lines |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -1/+1 |
| 2023-01-20 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Felix S. Klock II | -1/+1 |
| 2023-01-20 | diagnostics: remvoe unnecessary use of `source_map.start_point` | Michael Howell | -1/+1 |
| 2023-01-20 | diagnostics: use `module_path` to check crate import instead of strings | Michael Howell | -20/+4 |
| 2023-01-20 | diagnostics: add `};` only if `{` was added too | Michael Howell | -5/+5 |
| 2023-01-20 | diagnostics: suggest changing `s@self::{macro}@::macro` for exported | Michael Howell | -1/+29 |
| 2023-01-17 | note -> help | Michael Goulet | -1/+1 |
| 2023-01-17 | Fix use suggestion span | Michael Goulet | -7/+9 |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -1/+1 |
| 2023-01-11 | review comments: Tweak output | Esteban Küber | -1/+13 |
| 2023-01-09 | review comment | Michael Goulet | -6/+5 |
| 2022-12-27 | Dont clobber `as ..` rename in import suggestion | Michael Goulet | -1/+8 |
| 2022-12-27 | Note alternative import candidates in nested use tree | Michael Goulet | -2/+3 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -1/+2 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -3/+3 |
| 2022-12-09 | Generate crate loaders on the fly | Oli Scherer | -1/+1 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -4/+7 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -362/+182 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -1/+2 |
| 2022-11-13 | migrating rustc_resolve to SessionDiagnostic. work in progress. start | Rajput, Rajat | -362/+182 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -4/+6 |
| 2022-11-01 | Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot | Dylan DPC | -15/+21 |
| 2022-11-01 | Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkov | Dylan DPC | -1/+1 |
| 2022-10-31 | resolve: Turn the binding from `#[macro_export]` into a proper `Import` | Vadim Petrochenkov | -14/+20 |
| 2022-10-31 | resolve: Not all imports have their own `NodeId` | Vadim Petrochenkov | -1/+1 |
| 2022-10-25 | Add Span in TypoSuggestion and TypoCandidate | Byron Zhong | -14/+31 |
| 2022-10-24 | Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error | Aaron Hill | -1/+1 |
| 2022-10-16 | Account for hygiene when suggesting typos. | Camille GILLOT | -5/+8 |
| 2022-10-12 | Rollup merge of #102913 - SparrowLii:import-candidate, r=compiler-errors | Dylan DPC | -35/+33 |
| 2022-10-12 | unify `IsPattern` and `IsImport` enum | SparrowLii | -35/+33 |
| 2022-10-11 | Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkov | Matthias Krüger | -0/+13 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -0/+13 |
| 2022-10-10 | suggest candidates for unresolved import | SparrowLii | -2/+36 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -2/+8 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -15/+10 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+0 |
| 2022-08-28 | Remove `register_attr` feature | Yuki Okushi | -10/+0 |
| 2022-08-23 | Mark suggestion as MaybeIncorrect. | Camille GILLOT | -1/+1 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -18/+15 |
| 2022-08-23 | Create specific ConstantHasGenerics for ConstantItemRibKind. | Camille GILLOT | -1/+1 |
| 2022-08-07 | Don't ICE while suggesting updating item path. | Luqman Aden | -6/+9 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -5/+1 |
| 2022-07-28 | change the type of `note` field to `Option<String>` | Takayuki Maeda | -17/+14 |
| 2022-07-26 | Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2022-07-25 | Unused tuple fields in rustc_resolve. | Camille GILLOT | -1/+1 |
| 2022-07-25 | avoid `&str`/`Symbol` to `String` conversions | Takayuki Maeda | -2/+1 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -1/+1 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-07-20 | avoid `&str` to String conversions | Takayuki Maeda | -2/+2 |