about summary refs log tree commit diff
path: root/src/test/ui/invalid
AgeCommit message (Expand)AuthorLines
2021-03-16Use delay_span_bug instead of panic in layout_scalar_valid_rangeTomasz Miąsko-1/+14
2021-03-11Validate rustc_layout_scalar_valid_range_{start,end} attributesTomasz Miąsko-0/+54
2021-02-25Improve checking for attributeAmanieu d'Antras-16/+29
2021-02-25Fix testsAmanieu d'Antras-4/+12
2021-02-25Address review commentsAmanieu d'Antras-0/+3
2021-02-23Move tests to subdirectoryAmanieu d'Antras-0/+193
2021-02-07HWASan supportTri Vo-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+15
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-12-12Move `allow_c_varadic` logic to `ast_validation`.Mazdak Farrokhzad-18/+0
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-10-31Update ui testsGuillaume Gomez-1/+2
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-2/+2
2019-10-03plugin_registrary: use normal deprecation instead of hard coded warning.Mazdak Farrokhzad-8/+6
2019-10-03Deprecate `#![plugin]` and `#[plugin_registrar]`.Mazdak Farrokhzad-3/+14
2019-07-21normalize use of backticks in compiler messages for librustc_lintSamy Kacimi-1/+1
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-23Tweak spans for E0599Esteban Küber-3/+1
2019-03-11Update testsVadim Petrochenkov-7/+7
2019-02-27Rename variadic to c_variadicDan Robertson-2/+2
2018-12-26Fixed more tests.Alexander Regueiro-2/+4
2018-12-25Remove licensesMark Rousskov-78/+19
2018-09-13Suggest valid crate type if invalidPhilipp Hansch-3/+93
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+189