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_trait_selection
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-1
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-1
/
+1
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-4
/
+4
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-4
/
+4
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-6
/
+5
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-3
/
+7
2024-02-15
make better async fn kind errors
Michael Goulet
-0
/
+10
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-5
/
+2
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-12
/
+8
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-10
/
+7
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-5
/
+7
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-2
/
+2
2023-08-07
Migrate a trait selection error to use diagnostic translation
Deadbeef
-1
/
+35
2023-06-28
convert to fluent, make plurals work
Michael Goulet
-1
/
+35
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+8
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-5
/
+6
2023-01-11
Move autoderef to rustc_hir_analysis
Michael Goulet
-13
/
+0
2022-11-10
Don't print full paths in overlap errors
Michael Goulet
-5
/
+5
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+1
2022-10-31
Add more track_caller
mejrs
-0
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-11
/
+11
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-2
/
+2
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-7
/
+7
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-9
/
+9
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+2
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-4
/
+4
2022-09-01
Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1
Gabriel Bustamante
-0
/
+102