about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/errors.rs
AgeCommit message (Expand)AuthorLines
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-52/+52
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-52/+52
2022-09-14Migrated the rustc_passes lint for annotations without effect to the new diag...Diego de Oliveira-0/+7
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+9
2022-08-24translations: rename warn_ to warningLuis Cardoso-8/+8
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-85/+85
2022-08-21Disallow #[primary_span] on LintDiagnosticsXiretza-1/+0
2022-08-03fix tidyyukang-1/+1
2022-08-03check link ordinal make sure target is foreign functionyukang-0/+7
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+18
2022-07-25passes: port more of `check_attr` moduleDavid Wood-1/+266
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-2/+2
2022-07-15passes: migrate half of `check_attr`David Wood-0/+362