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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_expand
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-26
Remove now un-used code
Jonathan Brouwer
-66
/
+0
2025-07-09
mbe: Refactor the diagnostic for unrecognized metavariable expressions
Trevor Gross
-0
/
+10
2025-07-09
mbe: Refactor diagnostics for invalid metavar expression syntax
Trevor Gross
-0
/
+34
2025-07-01
Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche...
Matthias Krüger
-8
/
+13
2025-06-30
mbe: Shorten `MetaVarExpr` -> `Mve` in structural diagnostics
Trevor Gross
-8
/
+13
2025-06-24
Rollup merge of #142943 - jieyouxu:no-rustc-version, r=compiler-errors
Matthias Krüger
-1
/
+0
2025-06-24
Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r...
Matthias Krüger
-1
/
+1
2025-06-24
Don't include current rustc version string in feature removed help
Jieyou Xu
-1
/
+0
2025-06-24
mbe: Use `TokenTree` as the fallback for invalid fragment specifiers
Trevor Gross
-1
/
+1
2025-06-20
Use a symbol for `ExpansionConfig::crate_name`.
Nicholas Nethercote
-2
/
+2
2025-06-09
Note the version and PR of removed features when using it
xizheyin
-0
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-28
Tweak `expand_incomplete_parse` warning.
Nicholas Nethercote
-1
/
+1
2024-10-05
Make deprecated_cfg_attr_crate_type_name a hard error
est31
-0
/
+14
2024-08-27
Add `warn(unreachable_pub)` to `rustc_expand`.
Nicholas Nethercote
-7
/
+7
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-07-27
Make `missing_fragment_specifier` an error in edition 2024
Trevor Gross
-0
/
+17
2024-06-22
delegation: Do not crash on qpaths without a trait
Vadim Petrochenkov
-0
/
+7
2024-06-14
delegation: Implement glob delegation
Vadim Petrochenkov
-2
/
+10
2024-05-28
Convert `proc_macro_back_compat` lint to an unconditional error.
Nicholas Nethercote
-0
/
+10
2024-05-15
delegation: Implement list delegation
Vadim Petrochenkov
-0
/
+7
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-04-26
Move some functions from `rustc_expand` to `rustc_builtin_macros`.
Nicholas Nethercote
-23
/
+0
2024-03-20
make "expected paren or brace" error translatable
Tshepang Mbambo
-0
/
+8
2024-02-21
Rollup merge of #121288 - tshepang:make-expand-translatable, r=michaelwoerister
Dylan DPC
-0
/
+30
2024-02-20
make "proc-macro derive panicked" translatable
Tshepang Mbambo
-0
/
+15
2024-02-19
make "custom attribute panicked" translatable
Tshepang Mbambo
-0
/
+15
2024-02-16
make "invalid fragment specifier" translatable
Tshepang Mbambo
-0
/
+10
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-5
/
+6
2024-01-17
Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)
Andrew Zhogin
-0
/
+7
2023-12-10
Remove edition umbrella features.
Eric Huss
-10
/
+0
2023-12-03
Detect attempts to expand a macro to a match arm again
Nadrieril
-0
/
+2
2023-10-21
Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist
Esteban Küber
-0
/
+1
2023-04-25
Fix static string lints
clubby789
-0
/
+10
2023-03-04
rustc_expand: make proc-macro derive error translatable
Tshepang Mbambo
-0
/
+7
2023-02-24
make "proc macro panicked" translatable
Tshepang Mbambo
-0
/
+15
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-7
/
+7
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+7
2022-12-10
Migrate parts of `rustc_expand` to session diagnostics
nils
-2
/
+324
2022-10-23
Migrate all diagnostics
Nilstrieb
-6
/
+6
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
-7
/
+7
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-6
/
+6
2022-08-17
Hotfix for duplicated slug name on VarStillRepeating struct
nidnogg
-1
/
+1
2022-08-17
Moved structs to rustc_expand::errors, added several more migrations, fixed s...
nidnogg
-3
/
+1
2022-08-17
Moved structs to rustc_expand::errors, added several more migrations, fixed s...
nidnogg
-0
/
+50