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_builtin_macros
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-8
/
+12
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-7
/
+6
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-12-14
Avoid `struct_diagnostic` where possible.
Nicholas Nethercote
-2
/
+2
2023-12-04
De-genericize some `IntoDiagnostic` impls.
Nicholas Nethercote
-5
/
+5
2023-10-05
Only give autofix suggestion when no named args are present
francorbacho
-1
/
+1
2023-10-05
Highlight redundant arguments instead of the whole format string
francorbacho
-1
/
+1
2023-10-05
Use diagnostic impls and add suggestions in redundant format!() args
francorbacho
-0
/
+21
2023-09-06
add diagnostic for raw identifiers in format string
Lukas Markeffsky
-12
/
+23
2023-07-25
builtin_macros: raw str in diagnostic output
David Wood
-26
/
+26
2023-06-28
fix typo
He1pa
-2
/
+2
2023-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
He1pa
-0
/
+88
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-30
Migrate `builtin_macros::asm` diagnostics to translatable diagnostics
clubby789
-5
/
+118
2023-04-25
Fix static string lints
clubby789
-0
/
+68
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-0
/
+7
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-7
/
+0
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-0
/
+553