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
/
quoted.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-8
/
+8
2022-07-18
Revert "Stabilize $$ in Rust 1.63.0"
Christopher Durham
-0
/
+2
2022-06-07
Stabilize $$ in Rust 1.63.0
Caio
-2
/
+0
2022-05-18
use `CursorRef` more, to not to clone `Tree`s
klensy
-1
/
+1
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-6
/
+6
2022-04-14
`mbe::TokenTree`: remove `Lrc` around `Delimited` and `SequenceRepetition`.
Nicholas Nethercote
-10
/
+3
2022-04-09
expand: Remove `ParseSess::missing_fragment_specifiers`
Vadim Petrochenkov
-6
/
+2
2022-04-09
Remove explicit delimiter token trees from `Delimited`.
Nicholas Nethercote
-13
/
+13
2022-03-31
expand: Do not count metavar declarations on RHS of `macro_rules`
Vadim Petrochenkov
-3
/
+4
2022-03-30
Simplify and rename `count_names`.
Nicholas Nethercote
-1
/
+1
2022-03-23
Eliminate `TokenTreeOrTokenTreeSlice`.
Nicholas Nethercote
-15
/
+15
2022-03-09
Implement macro meta-variable expressions
Caio
-29
/
+94
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-1
/
+1
2021-09-15
chore(rustc_expand): fix typo in comment
Michael Howell
-1
/
+1
2021-05-29
Use correct edition when parsing `:pat` matchers
Aaron Hill
-5
/
+22
2021-04-27
remove pat2021
mark
-14
/
+2
2021-04-15
stabilize :pat2015, leave :pat2021 gated
mark
-13
/
+10
2021-03-22
rename :pat2018 -> :pat215
mark
-2
/
+2
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-3
/
+3
2020-12-30
Implement edition-based macro pat feature
mark
-22
/
+46
2020-12-22
Revert "Promote missing_fragment_specifier to hard error"
Wesley Wiser
-4
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+282