| Age | Commit message (Expand) | Author | Lines |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -1/+1 |
| 2023-02-14 | Separate the lifetime of the session and the arena in the resolver | Oli Scherer | -66/+69 |
| 2023-02-13 | resolve: Fix doc links referring to other crates when documenting proc macro ... | Vadim Petrochenkov | -1/+6 |
| 2023-02-13 | rustc_resolve: Remove `Resolver::clone_output` | Vadim Petrochenkov | -48/+1 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -51/+40 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -34/+571 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -1/+0 |
| 2023-02-10 | Skip doc link resolution for some crate types and non-exported items | Vadim Petrochenkov | -14/+65 |
| 2023-02-10 | Stop resolving doc links on `mod` items twice | Vadim Petrochenkov | -2/+16 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -31/+503 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -1/+0 |
| 2023-02-03 | unused-lifetimes: don't warn about lifetimes originating from expanded code | Matthias Krüger | -12/+16 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -10/+13 |
| 2023-01-31 | Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk | Guillaume Gomez | -3/+2 |
| 2023-01-31 | Don't do `.edition().rust_*()` | Maybe Waffle | -1/+1 |
| 2023-01-31 | Use `Edition` methods a bit more | Maybe Waffle | -3/+2 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -14/+15 |
| 2023-01-25 | suggest qualifying bare associated constants | Andy Russell | -5/+12 |
| 2023-01-22 | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors | bors | -3/+19 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -3/+19 |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -13/+70 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -5/+5 |
| 2023-01-20 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Felix S. Klock II | -13/+70 |
| 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-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -5/+5 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -6/+6 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -6/+6 |
| 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 |