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
/
session_diagnostic.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-29
macros: split diagnostic derives into modules
David Wood
-1590
/
+0
2022-04-29
macros: subdiagnostic derive
David Wood
-131
/
+755
2022-04-25
fix formatting
Christian Poveda
-3
/
+1
2022-04-25
use `ParseSess` instead of `Session` in `into_diagnostic`
Christian Poveda
-2
/
+4
2022-04-21
macros: update doc comment for diagnostic derive
David Wood
-8
/
+18
2022-04-05
macros: support translatable suggestions
David Wood
-66
/
+93
2022-04-05
macros: note/help in `SessionDiagnostic` derive
David Wood
-9
/
+43
2022-04-05
macros: support translatable labels
David Wood
-34
/
+75
2022-04-05
macros: optional error codes
David Wood
-23
/
+19
2022-04-05
macros: add `#[no_arg]` to skip `set_arg` call
David Wood
-1
/
+11
2022-04-05
macros: rename `#[message]` to `#[primary_span]`
David Wood
-3
/
+3
2022-04-05
macros: translatable struct attrs and warnings
David Wood
-114
/
+267
2022-04-05
macros: update session diagnostic errors
David Wood
-9
/
+9
2022-04-05
macros: add args for non-subdiagnostic fields
David Wood
-24
/
+54
2022-04-05
macros: move suggestion type handling to fn
David Wood
-68
/
+61
2022-04-05
macros: update comments
David Wood
-27
/
+34
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-1
/
+1
2022-03-01
Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot
Dylan DPC
-1
/
+0
2022-02-27
Lint against more useless `#[must_use]` attributes
Ruby Lazuli
-1
/
+0
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-4
/
+4
2021-10-10
Apply clippy suggestions
Clemens Wasser
-4
/
+4
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-4
/
+4
2021-02-23
replaced some unwrap_or with unwrap_or_else
klensy
-3
/
+3
2020-12-30
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
Matthias Krüger
-1
/
+1
2020-09-09
Fix non-determinism in generated format string.
jumbatm
-5
/
+6
2020-09-01
Add SessionDiagnostic derive macro.
jumbatm
-0
/
+665