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_parser.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-02
Remove special implementation of `PartialEq` for `InvisibleOrigin` outside ma...
Jakub Beránek
-2
/
+18
2025-07-25
Stop compilation if macro expansion failed
Guillaume Gomez
-0
/
+1
2025-06-26
Rewrite `macro_rules!` parser to not use the MBE engine itself
Josh Triplett
-2
/
+0
2025-06-24
mbe: Clean up code with non-optional `NonterminalKind`
Trevor Gross
-37
/
+16
2025-04-21
Remove `token::{Open,Close}Delim`.
Nicholas Nethercote
-2
/
+2
2025-04-02
Impl `Copy` for `Token` and `TokenKind`.
Nicholas Nethercote
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-30
Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank
Matthias Krüger
-3
/
+2
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-1
/
+1
2024-10-28
Tweak more warnings.
Nicholas Nethercote
-3
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-06
Add initial support for raw lifetimes
Michael Goulet
-2
/
+4
2024-08-27
Add `warn(unreachable_pub)` to `rustc_expand`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+10
2024-07-02
Shrink parser positions from `usize` to `u32`.
Nicholas Nethercote
-1
/
+1
2024-05-18
Improve error message: missing `;` in macro_rules
r0cky
-0
/
+3
2024-05-13
Remove a `Span` from `TokenKind::Interpolated`.
Nicholas Nethercote
-8
/
+3
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-21
Streamline `NamedMatch`.
Nicholas Nethercote
-11
/
+6
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-2
/
+2
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-2
/
+2
2023-08-18
Rename `NtOrTt` as `ParseNtResult`.
Nicholas Nethercote
-3
/
+3
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-5
/
+5
2023-06-06
fix(expand): prevent infinity loop in macro containing only "///"
bohan
-0
/
+1
2023-04-30
Lrc -> Rc
klensy
-11
/
+12
2023-01-30
Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s
Maybe Waffle
-1
/
+1
2023-01-05
Shrink `ParseResult` in the hot path.
Nilstrieb
-13
/
+13
2022-12-12
Properly calculate best failure in macro matching
Nilstrieb
-2
/
+11
2022-11-14
Show a note where a macro failed to match
Nilstrieb
-1
/
+47
2022-11-04
Small style improvements
nils
-2
/
+2
2022-11-02
Factor out matching into `try_match_macro`
Nilstrieb
-1
/
+5
2022-11-02
Add `Tracker` to track matching operations
Nilstrieb
-13
/
+19
2022-11-02
Small parser cleanups
Nilstrieb
-5
/
+5
2022-11-02
Store `ErrorGuaranteed` in `ErrorReported`
Nilstrieb
-3
/
+4
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-06-08
Fix typo: fo->for
Chayim Refael Friedman
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-5
/
+5
2022-05-13
Use pluralize in one instance
est31
-2
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+2
2022-04-16
Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr
Dylan DPC
-1
/
+1
2022-04-14
remove function param that is only used in recursive of fn inner()
Matthias Krüger
-6
/
+4
2022-04-14
Introduce `TtHandle` and use it in `TokenSet`.
Nicholas Nethercote
-2
/
+5
2022-04-13
couple of clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-04-11
Add a useful comment.
Nicholas Nethercote
-0
/
+4
2022-04-11
Tweak `NamedMatch` representation.
Nicholas Nethercote
-27
/
+7
2022-04-09
expand: Remove `ParseSess::missing_fragment_specifiers`
Vadim Petrochenkov
-12
/
+6
[next]