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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui-fulldeps
/
session-diagnostic
Age
Commit message (
Expand
)
Author
Lines
2022-10-23
Allow specifying multiple alternative suggestions
Xiretza
-2
/
+133
2022-10-23
Update translation tests
Nilstrieb
-326
/
+326
2022-10-17
macros: allow subdiagnostic-kind-less variants
David Wood
-50
/
+43
2022-10-17
macros: support doc comments in diag derives
David Wood
-0
/
+30
2022-10-10
macros: separate suggestion fmt'ing and emission
David Wood
-0
/
+24
2022-10-10
macros: `#[subdiagnostic(eager)]`
David Wood
-1
/
+88
2022-10-03
errors: rename `typeck.ftl` to `hir_analysis.ftl`
David Wood
-227
/
+227
2022-10-01
`ui-fulldeps`: adopt to the new rustc lint API
Maybe Waffle
-14
/
+22
2022-09-28
Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco
bors
-0
/
+14
2022-09-27
Allow raw identifiers to be used as fluent arguments
Xiretza
-0
/
+14
2022-09-27
Update tests.
Mara Bos
-6
/
+4
2022-09-26
macros: support diagnostic derive on enums
David Wood
-88
/
+119
2022-09-22
Unify subdiagnostic attribute parsing
Xiretza
-85
/
+221
2022-09-22
Add missing code="" attributes to suggestion subdiagnostics
Xiretza
-1
/
+1
2022-09-22
Extract subdiagnostic attribute parsing
Xiretza
-83
/
+105
2022-09-22
Point to previous applicability when declared multiple times
Xiretza
-2
/
+8
2022-09-22
Ensure #[suggestion] is only applied to correct tuple types
Xiretza
-15
/
+55
2022-09-22
Ensure code= in #[suggestion(...)] is only set once
Xiretza
-1
/
+21
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-67
/
+67
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-85
/
+85
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-85
/
+85
2022-09-02
Rollup merge of #101294 - Xiretza:fix-100844-accident, r=davidtwco
Guillaume Gomez
-85
/
+299
2022-09-01
Allow deriving multiple subdiagnostics using one SessionSubdiagnostic
Xiretza
-48
/
+34
2022-09-01
Revert parts of "use derive proc macro to impl SessionDiagnostic"
Xiretza
-85
/
+313
2022-09-01
Adjust stderr file
Oli Scherer
-2
/
+2
2022-08-31
use derive proc macro to impl SessionDiagnostic
Yuanheng Li
-313
/
+85
2022-08-30
Rework SessionSubdiagnostic derive to support multipart_suggestion
Xiretza
-48
/
+278
2022-08-30
Unify indentation in subdiagnostic-derive test
Xiretza
-16
/
+16
2022-08-30
SessionSubdiagnostic: make `#[applicability]` optional
Xiretza
-47
/
+9
2022-08-24
translations: rename warn_ to warning
Luis Cardoso
-23
/
+22
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-212
/
+285
2022-08-21
Disallow #[primary_span] on LintDiagnostics
Xiretza
-1
/
+17
2022-08-21
Make derived SessionDiagnostics generic on diagnostic level
Xiretza
-79
/
+47
2022-08-21
Add Handler::struct_diagnostic()
Xiretza
-1
/
+1
2022-07-15
macros: support adding warnings to diags
David Wood
-3
/
+22
2022-07-15
macros: support `MultiSpan` in diag derives
David Wood
-9
/
+16
2022-07-08
Fixup diagnostic-derive test
Daniel Xu
-1
/
+1
2022-07-05
macros: add diagnostic derive for lints
David Wood
-2
/
+41
2022-06-30
tests: avoid inadvertent diffs in diag derive test
David Wood
-60
/
+56
2022-06-24
macros: use typed identifiers in subdiag derive
David Wood
-174
/
+194
2022-06-24
macros: use typed identifiers in diag derive
David Wood
-218
/
+308
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-32
/
+4
2022-05-12
errors: `set_arg` takes `IntoDiagnosticArg`
David Wood
-8
/
+17
2022-05-12
macros: spanless subdiagnostics from `()` fields
David Wood
-0
/
+22
2022-05-06
macros: allow `Vec` fields in diagnostic derive
David Wood
-0
/
+8
2022-04-29
macros: add interop between diagnostic derives
David Wood
-2
/
+13
2022-04-29
macros: allow setting applicability in attribute
David Wood
-3
/
+45
2022-04-29
macros: reuse `SetOnce` trait in diagnostic derive
David Wood
-36
/
+91
2022-04-29
macros: add helper functions for invalid attrs
David Wood
-62
/
+76
[next]