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
/
tests
/
ui-fulldeps
/
session-diagnostic
Age
Commit message (
Expand
)
Author
Lines
2025-08-22
On E0277, point at type that doesn't implement bound
Esteban Küber
-3
/
+18
2025-08-15
Detect missing `derive` on unresolved attribute even when not imported
Esteban Küber
-0
/
+6
2025-06-12
Detect when attribute is provided by missing `derive` macro
Esteban Küber
-0
/
+14
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-4
/
+4
2024-10-27
give a better error for tuple structs in `derive(Diagnostic)`
jyn
-136
/
+136
2024-10-14
Remove `'apostrophes'` from `rustc_parse_format`
Lieselotte
-3
/
+3
2024-07-24
Do not use question as label
Esteban Küber
-41
/
+41
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-4
/
+4
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-36
/
+27
2024-04-21
Allow nesting subdiagnostics
Xiretza
-0
/
+10
2024-03-11
Rename `IntoDiagnosticArg` as `IntoDiagArg`.
Nicholas Nethercote
-17
/
+17
2024-03-05
Rename `SubdiagnosticMessage` as `SubdiagMessage`.
Nicholas Nethercote
-4
/
+4
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-4
/
+4
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-3
/
+3
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-19
/
+19
2024-02-21
Merge `diagnostic_builder.rs` into `diagnostic.rs`.
Nicholas Nethercote
-3
/
+3
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-9
/
+10
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-21
/
+33
2024-02-13
Bump `proc-macro2`, `syn` and `quote`
clubby789
-181
/
+108
2024-02-01
A small fix in `enforce_slug_naming.rs`.
Nicholas Nethercote
-2
/
+2
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-217
/
+221
2024-01-06
Remove ignore-stage1 that was added when changing error count msg
Nilstrieb
-2
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-4
/
+4
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-192
/
+188
2023-11-24
Bless ui-fulldeps
Nilstrieb
-2
/
+3
2023-10-05
Add a note to duplicate diagnostics
Alex Macleod
-0
/
+2
2023-09-22
hide rustc line numbers in test
Ralf Jung
-2
/
+2
2023-09-04
Add help to allow lint for the implied by suggestion
Urgau
-1
/
+1
2023-07-26
Bump syn dependency
Oli Scherer
-98
/
+106
2023-07-26
Bump syn now that it doesn't affect diagnostics anymore
Oli Scherer
-90
/
+89
2023-06-28
Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco
bors
-0
/
+23
2023-06-23
Add test for invalid variables
clubby789
-0
/
+23
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-19
/
+19
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-05-08
Make spans a bit better
Michael Goulet
-33
/
+25
2023-05-08
Diagnostic args are still args if they're documented
Michael Goulet
-0
/
+90
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-184
/
+188
2023-04-17
Support `x test --stage 1 ui-fulldeps`
jyn
-182
/
+184
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-2
/
+2
2023-04-06
fix errors
Deadbeef
-104
/
+111
2023-04-06
fix and bless ui tests 1/2
Deadbeef
-270
/
+269
2023-02-27
Allow using `bool` for optional diagnostics
clubby789
-40
/
+59
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-524
/
+533
2023-02-01
Forbid #[suggestion_*(...)] on Vecs
Xiretza
-2
/
+51
2023-01-11
Support eager subdiagnostics again
mejrs
-26
/
+8
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2886