about summary refs log tree commit diff
path: root/tests
AgeCommit message (Collapse)AuthorLines
2023-01-11Rollup merge of #106703 - compiler-errors:impl-derived-span, r=estebankMatthias Krüger-64/+176
Note predicate span on `ImplDerivedObligation` Seems obvious to point out the where-clause that introduces the `ImplDerivedObligation` :) r? `@estebank`
2023-01-11Rollup merge of #106622 - estebank:issue-68972, r=davidtwcoMatthias Krüger-0/+39
Detect out of bounds range pattern value Fix #68972.
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-64/+176
2023-01-11Detect struct literal needing parenthesesEsteban Küber-0/+26
Fix #82051.
2023-01-11Detect out of bounds range pattern valueEsteban Küber-0/+39
Fix #68972.
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-65/+65
2023-01-11Move /src/test to /testsAlbert Larsan-0/+849763