about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-20413.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-73/+0
2022-11-28Further tweak the type shortening logicEsteban Küber-5/+5
2022-11-28Detect long types in E0308 and write them to diskEsteban Küber-5/+5
2022-11-18On E0275 do not print out the full type in the msgEsteban Küber-3/+3
2022-11-18On overflow errors, do not print out long typesEsteban Küber-14/+19
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-8/+8
2022-06-21Only keep a single well-formed query.Camille GILLOT-62/+7
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-30/+0
2021-09-28Improve help for recursion limit errorsRoss MacArthur-6/+6
2021-08-16Use note to point at bound introducing requirementEsteban Küber-18/+30
2021-07-25Bless tests.Camille GILLOT-41/+41
2021-05-01Add help message for unused type paramkadmin-0/+1
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-10/+50
2020-11-18Account for indirect cyclic requirementsEsteban Küber-1/+61
2020-11-18Remove redundant notes in E0275Esteban Küber-252/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-2/+4
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-2/+2
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-2/+2
2020-02-02Use more accurate failed predicate spansEsteban Küber-14/+8
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-8/+5
2019-10-03typo: fix typo in E0392Ben Boeckel-1/+1
2019-10-02review commentEsteban Küber-1/+1
2019-09-30Reword E0392 slightlyEsteban Küber-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-10/+6
2019-07-07Raise the default recursion limit to 128Simonas Kazlauskas-4/+132
2019-04-19Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebankMazdak Farrokhzad-1/+1
2019-04-18Update testsvarkor-1/+1
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-3/+3
2019-03-06Update testsJohn Kåre Alsaker-1/+81
2019-01-16Don't explicitly increment the depth for new trait predicatesAaron Hill-1/+32
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-33/+1
2018-12-25Remove licensesMark Rousskov-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+94