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_expand
/
src
/
mbe
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-0
/
+6
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+2
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-5
/
+5
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-2
/
+2
2023-04-12
compiler: print the suggestion only for local macros
Lena Milizé
-2
/
+5
2023-04-12
compiler: improve captured metavariables diagnostic
Lena Milizé
-1
/
+3
2023-03-17
Suggest surrounding the macro with `{}` to interpret as a statement
Mu42
-6
/
+18
2023-03-10
Add note when matching token with nonterminal
Nilstrieb
-3
/
+9
2023-01-05
Shrink `ParseResult` in the hot path.
Nilstrieb
-2
/
+23
2023-01-01
Merge multiple mutable borrows of immutable binding errors
Esteban Küber
-2
/
+2
2022-12-12
Properly calculate best failure in macro matching
Nilstrieb
-10
/
+30
2022-11-20
Move macro_rules diagnostics to diagnostics module
Nilstrieb
-0
/
+257