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
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
cleanup: Remove useless `[T].iter().last()`
Esteban Küber
-1
/
+1
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+2
2024-10-27
give a better error for tuple structs in `derive(Diagnostic)`
jyn
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+9
2024-05-21
Add note_once/help_once to diagnostic derives
Xiretza
-0
/
+12
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-3
/
+3
2023-11-10
Minor cleanups.
Nicholas Nethercote
-3
/
+3
2023-06-23
avoid `&format` in error message code
Takayuki Maeda
-1
/
+1
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-9
/
+18
2023-05-08
Make spans a bit better
Michael Goulet
-0
/
+6
2023-05-08
Diagnostic args are still args if they're documented
Michael Goulet
-1
/
+2
2023-04-06
address comments
Deadbeef
-44
/
+49
2023-04-06
fix errors
Deadbeef
-1
/
+1
2023-04-06
fix and bless ui tests 1/2
Deadbeef
-0
/
+13
2023-04-06
migrate rustc_macros to syn 2.0
Deadbeef
-97
/
+89
2023-02-27
Allow using `bool` for optional diagnostics
clubby789
-0
/
+10
2023-02-01
Forbid #[suggestion_*(...)] on Vecs
Xiretza
-30
/
+37
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-5
/
+3
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-10
/
+10
2022-11-18
couple of clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-10-26
Remove #[suggestion_*] attributes
Xiretza
-15
/
+37
2022-10-26
Add "tool-only" suggestion style
Xiretza
-5
/
+8
2022-10-26
Add style= parameter to suggestion attributes
Xiretza
-14
/
+73
2022-10-23
Allow specifying multiple alternative suggestions
Xiretza
-11
/
+94
2022-10-17
macros: support doc comments in diag derives
David Wood
-3
/
+14
2022-10-10
macros: simplify field ordering in diag derive
David Wood
-59
/
+1
2022-10-10
macros: separate suggestion fmt'ing and emission
David Wood
-9
/
+39
2022-09-26
macros: support diagnostic derive on enums
David Wood
-12
/
+73
2022-09-22
Extract subdiagnostic attribute parsing
Xiretza
-1
/
+255
2022-09-22
Make SetOnce nicer to use
Xiretza
-3
/
+11
2022-08-22
Fix `build_format` not unescaping braces properly
finalchild
-27
/
+32
2022-07-15
macros: support `MultiSpan` in diag derives
David Wood
-1
/
+7
2022-07-05
macros: add diagnostic derive for lints
David Wood
-7
/
+13
2022-07-05
macros: introduce `build_field_mapping`
David Wood
-2
/
+19
2022-05-19
let `generate_field_attrs_code` create `FieldInfo`
Christian Poveda
-2
/
+1
2022-05-12
macros: spanless subdiagnostics from `()` fields
David Wood
-21
/
+33
2022-05-06
macros: allow `Vec` fields in diagnostic derive
David Wood
-6
/
+55
2022-04-29
macros: allow setting applicability in attribute
David Wood
-0
/
+43
2022-04-29
macros: add more documentation comments
David Wood
-0
/
+3
2022-04-29
macros: split diagnostic derives into modules
David Wood
-0
/
+221