about summary refs log tree commit diff
path: root/src/test/ui/traits/bound
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1109/+0
2022-12-14Tweak output for bare `dyn Trait` in argumentsEsteban Küber-0/+4
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-3/+2
2022-08-21Adjust messages, address some nitsMichael Goulet-4/+4
2022-08-21Point at struct field if possibleMichael Goulet-8/+8
2022-08-21Rework point-at-argMichael Goulet-5/+2
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-2/+2
2022-07-11Do not mention private Self types from other cratesMichael Goulet-1/+0
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-06-16diagnostics: fix trailing spaceklensy-8/+8
2022-04-16Implementation for 65853Jack Huey-1/+8
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-2/+2
2022-04-04Fix #90970, doesn't address #87437Esteban Kuber-0/+35
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-3/+5
2021-12-04Use multipart suggestions.Camille GILLOT-1/+6
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-6/+6
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-6/+5
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-4/+12
2021-08-16Use note to point at bound introducing requirementEsteban Küber-59/+96
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-19/+26
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-1/+1
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-7/+7
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-4/+11
2021-06-25Address PR feedbackRyan Levick-2/+2
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-2/+2
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-2/+5
2021-04-19fix suggestion for unsized function parameterslcnr-2/+2
2021-04-16Fix testsRyan Levick-2/+5
2021-02-09Organize trait test filesBram van den Heuvel-0/+1000