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
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
2022-04-09
Rollup merge of #95797 - nnethercote:rm-Delimited-all_tts, r=petrochenkov
Dylan DPC
-3
/
+5
2022-04-09
Remove explicit delimiter token trees from `Delimited`.
Nicholas Nethercote
-3
/
+5
2022-04-07
Use gender neutral terms
James 'zofrex' Sanderson
-1
/
+1
2022-04-06
Call `compute_locs` once per rule.
Nicholas Nethercote
-97
/
+89
2022-04-05
Move the missing fragment identifier checking.
Nicholas Nethercote
-47
/
+58
2022-04-05
Remove the lifetime from `TtParser` and `MatcherLoc`.
Nicholas Nethercote
-14
/
+14
2022-04-04
Reorder match arms in `parse_tt_inner`.
Nicholas Nethercote
-31
/
+31
2022-04-04
A new matcher representation for use in `parse_tt`.
Nicholas Nethercote
-332
/
+289
2022-04-02
Auto merge of #95509 - nnethercote:simplify-MatcherPos-some-more, r=petrochenkov
bors
-95
/
+119
2022-03-31
expand: Do not count metavar declarations on RHS of `macro_rules`
Vadim Petrochenkov
-12
/
+6
2022-03-31
Make `MatcherPos` not derive `Clone`.
Nicholas Nethercote
-8
/
+24
2022-03-31
Remove `MatcherPos::stack`.
Nicholas Nethercote
-62
/
+73
2022-03-31
Clarify `idx` handling in sequences.
Nicholas Nethercote
-9
/
+18
2022-03-31
Remove `MatcherPos::match_lo`.
Nicholas Nethercote
-10
/
+4
2022-03-31
Simplify exit of `Delimited` submatchers.
Nicholas Nethercote
-18
/
+12
2022-03-30
Pre-allocate an empty `Lrc<NamedMatchVec>`.
Nicholas Nethercote
-8
/
+26
2022-03-30
Overhaul how matches are recorded.
Nicholas Nethercote
-48
/
+55
2022-03-30
Improve comments and rename many things for consistency.
Nicholas Nethercote
-198
/
+181
2022-03-30
Clarify comments about doc comments in macros.
Nicholas Nethercote
-1
/
+6
2022-03-30
Simplify and rename `count_names`.
Nicholas Nethercote
-13
/
+13
2022-03-29
Add a useful assertion.
Nicholas Nethercote
-2
/
+7
2022-03-28
Rollup merge of #95390 - nnethercote:allow-doc-comments-in-macros, r=petroche...
Dylan DPC
-7
/
+8
[next]