about summary refs log tree commit diff
path: root/src/test/ui/derives
AgeCommit message (Expand)AuthorLines
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-10/+90
2021-09-27better suggestionsTakayuki Maeda-12/+18
2021-09-16Remove unnecessary labelEsteban Kuber-20/+5
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-17/+35
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+83
2021-09-06Suggest deriving traits if possiblePaul Trojahn-0/+4
2021-08-16Use note to point at bound introducing requirementEsteban Küber-33/+39
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-0/+49
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-10/+10
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-51/+261
2021-06-22Change Debug unimplemented message per requestAris Merchant-4/+4
2021-06-16Update test stderr filesAris Merchant-12/+4
2021-05-13completion uwuEllen-1/+0
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-41/+41
2021-04-16builtin derive macros: fix error with const generics defaultSoveu-0/+14
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-8/+0
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-7/+7
2021-02-09./x.py test --blessTomasz Miąsko-180/+4
2021-02-09Fix derived PartialOrd operatorsTomasz Miąsko-0/+60
2021-02-07Address review commentsVadim Petrochenkov-0/+11
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-29/+34
2021-02-01Regression tests for issue 81211.Felix S. Klock II-0/+72
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-3/+3
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-0/+21
2020-09-08Update testsGuillaume Gomez-11/+13
2020-09-02pretty: trim paths of unique symbolsDan Aloni-104/+104
2020-07-27mv std libs to library/mark-11/+11
2020-04-08Small tweaks to required bound spanEsteban Küber-3/+3
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-4/+20
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-182/+53
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-1/+6
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+8
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-1/+2
2020-02-28Show information of chain of bound obligationsEsteban Küber-2/+5
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-1/+3
2020-02-28Deduplicate information in E0599Esteban Küber-3/+1
2020-02-28Reduce vebosity of E0599Esteban Küber-5/+1
2020-02-28Add more context to E0599 errorsEsteban Küber-2/+9
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+61
2020-01-24Normalise notes with the/isvarkor-2/+2
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-2/+16
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-1/+1
2020-01-10Ignore platforms that can't point to stdEsteban Küber-3/+12
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-1/+1
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-0/+5
2020-01-09Update testsVadim Petrochenkov-13/+213
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-65/+154
2019-11-16Modify primary label message to be inline with error messageEsteban Küber-3/+3
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-6/+15