| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-01 | Move some tests to more reasonable places | Caio | -40/+0 | |
| 2021-12-17 | Bless ui tests | Deadbeef | -2/+2 | |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -0/+6 | |
| 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-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -2/+6 | |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -4/+7 | |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -1/+1 | |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -10/+9 | |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -4/+4 | |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -9/+6 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+31 | |
