about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/diagnostic_impls.rs
AgeCommit message (Expand)AuthorLines
2022-11-04Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-1/+4
2022-11-04UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArgJhonny Bill Mena-0/+1
2022-11-04UPDATE - Complete link.rs migration to new diagnostics infraestructureJhonny Bill Mena-1/+3
2022-10-24Port `dead_code` lints to be translatable.Charles Lew-0/+32
2022-10-23Migrate all diagnosticsNilstrieb-7/+7
2022-10-17lint: use derive moreDavid Wood-3/+18
2022-10-12UPDATE - Move IntoDiagnosticArg implementations to diagnostic_impls fileJhonny Bill Mena-1/+155
2022-10-12ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errorsJhonny Bill Mena-0/+53