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
/
internal-lints
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-16
Move eager translation to a method on `Diag`
Jake Goulding
-5
/
+3
2024-08-10
Add more test cases for untranslatable_diagnostic lint
Pavel Grigorenko
-0
/
+7
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-7
/
+7
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-8
/
+0
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-2
/
+2
2024-03-11
Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function.
Nicholas Nethercote
-2
/
+8
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-7
/
+7
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-10
/
+10
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-9
/
+9
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-3
/
+30
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-3
/
+3
2024-03-05
Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1.
Nicholas Nethercote
-0
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-7
/
+7
2024-02-28
Rename `Diagnostic` as `DiagInner`.
Nicholas Nethercote
-2
/
+2
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-1
/
+1
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-3
/
+10
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-8
/
+3
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-8
/
+8
2023-12-18
Fix up some `ui-fulldeps` tests.
Nicholas Nethercote
-10
/
+10
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-3
/
+5
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-7
/
+9
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+89