about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/array_into_iter.rs
AgeCommit message (Expand)AuthorLines
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