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-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
2022-04-29
macros: subdiagnostic derive
David Wood
-0
/
+888
2022-04-29
tests: move diagnostic derive test to directory
David Wood
-0
/
+721