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_interface
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-30
Remove attribute `#[rustc_error]`
Vadim Petrochenkov
-14
/
+0
2025-03-21
Move some calls to before calling codegen_crate
bjorn3
-6
/
+0
2025-02-21
fix: naming convention "ferris" suggestion for idents named 🦀
Nikita Revenco
-1
/
+2
2025-02-17
Move `rustc_middle::limits` to `rustc_interface`.
Nicholas Nethercote
-0
/
+10
2025-02-15
Reject macro calls inside of `#![crate_name]`
León Orell Valerian Liehr
-0
/
+15
2025-01-28
ABI-required target features: warn when they are missing in base CPU (rather ...
Ralf Jung
-0
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-03-13
Make incremental sessions identity no longer depend on the crate names provid...
John KÃ¥re Alsaker
-9
/
+0
2023-06-06
Write to stdout if `-` is given as output file
Jing Peng
-0
/
+4
2023-02-22
Remove a back compat warning
Oli Scherer
-4
/
+0
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+21
2023-01-13
Warn when using panic-strategy abort for proc-macro crates
Lukas Wirth
-0
/
+4
2022-10-23
Migrate all diagnostics
Nilstrieb
-14
/
+14
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-15
/
+15
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-15
/
+15
2022-08-22
Remove use of DiagnosticArgFromDisplay
Giacomo Stevanato
-10
/
+12
2022-08-22
Move rustc_interface diagnostics to struct SessionDiagnostic derives
Giacomo Stevanato
-0
/
+68
2022-08-22
Move existing diagnostic struct to a new errors module
Giacomo Stevanato
-0
/
+19