| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -813/+0 | |
| 2022-12-05 | review comment: add test case | Esteban Küber | -1/+18 | |
| 2022-12-05 | On E0195 point at where clause lifetime bounds | Esteban Küber | -0/+57 | |
| Fix #104733 | ||||
| 2022-12-03 | Don't add a note for implementing a trait if its inner type is erroneous | bhbs | -0/+44 | |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -13/+75 | |
| Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting the HIR Generics. (Fix #98539) | ||||
| 2022-07-07 | Add test for #98539 | Esteban Küber | -0/+69 | |
| 2022-06-30 | Skip inlining if there are normalization issues. | Camille GILLOT | -61/+0 | |
| 2022-06-26 | compiletest: add issue number param to `known-bug` | David Knaack | -1/+1 | |
| 2022-06-21 | Add some tests for impossible bounds | Michael Goulet | -18/+151 | |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -14/+14 | |
| 2022-05-03 | Tweak wording | Esteban Kuber | -2/+2 | |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -0/+49 | |
| When we don't find an item we search all of them for an appropriate import and suggest `use`ing it. This is sometimes done for expressions that have paths with more than one segment. We now also suggest changing that path to work with the `use`. Fix #95413 | ||||
| 2022-03-23 | Better suggestions for Fn trait selection errors | Michael Goulet | -0/+109 | |
| 2022-01-17 | Fix Inline MIR pass on a function with un-satisfiable bounds | Michael Goulet | -0/+22 | |
| 2021-10-27 | Add regression test for #75961 | Bram van den Heuvel | -0/+7 | |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -19/+45 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -35/+48 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -0/+266 | |
