| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-10-17 | trivial fix for comments feedback | yukang | -10/+10 | |
| 2022-10-04 | find the correct lang item for ranges | yukang | -33/+61 | |
| 2022-10-04 | fix #102396, suggest parentheses for possible range methods | yukang | -10/+239 | |
| 2022-07-11 | Use fake substs to check for `Self: Sized` predicates on method receivers | Michael Goulet | -0/+59 | |
| 2022-04-24 | diagnostics: regression test for <usize as Iterator>::rev | Michael Howell | -0/+20 | |
| Closes #90315 | ||||
| 2022-03-11 | Add regression test for `<i32 as Iterator>::count` | Michael Howell | -0/+17 | |
| Fixes #84495 | ||||
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -0/+22 | |
| To make this work, the `#[rustc_on_unimplemented]` data needs to be used to report method resolution errors, which is most of what this commit does. Fixes #94581 | ||||
