about summary refs log tree commit diff
path: root/src/test/ui/derives
AgeCommit message (Expand)AuthorLines
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