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
/
src
/
test
/
ui-fulldeps
/
session-diagnostic
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2886
/
+0
2022-12-14
Auto merge of #105233 - mejrs:always_eager, r=estebank
bors
-18
/
+34
2022-12-13
bless fulldeps tests
Oli Scherer
-3
/
+1
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-2
/
+1
2022-12-04
Always evaluate vecs of subdiagnostics eagerly
mejrs
-18
/
+34
2022-11-21
Improve slug name error
mejrs
-0
/
+35
2022-11-21
Fix tests
mejrs
-129
/
+129
2022-10-26
Remove #[suggestion_*] attributes
Xiretza
-72
/
+84
2022-10-26
Add "tool-only" suggestion style
Xiretza
-9
/
+16
2022-10-26
rustfmt diagnostic derive tests
Xiretza
-85
/
+80
2022-10-26
Add style= parameter to suggestion attributes
Xiretza
-4
/
+141
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
[next]