about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/array_into_iter.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-1/+1
2021-08-30Don't give invalid suggestions in array_into_iter.Mara Bos-1/+1
2021-08-30Upgrade array_into_iter lint to include Deref-to-array types.Mara Bos-23/+29
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-1/+1
2021-06-26Better suggestion for array_into_iter in for loop.Mara Bos-17/+44
2021-06-26Add new suggestion to array_into_iter lint.Mara Bos-0/+8
2021-06-26Change wording on array_into_iter lint for 1.53 and edition changes.Mara Bos-17/+11
2021-06-25Address PR feedbackRyan Levick-1/+0
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-5/+4
2020-10-30Implement rustc side of report-future-incompatAaron Hill-1/+4
2020-09-13Auto-generate lint documentation.Eric Huss-0/+25
2020-09-04Change ty.kind to a methodLeSeulArtichaut-4/+4
2020-08-30mv compiler to compiler/mark-0/+97