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
/
diagnostic_builder.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-27
Allow using `bool` for optional diagnostics
clubby789
-5
/
+8
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-3
/
+3
2023-02-01
Forbid #[suggestion_*(...)] on Vecs
Xiretza
-8
/
+13
2023-01-11
Support eager subdiagnostics again
mejrs
-4
/
+20
2022-12-14
Auto merge of #105233 - mejrs:always_eager, r=estebank
bors
-36
/
+11
2022-12-04
Always evaluate vecs of subdiagnostics eagerly
mejrs
-36
/
+11
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-7
/
+7
2022-10-23
Allow specifying multiple alternative suggestions
Xiretza
-1
/
+1
2022-10-17
macros: support doc comments in diag derives
David Wood
-7
/
+28
2022-10-10
macros: simplify field ordering in diag derive
David Wood
-42
/
+33
2022-10-10
macros: separate suggestion fmt'ing and emission
David Wood
-2
/
+4
2022-10-10
macros: `#[subdiagnostic(eager)]`
David Wood
-17
/
+54
2022-09-27
Allow raw identifiers to be used as fluent arguments
Xiretza
-0
/
+2
2022-09-26
macros: support diagnostic derive on enums
David Wood
-86
/
+118
2022-09-22
Unify subdiagnostic attribute parsing
Xiretza
-275
/
+139
2022-09-22
Make SetOnce nicer to use
Xiretza
-10
/
+12
2022-09-22
Point to previous applicability when declared multiple times
Xiretza
-24
/
+11
2022-09-22
Ensure #[suggestion] is only applied to correct tuple types
Xiretza
-33
/
+24
2022-09-22
Ensure code= in #[suggestion(...)] is only set once
Xiretza
-2
/
+2
2022-09-22
Cleanups in SessionDiagnostic derive
Xiretza
-11
/
+9
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-30
Use more `into_iter` rather than `drain(..)`
Donough Liu
-1
/
+1
2022-08-24
translations: rename warn_ to warning
Luis Cardoso
-14
/
+17
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-15
/
+4
2022-08-21
Disallow #[primary_span] on LintDiagnostics
Xiretza
-4
/
+13
2022-08-21
Make derived SessionDiagnostics generic on diagnostic level
Xiretza
-43
/
+38
2022-07-20
clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-07-15
macros: support adding warnings to diags
David Wood
-17
/
+34
2022-07-15
macros: support `MultiSpan` in diag derives
David Wood
-58
/
+81
2022-07-05
macros: add diagnostic derive for lints
David Wood
-0
/
+590