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
2022-03-03
Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkov
Matthias Krüger
-101
/
+115
2022-03-03
Change `initial_matcher_pos()` into `MatcherPos::new()`.
Nicholas Nethercote
-29
/
+29
2022-03-03
Use a better return type for `inner_parse_loop`.
Nicholas Nethercote
-25
/
+35
2022-03-03
Introduce `MatcherPosRepetition`.
Nicholas Nethercote
-23
/
+27
2022-03-03
Add a static size assertion for `MatcherPos`.
Nicholas Nethercote
-0
/
+4
2022-03-03
Improve if/else formatting in macro_parser.rs.
Nicholas Nethercote
-32
/
+28
2022-03-02
add some examples to comments in mbe code
mark
-0
/
+32
2021-11-30
re-format with new rustfmt
Mark Rousskov
-3
/
+1
2021-06-07
Include macro name in 'local ambiguity' error
Aaron Hill
-2
/
+7
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2020-12-30
Implement edition-based macro pat feature
mark
-19
/
+5
2020-12-22
Revert "Promote missing_fragment_specifier to hard error"
Wesley Wiser
-3
/
+17
2020-12-19
implement edition-specific :pat behavior for 2015/18
mark
-7
/
+26
2020-12-16
Remove docs for non-existent parameters in `rustc_expand`
Camelid
-4
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+745
[prev]