about summary refs log tree commit diff
path: root/src/test/ui/invalid
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-473/+0
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-1/+1
2022-09-25Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikicfee1-dead-1/+1
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-1/+1
2022-09-16add help for invalid inline argumentRageking8-18/+6
2022-07-25passes: port more of `check_attr` moduleDavid Wood-6/+6
2022-07-20Add ShadowCallStack SupportIvan Lozano-1/+1
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-5/+15
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+27
2022-03-07Do not allow `#[rustc_legacy_const_generics]` on methodsChayim Refael Friedman-3/+16
2022-02-16MemTagSanitizer SupportIvan Lozano-1/+1
2021-09-25Check for macros in built-in attributes that don't support them.Eric Huss-0/+15
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-10/+3
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-92/+0
2021-05-08Support -C passes in NewPMNikita Popov-0/+8
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