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_macros
/
src
/
diagnostics
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-23
Remove `synstructure::Structure::underscore_const` calls.
Nicholas Nethercote
-6
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_macros`.
Nicholas Nethercote
-3
/
+3
2024-05-23
Slightly clean up some lint infra code
León Orell Valerian Liehr
-1
/
+1
2024-03-11
Rename diagnostic derive things.
Nicholas Nethercote
-4
/
+4
2024-02-17
Make synstructure underscore_const(true) the default
Urgau
-3
/
+6
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+1
2024-01-23
Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.
Nicholas Nethercote
-1
/
+1
2023-12-19
Streamline `Diagnostic` proc macro.
Nicholas Nethercote
-3
/
+2
2023-05-08
Suggest let for possible binding with ty
yukang
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-2
/
+0
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-1
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-7
/
+7
2022-10-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-2
/
+2
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-5
/
+5
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
-4
/
+4
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-2
/
+2
2022-08-12
Update rustdoc to new slug style
est31
-8
/
+8
2022-07-05
macros: add diagnostic derive for lints
David Wood
-5
/
+48
2022-07-05
macros: fix documentation link for diag derive
David Wood
-1
/
+1
2022-06-24
macros: use typed identifiers in subdiag derive
David Wood
-3
/
+3
2022-06-24
macros: use typed identifiers in diag derive
David Wood
-2
/
+2
2022-05-24
macros: introduce `fluent_messages` macro
David Wood
-0
/
+2
2022-05-24
macros: change code block language
David Wood
-4
/
+4
2022-04-29
macros: split diagnostic derives into modules
David Wood
-0
/
+114