index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
/
src
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-08
fixup limit handling code
Jana Dönszelmann
-1
/
+1
2025-01-07
don't return an Option from try_find_dep_kind
Martin Zacho
-2
/
+2
2025-01-06
improve diagnostics for const eval query overflow
Martin Zacho
-3
/
+3
2024-08-29
Add `warn(unreachable_pub)` to `rustc_query_system`.
Nicholas Nethercote
-7
/
+7
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+2
2023-10-26
Stash and cancel cycle errors for auto trait leakage in opaques
Michael Goulet
-0
/
+1
2023-07-18
moved note as unspanned note, moved note to the bottom of the msg
nxya
-1
/
+2
2023-07-18
added links as a note
nxya
-0
/
+1
2022-12-04
Always evaluate vecs of subdiagnostics eagerly
mejrs
-1
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-15
/
+15
2022-10-10
query_system: finish migration
David Wood
-11
/
+4
2022-10-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-2
/
+5
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-3
/
+4
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-7
/
+7
2022-09-15
correct span, add help message and add UI test when query depth overflows
SparrowLii
-3
/
+7
2022-09-15
add note for `layout_of` when query depth overflows
SparrowLii
-1
/
+13
2022-09-06
Make `HandleCycleError` an enum instead of a macro-generated closure
Joshua Nelson
-0
/
+7
2022-08-31
SessionDiagnostic for QueryOverflow error
Li Yuanheng
-0
/
+4
2022-08-31
use derive proc macro to impl SessionDiagnostic
Yuanheng Li
-39
/
+48
2022-08-31
link related issue to FIXME
Li Yuanheng
-1
/
+1
2022-08-31
migrate rustc_query_system to use SessionDiagnostic
Yuanheng Li
-0
/
+60