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.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-14
Suppress some fallout from gen in synstructure
Michael Goulet
-0
/
+4
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-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-1
/
+1
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-6
/
+3
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-3
/
+3
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-2
/
+7
2023-12-19
Streamline `Diagnostic` proc macro.
Nicholas Nethercote
-36
/
+17
2023-12-19
Remove unnecessary `use` items in derived `IntoDiagnostic` impls.
Nicholas Nethercote
-2
/
+0
2023-12-18
Rename `__diagnostic_handler_sess` as `_sess`.
Nicholas Nethercote
-4
/
+5
2023-12-18
Rename `DiagnosticDeriveKind::Diagnostic::handler` as `DiagnosticDeriveKind::...
Nicholas Nethercote
-6
/
+6
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
-2
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-18
/
+20
2023-05-26
Fix diagnostics with errors
clubby789
-13
/
+6
2023-05-26
Validate fluent variable references with `debug_assertions`
clubby789
-4
/
+64
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-2
/
+2
2022-12-18
use &str / String literals instead of format!()
Matthias Krüger
-8
/
+4
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-13
/
+13
2022-11-21
Improve slug name error
mejrs
-53
/
+44
2022-11-21
Fix tests
mejrs
-31
/
+39
2022-11-21
Match crate and slug names
mejrs
-1
/
+53
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+3
2022-10-31
Add more track_caller
mejrs
-0
/
+3
2022-10-23
Migrate all diagnostics
Nilstrieb
-2
/
+2
2022-10-10
macros: simplify field ordering in diag derive
David Wood
-1
/
+4
2022-10-10
macros: `#[subdiagnostic(eager)]`
David Wood
-4
/
+9
2022-10-10
macros: tidy up lint changes
David Wood
-3
/
+6
2022-10-03
errors: rename `typeck.ftl` to `hir_analysis.ftl`
David Wood
-2
/
+2
2022-10-01
Refactor rustc lint API
Maybe Waffle
-15
/
+20
2022-09-26
macros: support diagnostic derive on enums
David Wood
-103
/
+54
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-11
/
+11
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-1
/
+1
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-1
/
+1
2022-08-21
Make derived SessionDiagnostics generic on diagnostic level
Xiretza
-62
/
+20
2022-07-15
macros: support adding warnings to diags
David Wood
-1
/
+1
2022-07-05
macros: add diagnostic derive for lints
David Wood
-575
/
+102
2022-07-05
macros: move `sess` out of builder
David Wood
-6
/
+4
2022-07-05
macros: introduce `build_field_mapping`
David Wood
-18
/
+3
2022-06-24
macros: use typed identifiers in diag derive
David Wood
-176
/
+284
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-30
/
+6
2022-05-19
formatting
Christian Poveda
-1
/
+2
2022-05-19
let `generate_field_attrs_code` create `FieldInfo`
Christian Poveda
-43
/
+13
[next]