about summary refs log tree commit diff
path: root/src/libsyntax_ext/proc_macro_harness.rs
AgeCommit message (Expand)AuthorLines
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-8/+20
2019-09-26Rename `Item.node` to `Item.kind`varkor-2/+2
2019-09-17Generate proc macro harness in AST order.Aaron Hill-47/+62
2019-09-15Give more `Idents` spansMatthew Jasper-7/+7
2019-09-05Simplify std lib injectionMatthew Jasper-27/+5
2019-09-05Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`Vadim Petrochenkov-1/+2
2019-09-05Make use of hygiene in AST passesMatthew Jasper-34/+52
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-2/+2
2019-08-15hygiene: Merge `ExpnInfo` and `InternalExpnData`Vadim Petrochenkov-2/+1
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-2/+2
2019-08-14expand: Unimplement `MutVisitor` on `MacroExpander`Vadim Petrochenkov-4/+5
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-1/+0
2019-07-31Remove Span argument from ExtCtxt::attributeMark Rousskov-2/+2
2019-07-27syntax_ext: `proc_macro_decls` -> `proc_macro_harness`Vadim Petrochenkov-0/+414