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_errors
/
src
/
diagnostic_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-25
Complete migrating `ast_passes` to derive diagnostics
clubby789
-0
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-3
/
+2
2023-02-01
Implement IntoDiagnosticArg for ast::Visibility
Xiretza
-0
/
+8
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-6
/
+12
2023-01-30
errors: implement `IntoDiagnosticArg` for `&T`
David Wood
-0
/
+6
2023-01-10
create helper function for `rustc_lint_defs::Level` and remove it's duplicate...
ozkanonur
-10
/
+1
2022-12-27
UPDATE - migrate fn simd_simple_float_intrinsic error messages
Jhonny Bill Mena
-0
/
+7
2022-12-11
Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead
Matthias Krüger
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+1
2022-12-10
Migrate parts of `rustc_expand` to session diagnostics
nils
-0
/
+6
2022-11-18
Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth
bors
-18
/
+3
2022-11-18
Migrate diagnostics list output to use icu list formatter.
Charles Lew
-18
/
+3
2022-11-13
migrating rustc_resolve to SessionDiagnostic. work in progress. start
Rajput, Rajat
-0
/
+6
2022-11-09
Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a...
SLASHLogin
-0
/
+6
2022-11-04
Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...
Matthias Krüger
-1
/
+4
2022-11-04
UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArg
Jhonny Bill Mena
-0
/
+1
2022-11-04
UPDATE - Complete link.rs migration to new diagnostics infraestructure
Jhonny Bill Mena
-1
/
+3
2022-10-24
Port `dead_code` lints to be translatable.
Charles Lew
-0
/
+32
2022-10-23
Migrate all diagnostics
Nilstrieb
-7
/
+7
2022-10-17
lint: use derive more
David Wood
-3
/
+18
2022-10-12
UPDATE - Move IntoDiagnosticArg implementations to diagnostic_impls file
Jhonny Bill Mena
-1
/
+155
2022-10-12
ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors
Jhonny Bill Mena
-0
/
+53