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
Age
Commit message (
Expand
)
Author
Lines
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
-342
/
+356
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-10
errors: `AddToDiagnostic::add_to_diagnostic_with`
David Wood
-7
/
+13
2022-10-03
errors: rename `typeck.ftl` to `hir_analysis.ftl`
David Wood
-233
/
+233
2022-10-01
`ui-fulldeps`: adopt to the new rustc lint API
Maybe Waffle
-39
/
+43
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-26
Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwco
fee1-dead
-176
/
+400
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
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
-6
/
+6
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-69
/
+69
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-87
/
+87
2022-09-21
UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic
Jhonny Bill Mena
-9
/
+9
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-94
/
+95
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+1
2022-09-08
Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwco
Dylan DPC
-6
/
+6
2022-09-06
Allow lint passes to be bound by `TyCtxt`
Jason Newcomb
-6
/
+6
2022-09-05
FIX - broken translatable diagnostics tests
Jhonny Bill Mena
-5
/
+5
2022-09-05
FIX - broken translatable diagnostics tests
Jhonny Bill Mena
-13
/
+15
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-11
/
+11
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
Rollup merge of #101230 - davidtwco:translation-internal-lint-no-self-lint, r...
Matthias Krüger
-7
/
+15
2022-08-31
lint: avoid linting diag functions with diag lints
David Wood
-7
/
+15
2022-08-31
use derive proc macro to impl SessionDiagnostic
Yuanheng Li
-313
/
+85
2022-08-31
Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwco
Matthias Krüger
-100
/
+292
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-30
Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8Ki
Dylan DPC
-33
/
+0
2022-08-28
Remove `register_attr`-related tests
Yuki Okushi
-33
/
+0
2022-08-24
translations: rename warn_ to warning
Luis Cardoso
-23
/
+22
[next]