summary refs log tree commit diff
path: root/src/test/ui/methods/issues
AgeCommit message (Expand)AuthorLines
2022-10-17trivial fix for comments feedbackyukang-10/+10
2022-10-04find the correct lang item for rangesyukang-33/+61
2022-10-04fix #102396, suggest parentheses for possible range methodsyukang-10/+239
2022-07-11Use fake substs to check for `Self: Sized` predicates on method receiversMichael Goulet-0/+59
2022-04-24diagnostics: regression test for <usize as Iterator>::revMichael Howell-0/+20
2022-03-11Add regression test for `<i32 as Iterator>::count`Michael Howell-0/+17
2022-03-09diagnostics: use rustc_on_unimplemented to recommend `[].iter()`Michael Howell-0/+22