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
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
cleanup: Remove useless `[T].iter().last()`
Esteban Küber
-1
/
+1
2025-06-26
Only args in main diag are saved and restored without removing the newly adde...
xizheyin
-11
/
+5
2025-06-25
Add runtime check to avoid overwrite arg easily in diag and store and restore...
xizheyin
-5
/
+25
2025-04-23
Remove `synstructure::Structure::underscore_const` calls.
Nicholas Nethercote
-6
/
+3
2025-04-16
Move eager translation to a method on `Diag`
Jake Goulding
-11
/
+4
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-10-27
give a better error for tuple structs in `derive(Diagnostic)`
jyn
-3
/
+6
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-13
/
+13
2024-08-29
Add `warn(unreachable_pub)` to `rustc_macros`.
Nicholas Nethercote
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-25
/
+29
2024-07-14
Suppress some fallout from gen in synstructure
Michael Goulet
-0
/
+8
2024-07-10
Make sure that labels are defined after the primary span in diagnostics
Michael Goulet
-0
/
+9
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-1
/
+1
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-1
/
+1
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-20
/
+12
2024-05-23
Slightly clean up some lint infra code
León Orell Valerian Liehr
-1
/
+1
2024-05-21
Fix subdiagnostic-only enum variants not generating code
Xiretza
-2
/
+2
2024-05-21
Add note_once/help_once to diagnostic derives
Xiretza
-4
/
+24
2024-04-21
Allow nesting subdiagnostics
Xiretza
-12
/
+25
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-1
/
+1
2024-03-11
Rename diagnostic derive things.
Nicholas Nethercote
-7
/
+7
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-1
/
+1
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-3
/
+3
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-6
/
+3
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-1
/
+1
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-6
/
+6
2024-02-25
Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin
bors
-3
/
+6
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-3
/
+7
2024-02-17
Make synstructure underscore_const(true) the default
Urgau
-3
/
+6
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-38
/
+1
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-4
/
+1
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-3
/
+3
2024-01-23
Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-14
Rework how diagnostic lints are stored.
Nicholas Nethercote
-1
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-19
/
+19
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-2
/
+7
2023-12-19
Streamline `Diagnostic` proc macro.
Nicholas Nethercote
-83
/
+45
2023-12-19
Remove unnecessary `use` items in derived `IntoDiagnostic` impls.
Nicholas Nethercote
-3
/
+0
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `__diagnostic_handler_sess` as `_sess`.
Nicholas Nethercote
-4
/
+5
2023-12-18
Rename `DiagnosticDeriveKind::Diagnostic::handler` as `DiagnosticDeriveKind::...
Nicholas Nethercote
-10
/
+10
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-12-16
Simplify lint decorator derive too
Michael Goulet
-2
/
+2
2023-11-10
Minor cleanups.
Nicholas Nethercote
-9
/
+10
2023-10-13
Format all the let chains in compiler
Michael Goulet
-19
/
+23
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-5
/
+13
2023-06-28
Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco
bors
-4
/
+57
2023-06-23
avoid `&format` in error message code
Takayuki Maeda
-8
/
+6
[next]