about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe
AgeCommit message (Expand)AuthorLines
2020-12-19implement edition-specific :pat behavior for 2015/18mark-7/+26
2020-12-16Remove docs for non-existent parameters in `rustc_expand`Camelid-4/+1
2020-10-19Fix brace problem in panic message in rustc_expand.Mara Bos-1/+2
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+0
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-4/+0
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-1/+5
2020-10-31expand: Tweak a comment in implementation of `macro_rules`Vadim Petrochenkov-9/+11
2020-10-30Fix some more clippy warningsJoshua Nelson-9/+5
2020-10-19Avoid cloning the contents of a `TokenStream` in a few placesAaron Hill-1/+2
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-2/+2
2020-08-30mv compiler to compiler/mark-0/+3248