about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-09-03Add `warn(unreachable_pub)` to `rustc_ty_utils`.Nicholas Nethercote-10/+10
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-1/+1
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-1/+2
2023-06-22Re-use error code for duplicate errorOli Scherer-1/+1
2023-05-12Use the opaque_types_defined_by query to cheaply check for whether a hidden t...Oli Scherer-1/+23
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-04-08Move SIMD layout errors to `SessionDiagnostic`Matthew Jasper-0/+26
2023-04-07Move `FnPtrAddr` error to `SessionDiagnostic`Matthew Jasper-0/+7
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2022-10-23Migrate all diagnosticsNilstrieb-24/+24
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-3/+3
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-3/+3
2022-08-26Migrate rustc_ty_utils to use SessionDiagnosticPeter Medus-0/+69