about summary refs log tree commit diff
path: root/src/test/ui/iterators/into-iter-on-arrays-lint.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-143/+0
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-12/+12
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-12/+12
2021-08-30Update tests for array_into_iter lint upgrade.Mara Bos-72/+8
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-12/+12
2021-08-11Modify structured suggestion outputEsteban Küber-24/+24
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-12/+12
2021-06-26Fix array-into-iter tests.Mara Bos-12/+12
2021-06-26Update tests for updated array_into_iter lint.Mara Bos-24/+120
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-148/+12
2020-10-30Always pass `-Z future-incompat-report` to UI testsAaron Hill-26/+26
2020-10-30Update into-iter-on-arrays test to check future-incompat-reportAaron Hill-0/+136
2020-10-30Some workAaron Hill-12/+12
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-6/+6
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2019-12-24Generalize `array_into_iter` lint to also lint for boxed arraysLukas Kalbertodt-0/+72
2019-11-06Add UI test for `array.into_iter()` lintLukas Kalbertodt-0/+37