about summary refs log tree commit diff
path: root/src/test/ui/derives
AgeCommit message (Expand)AuthorLines
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
2019-11-02also adjust ignore in generated testsRalf Jung-42/+64
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-4/+4
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-4/+12
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-7/+19
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-6/+6
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-15/+9
2019-08-27resolve: Block expansion of a derive container until all its derives are reso...Vadim Petrochenkov-12/+12
2019-08-17Remove gensyms from built-in derivesMatthew Jasper-0/+121
2019-07-19Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwcobors-1/+1
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-1/+1
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-11Add a regression test for #44692Vadim Petrochenkov-0/+31
2019-07-06normalize use of backticks/lowercase in compiler messages for librustc_mirSamy Kacimi-8/+8
2019-06-23Remove built-in derive macros `Send` and `Sync`Vadim Petrochenkov-4/+16