| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-02 | Move some UI tests into subdirectories | jyn | -0/+34 | |
| to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui. | ||||
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -0/+80 | |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -67/+19 | |
| Exit when there are unmatched delims to avoid noisy diagnostics From https://github.com/rust-lang/rust/pull/104012#issuecomment-1311764832 r? ``@petrochenkov`` | ||||
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -67/+19 | |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -0/+17 | |
| Fixes #108529 | ||||
| 2023-02-14 | Make removal suggestion not verbose | Esteban Küber | -6/+4 | |
| 2023-02-14 | rebase and review comments | Esteban Küber | -1/+1 | |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -2/+3 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -5/+5 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -1/+6 | |
| When suggesting writing a fully qualified path probe for appropriate types Address the more common part of #46585. | ||||
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -0/+2 | |
| Const closures cc https://github.com/rust-lang/rust/issues/106003 | ||||
| 2023-01-12 | Rollup merge of #106579 - estebank:issue-52144, r=Nilstrieb | nils | -5/+25 | |
| Suggest making private tuple struct field public Fix #52144. | ||||
| 2023-01-12 | fix fmt and bless | Deadbeef | -0/+2 | |
| 2023-01-11 | review comments: Tweak output | Esteban Küber | -0/+16 | |
| * Account for `struct S(pub(super)Ty);` in suggestion * Suggest changing field visibility in E0603 too | ||||
| 2023-01-11 | Suggest making private tuple struct field public | Esteban Küber | -5/+9 | |
| Fix #52144. | ||||
| 2023-01-11 | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | -1/+6 | |
| Fix #46585. | ||||
| 2023-01-11 | label where constructor is defined and note that it should be called | Michael Goulet | -3/+3 | |
| 2023-01-11 | Be more specific about constructor `FnDef`s in type mismatch | Michael Goulet | -9/+9 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+7170 | |
