about summary refs log tree commit diff
path: root/src/test/ui/for
AgeCommit message (Collapse)AuthorLines
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-2/+4
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-25Remove licensesMark Rousskov-66/+6
2018-11-30Update existing tests with more precise error messagesvarkor-2/+2
2018-10-09Reword `rustc_on_unimplemented` errors for `Iterator`Esteban Küber-6/+7
- Detect one element array of `Range` type, which is potentially a typo: `for _ in [0..10] {}` where iterating between `0` and `10` was intended. (#23141) - Suggest `.bytes()` and `.chars()` for `String`. - Suggest borrowing or `.iter()` on arrays (#36391) - Suggest using range literal when iterating on integers (#34353) - Do not suggest `.iter()` by default (#50773, #46806)
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+183