summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/generic/ty.rs
AgeCommit message (Expand)AuthorLines
2016-04-24Remove some old code from libsyntaxVadim Petrochenkov-4/+3
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-2/+2
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-3/+3
2016-02-11[breaking-change] don't glob export ast::Mutablity variantsOliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't pub export ast::Ty_ variantsOliver Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::ExplicitSelf_ variantsOliver Schneider-2/+2
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-2/+1
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+284