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
/
subdiagnostic.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+3
2023-02-01
Forbid #[suggestion_*(...)] on Vecs
Xiretza
-5
/
+16
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-2
/
+2
2022-10-23
Allow specifying multiple alternative suggestions
Xiretza
-9
/
+12
2022-10-17
infer: use derive more
David Wood
-0
/
+2
2022-10-17
macros: fully specify path to `Fn`
David Wood
-1
/
+1
2022-10-17
macros: allow subdiagnostic-kind-less variants
David Wood
-5
/
+16
2022-10-17
macros: support doc comments in diag derives
David Wood
-4
/
+18
2022-10-10
macros: separate suggestion fmt'ing and emission
David Wood
-12
/
+38
2022-10-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-17
/
+28
2022-09-27
Allow raw identifiers to be used as fluent arguments
Xiretza
-0
/
+3
2022-09-26
macros: support diagnostic derive on enums
David Wood
-19
/
+7
2022-09-22
Better error recovery in Subdiagnostic derive
Xiretza
-20
/
+28
2022-09-22
Extract subdiagnostic attribute parsing
Xiretza
-231
/
+42
2022-09-22
Make SetOnce nicer to use
Xiretza
-13
/
+16
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-9
/
+9
2022-09-21
UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic
Jhonny Bill Mena
-1
/
+1
2022-09-01
Allow deriving multiple subdiagnostics using one SessionSubdiagnostic
Xiretza
-96
/
+120
2022-09-01
Revert parts of "use derive proc macro to impl SessionDiagnostic"
Xiretza
-249
/
+445
2022-08-31
use derive proc macro to impl SessionDiagnostic
Yuanheng Li
-445
/
+249
2022-08-30
Rework SessionSubdiagnostic derive to support multipart_suggestion
Xiretza
-219
/
+389
2022-08-30
SessionSubdiagnostic: make `#[applicability]` optional
Xiretza
-8
/
+4
2022-08-30
Use span_suggestion_with_style in SessionSubdiagnostic derive
Xiretza
-39
/
+65
2022-08-24
translations: rename warn_ to warning
Luis Cardoso
-2
/
+2
2022-07-15
macros: support adding warnings to diags
David Wood
-0
/
+4
2022-07-05
macros: add diagnostic derive for lints
David Wood
-5
/
+4
2022-06-24
macros: use typed identifiers in subdiag derive
David Wood
-12
/
+72
2022-05-30
errors: simplify referring to fluent attributes
David Wood
-1
/
+1
2022-05-19
let `generate_field_attrs_code` create `FieldInfo`
Christian Poveda
-1
/
+0
2022-05-12
errors: `set_arg` takes `IntoDiagnosticArg`
David Wood
-1
/
+1
2022-05-06
macros: allow `Vec` fields in diagnostic derive
David Wood
-13
/
+5
2022-04-29
macros: allow setting applicability in attribute
David Wood
-43
/
+1
2022-04-29
macros: add more documentation comments
David Wood
-0
/
+9
2022-04-29
macros: add helper functions for invalid attrs
David Wood
-80
/
+20
2022-04-29
macros: split diagnostic derives into modules
David Wood
-0
/
+530