about summary refs log tree commit diff
path: root/src/libsyntax_ext/plugin_macro_defs.rs
AgeCommit message (Expand)AuthorLines
2019-10-14Remove the `Option` in `TokenStream`.Nicholas Nethercote-1/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-1/+1
2019-09-05Make use of hygiene in AST passesMatthew Jasper-2/+2
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-2/+2
2019-08-15hygiene: Merge `ExpnInfo` and `InternalExpnData`Vadim Petrochenkov-2/+2
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-1/+1
2019-07-31Replace a few Attribute constructors with mk_attrMark Rousskov-8/+2
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-0/+64