about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/error.rs
AgeCommit message (Expand)AuthorLines
2025-09-08fixup limit handling codeJana Dönszelmann-1/+1
2025-01-07don't return an Option from try_find_dep_kindMartin Zacho-2/+2
2025-01-06improve diagnostics for const eval query overflowMartin Zacho-3/+3
2024-08-29Add `warn(unreachable_pub)` to `rustc_query_system`.Nicholas Nethercote-7/+7
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-1/+2
2023-10-26Stash and cancel cycle errors for auto trait leakage in opaquesMichael Goulet-0/+1
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-1/+2
2023-07-18added links as a notenxya-0/+1
2022-12-04Always evaluate vecs of subdiagnostics eagerlymejrs-1/+1
2022-10-23Migrate all diagnosticsNilstrieb-15/+15
2022-10-10query_system: finish migrationDavid Wood-11/+4
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-2/+5
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-3/+4
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-3/+3
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-7/+7
2022-09-15correct span, add help message and add UI test when query depth overflowsSparrowLii-3/+7
2022-09-15add note for `layout_of` when query depth overflowsSparrowLii-1/+13
2022-09-06Make `HandleCycleError` an enum instead of a macro-generated closureJoshua Nelson-0/+7
2022-08-31SessionDiagnostic for QueryOverflow errorLi Yuanheng-0/+4
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-39/+48
2022-08-31link related issue to FIXMELi Yuanheng-1/+1
2022-08-31migrate rustc_query_system to use SessionDiagnosticYuanheng Li-0/+60