| Age | Commit message (Expand) | Author | Lines |
| 2023-07-28 | Resolve generic const items | León Orell Valerian Liehr | -69/+101 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -2/+11 |
| 2023-07-22 | Use features() over features_untracked() where possible | León Orell Valerian Liehr | -1/+1 |
| 2023-07-22 | fix doc links on `use` items | Lukas Markeffsky | -2/+11 |
| 2023-07-18 | Fix removal span calculation of unused_qualifications suggestion | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-14 | Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber | Matthias Krüger | -1/+5 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -3/+8 |
| 2023-07-13 | Add machine-applicable suggestion for `unused_qualifications` lint | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2023-07-10 | Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este... | Matthias Krüger | -4/+4 |
| 2023-07-07 | Add filter with next segment while lookup typo for path | yukang | -4/+4 |
| 2023-07-05 | resolve: Use `Interned` for `Module` | Vadim Petrochenkov | -1/+1 |
| 2023-07-05 | resolve: Use `Interned` for `NameBinding` | Vadim Petrochenkov | -1/+1 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -3/+8 |
| 2023-07-02 | add testcase for 112590 | yukang | -7/+8 |
| 2023-06-30 | Use structured suggestion when telling user about `for<'a>` | Esteban Küber | -3/+7 |
| 2023-06-22 | suggest importing for partial mod path in name resolving | yukang | -1/+5 |
| 2023-06-19 | Reformatting | Tom Martin | -3/+5 |
| 2023-06-18 | Add translatable diagnostic for invalid imports | Tom Martin | -5/+5 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -4/+20 |
| 2023-05-23 | Ignore "non-real" type Res in rustdoc intra doc link resolution | Guillaume Gomez | -7/+8 |
| 2023-05-18 | fix(resolve): only disambiguate binding key during define | bohan | -2/+3 |
| 2023-05-16 | Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb | Nilstrieb | -4/+0 |
| 2023-05-11 | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errors | Michael Goulet | -0/+9 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -0/+9 |
| 2023-05-10 | Only warn single-use lifetime when the binders match. | Camille GILLOT | -5/+11 |
| 2023-05-10 | refactor(resolve): clean up the early error return caused by non-call | bohan | -4/+0 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -2/+2 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -101/+161 |
| 2023-05-04 | Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2023-05-04 | Rollup merge of #111070 - WaffleLapkin:break_ribs, r=lcnr | Matthias Krüger | -80/+78 |
| 2023-05-03 | Do not recurse into const generic args when resolving self lifetime elision. | Camille GILLOT | -0/+4 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-01 | Remove "RibKind" suffix from `RibKind` variants | Maybe Waffle | -80/+74 |
| 2023-05-01 | Don't `use RibKind::*` | Maybe Waffle | -71/+75 |
| 2023-05-01 | fix tests | yukang | -3/+7 |
| 2023-05-01 | clean up debug code | yukang | -1/+4 |
| 2023-05-01 | remove current_type_ascription from DiagnosticMetadata | yukang | -13/+1 |
| 2023-05-01 | Rip it out | Nilstrieb | -11/+4 |
| 2023-04-30 | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-04-29 | Do not force anonymous lifetimes in consts to be static. | Camille GILLOT | -2/+2 |
| 2023-04-28 | Don't duplicate anonymous lifetimes for async fn in traits | Michael Goulet | -5/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -1/+0 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -1/+0 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-09 | Remove turbofish | Nilstrieb | -1/+1 |
| 2023-04-09 | Some simple `clippy::perf` fixes | Nilstrieb | -1/+1 |
| 2023-04-09 | Auto merge of #110041 - fmease:diag-sugg-adding-const-param, r=compiler-errors | bors | -2/+2 |
| 2023-04-07 | suggest adding const param | León Orell Valerian Liehr | -2/+2 |