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_symbol_mangling
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-3
/
+3
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-3
/
+3
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-3
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-7
/
+4
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-10-17
Remove `rustc_symbol_mangling/messages.ftl`.
Nicholas Nethercote
-14
/
+26
2022-10-23
Migrate all diagnostics
Nilstrieb
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-13
UPDATE - merge and avoid translations for symbol mangling test output
Jhonny Bill Mena
-23
/
+21
2022-08-30
UPDATE - to support diag introduced in PR #100765
Jhonny Bill Mena
-4
/
+4
2022-08-30
ADD - migrate InvalidDefPath to new diagnostics infra
Jhonny Bill Mena
-0
/
+8
2022-08-30
UPDATE - accept String instead of unused 'str
Jhonny Bill Mena
-6
/
+6
2022-08-30
ADD - migrate InvalidTraitItem and AltInvalidTraitItem errors
Jhonny Bill Mena
-0
/
+16
2022-08-30
ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i...
Jhonny Bill Mena
-0
/
+12