about summary refs log tree commit diff
path: root/src/test/ui/derives
AgeCommit message (Expand)AuthorLines
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
2019-06-22Lint empty 'derive()' as unused attribute.Mazdak Farrokhzad-4/+13
2019-04-23Update ui testsvarkor-1/+1
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-51/+51
2019-03-05Update test falloutvarkor-2/+2
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-13/+2
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-1/+2
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-1/+2
2018-12-25Remove licensesMark Rousskov-466/+66
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+1561