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
Age
Commit message (
Expand
)
Author
Lines
2021-01-17
Remove dead code
Ryan Levick
-29
/
+1
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-5
/
+5
2020-12-30
Implement edition-based macro pat feature
mark
-46
/
+62
2020-12-22
Revert "Promote missing_fragment_specifier to hard error"
Wesley Wiser
-14
/
+32
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-10-19
Fix brace problem in panic message in rustc_expand.
Mara Bos
-1
/
+2
2020-11-03
rustc_ast: `visit_mac` -> `visit_mac_call`
Vadim Petrochenkov
-1
/
+0
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-4
/
+0
2020-11-03
Expand `NtExpr` tokens only in key-value attributes
Vadim Petrochenkov
-1
/
+5
2020-10-31
expand: Tweak a comment in implementation of `macro_rules`
Vadim Petrochenkov
-9
/
+11
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-9
/
+5
2020-10-19
Avoid cloning the contents of a `TokenStream` in a few places
Aaron Hill
-1
/
+2
2020-09-03
Rename IsJoint -> Spacing
Aleksey Kladov
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+3248
[prev]