about summary refs log tree commit diff
path: root/src/test/ui/iterators
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1434/+0
2022-12-21Substitute things correctlyMichael Goulet-4/+4
2022-12-15Consider lifetimes when comparing assoc types in method chainEsteban Küber-13/+43
2022-12-13Avoid rendering empty annotationsOli Scherer-23/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-31/+25
2022-12-11Point at method call when it is the source of the bound errorEsteban Küber-53/+24
2022-12-11Use `with_forced_trimmed_paths`Esteban Küber-28/+28
2022-12-11fix rebaseEsteban Küber-10/+15
2022-12-11Only point at methods that might be relevantEsteban Küber-15/+62
2022-12-11Add label to method chains where assoc type remains the sameEsteban Küber-5/+5
2022-12-11Remove mention of "assoc type" in label as it is already in the `note` messageEsteban Küber-12/+12
2022-12-11Account for method call chains split across multiple bindingsEsteban Küber-1/+44
2022-12-11Mention only assoc types changesEsteban Küber-20/+18
2022-12-11Expand iterator chain testEsteban Küber-7/+26
2022-12-11Provide associated type information in method chainsMichael Goulet-0/+128
2022-12-10Introduce `with_forced_trimmed_paths`Esteban Küber-3/+3
2022-11-11Don't add message that will never be shown to usersOli Scherer-7/+4
2022-10-01bless ui testsMaybe Waffle-2/+2
2022-09-23Restore ignore tagFlorian Bartels-5/+0
2022-09-03Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, ...bors-6/+60
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-27Revert "Remove deferred sized checks"Michael Goulet-6/+60
2022-08-21Deduplicate errors that come from places like normalization, sizedMichael Goulet-33/+1
2022-08-21Rework point-at-argMichael Goulet-7/+62
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-18/+18
2022-08-16Remove deferred sized checksMichael Goulet-24/+6
2022-06-16diagnostics: fix trailing spaceklensy-1/+1
2022-06-08Suggest using `iter()` or `into_iter()` for `Vec`Chayim Refael Friedman-0/+24
2022-05-28Move some tests to more reasonable placesCaio-0/+104
2022-04-26Better error messages when collecting into `[T; n]`Michael Goulet-2/+25
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-12/+14
2022-02-09Suggest collecting into `Vec<_>` when collecting into `[_]`Michael Goulet-0/+41
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+5
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-80/+0
2021-11-03Clean up some `-Z unstable-options` in tests.Eric Huss-1/+0
2021-10-21Make RSplit<T, P>: Clone not require T: CloneCaleb Sander-0/+11
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-17/+17
2021-08-30Update tests for array_into_iter lint upgrade.Mara Bos-82/+31
2021-08-16Use note to point at bound introducing requirementEsteban Küber-2/+5
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-15/+15
2021-08-11Modify structured suggestion outputEsteban Küber-31/+32
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-15/+15
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-16/+80
2021-06-26Fix array-into-iter tests.Mara Bos-13/+18
2021-06-26Add test for suggestion of array_into_iter in for loop.Mara Bos-1/+19
2021-06-26Update tests for updated array_into_iter lint.Mara Bos-54/+166
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-197/+40
2021-04-16Test array into_iter with more wrapper typesJosh Stone-5/+39
2021-04-16Test Box::new(array).into_iter()Josh Stone-4/+29
2021-04-16Skip into_iter() for arrays before 2021Josh Stone-0/+55