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
/
macro_check.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
mbe: macro_check: Fix function comments referencing non-existent parameters
Josh Triplett
-7
/
+4
2025-09-14
Move more early buffered lints to dyn lint diagnostics (1/N)
León Orell Valerian Liehr
-15
/
+30
2025-08-12
mbe: Rename macro parsing state names to use `Bang` instead of `Not`
Josh Triplett
-9
/
+9
2025-08-08
mbe: Parse macro attribute rules
Josh Triplett
-1
/
+5
2025-06-26
mbe: Fold calls to `check_meta_variables` into the parser loop
Josh Triplett
-16
/
+7
2025-06-24
mbe: Clean up code with non-optional `NonterminalKind`
Trevor Gross
-10
/
+2
2025-06-12
Make `missing_fragment_specifier` an unconditional error
Trevor Gross
-19
/
+6
2025-03-03
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
Nicholas Nethercote
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-01
Stabilize expr_2021 fragment in all editions
Eric Holk
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+5
2024-07-27
Make `missing_fragment_specifier` an error in edition 2024
Trevor Gross
-6
/
+17
2024-07-19
Allow concat in repetitions
Caio
-4
/
+4
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-5
/
+5
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-2
/
+2
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-16
/
+10
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-2
/
+2
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-45
/
+46
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-30
/
+32
2024-02-20
Add newtype for raw idents
clubby789
-2
/
+2
2023-12-18
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
Nicholas Nethercote
-6
/
+5
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-6
/
+6
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-2
/
+2
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-4
/
+9
2023-04-25
Fix static string lints
clubby789
-4
/
+2
2023-01-17
`rustc_expand`: remove `ref` patterns
Maybe Waffle
-5
/
+5
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-2
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-4
/
+4
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-4
/
+4
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-04-09
expand: Remove `ParseSess::missing_fragment_specifiers`
Vadim Petrochenkov
-2
/
+13
2022-04-09
Remove explicit delimiter token trees from `Delimited`.
Nicholas Nethercote
-11
/
+5
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-4
/
+4
2022-04-05
span: move `MultiSpan`
David Wood
-1
/
+2
2022-03-23
Eliminate `TokenTreeOrTokenTreeSlice`.
Nicholas Nethercote
-5
/
+11
2022-03-14
Fix remaining meta-variable expression TODOs
Caio
-2
/
+6
2022-03-09
Implement macro meta-variable expressions
Caio
-0
/
+4
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+3
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-4
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+633