summary refs log tree commit diff
path: root/src/libsyntax_expand/expand.rs
AgeCommit message (Expand)AuthorLines
2019-12-14expand: Fully preserve visibilities on unnamed fields with attributesVadim Petrochenkov-2/+20
2019-11-04expand: Feature gate out-of-line modules in proc macro inputVadim Petrochenkov-16/+50
2019-10-19Avoid ICE when include! is used by stdin crateNika Layzell-1/+8
2019-10-19expand: Simplify expansion of derivesVadim Petrochenkov-11/+22
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+1551