| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | note -> help | Michael Goulet | -1/+1 |
| 2023-01-17 | Fix use suggestion span | Michael Goulet | -7/+9 |
| 2023-01-16 | fix #104440 | Takayuki Maeda | -3/+19 |
| 2023-01-15 | Only suggest adding type param if path being resolved was a type | Michael Goulet | -1/+1 |
| 2023-01-13 | Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov | Matthias Krüger | -1/+5 |
| 2023-01-13 | Remove redundant session field | Oli Scherer | -1/+5 |
| 2023-01-12 | Don't suggest dyn as parameter to add | Michael Goulet | -1/+5 |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -1/+1 |
| 2023-01-11 | review comments: Tweak output | Esteban Küber | -14/+29 |
| 2023-01-11 | review comment | Esteban Küber | -1/+1 |
| 2023-01-11 | Suggest making private tuple struct field public | Esteban Küber | -0/+27 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-10 | Rollup merge of #106175 - compiler-errors:bad-import-sugg, r=oli-obk | Yuki Okushi | -29/+65 |
| 2023-01-09 | review comment | Michael Goulet | -8/+13 |
| 2023-01-07 | Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco | Matthias Krüger | -6/+21 |
| 2023-01-04 | Simplify some iterator combinators | Michael Goulet | -5/+4 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -4/+4 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -4/+4 |
| 2022-12-27 | Make resolve suggestion more generic | Esteban Küber | -1/+1 |
| 2022-12-27 | review comments: make suggestion more accurate | Esteban Küber | -2/+10 |
| 2022-12-27 | Fix some totally useless suggestions | Michael Goulet | -1/+1 |
| 2022-12-27 | Dont clobber `as ..` rename in import suggestion | Michael Goulet | -3/+12 |
| 2022-12-27 | Note alternative import candidates in nested use tree | Michael Goulet | -11/+23 |
| 2022-12-27 | Suppress suggestions for nested use tree | Michael Goulet | -17/+27 |
| 2022-12-26 | Detect likely `.` -> `..` typo in method calls | Esteban Küber | -7/+25 |
| 2022-12-22 | Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholk | Matthias Krüger | -2/+24 |
| 2022-12-21 | Change comment to doc comment | Eric Holk | -1/+1 |
| 2022-12-19 | add function to tell if the current ambiguity error matches a previous one in... | Yiming Lei | -2/+24 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -6/+2 |
| 2022-12-18 | Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -6/+2 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -1/+1 |
| 2022-12-18 | higher-ranked lifetime message | Michael Goulet | -6/+21 |
| 2022-12-13 | Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebank | Matthias Krüger | -1/+23 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -25/+26 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -26/+22 |
| 2022-12-09 | Generate crate loaders on the fly | Oli Scherer | -25/+36 |
| 2022-12-09 | ResolverTree does not require access to the crate loader, only the store | Oli Scherer | -6/+6 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-12-06 | Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-12-05 | Rollup merge of #105230 - cjgillot:issue-104312, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -12/+27 |
| 2022-12-03 | Skip recording resolution for duplicated generic params. | Camille GILLOT | -1/+1 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -12/+27 |
| 2022-12-03 | fix #105069, Add AmbiguityError for inconsistent resolution for an import | yukang | -5/+16 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -49/+8 |
| 2022-11-29 | clean up pr 104954 | Rageking8 | -1/+1 |
| 2022-11-28 | Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebank | Matthias Krüger | -0/+8 |