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_ty_utils
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-03
Add `warn(unreachable_pub)` to `rustc_ty_utils`.
Nicholas Nethercote
-10
/
+10
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-1
/
+1
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+2
2023-06-22
Re-use error code for duplicate error
Oli Scherer
-1
/
+1
2023-05-12
Use the opaque_types_defined_by query to cheaply check for whether a hidden t...
Oli Scherer
-1
/
+23
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-04-08
Move SIMD layout errors to `SessionDiagnostic`
Matthew Jasper
-0
/
+26
2023-04-07
Move `FnPtrAddr` error to `SessionDiagnostic`
Matthew Jasper
-0
/
+7
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-24
/
+24
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
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
-3
/
+3
2022-08-26
Migrate rustc_ty_utils to use SessionDiagnostic
Peter Medus
-0
/
+69