| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-04 | Move tests | Caio | -15/+0 | |
| 2022-12-11 | Point at method call when it is the source of the bound error | Esteban Küber | -2/+1 | |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -1/+1 | |
| 2022-08-08 | Adjust wording | Michael Goulet | -5/+6 | |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -1/+1 | |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -2/+0 | |
| Be more thorough in using `ItemObligation` and `BindingObligation` when evaluating obligations so that we can point at trait bounds that introduced unfulfilled obligations. We no longer incorrectly point at unrelated trait bounds (`substs-ppaux.verbose.stderr`). In particular, we now point at trait bounds on method calls. We no longer point at "obvious" obligation sources (we no longer have a note pointing at `Trait` saying "required by a bound in `Trait`", like in `associated-types-no-suitable-supertrait*`). Address part of #89418. | ||||
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -1/+1 | |
| Fixes #76267 When there is a single applicable method candidate, but its trait bounds are not satisfied, we avoid saying that the method is "not found". Insted, we update the error message to directly mention which bounds are not satisfied, rather than mentioning them in a note. | ||||
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -4/+0 | |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -0/+4 | |
| Point at the intermediary unfullfilled trait bounds. | ||||
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+27 | |
