summary refs log tree commit diff
path: root/src/test/ui-fulldeps/proc-macro/auxiliary
AgeCommit message (Expand)AuthorLines
2018-07-24Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkovbors-0/+22
2018-07-22rustc: Implement tokenization of nested itemsAlex Crichton-0/+22
2018-07-21Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific...Vadim Petrochenkov-0/+13
2018-07-19proc_macro: Preserve spans of attributes on functionsAlex Crichton-0/+44
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-3/+4
2018-07-08Remove fallback to parent modules from lexical resolutionVadim Petrochenkov-0/+26
2018-07-08hygiene: Decouple transparencies from expansion IDsVadim Petrochenkov-0/+28
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-1/+1
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-0/+22
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-1/+1
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-2/+2
2018-04-02proc_macro: Reorganize public APIAlex Crichton-12/+13
2018-01-03Add 'Span.parent()' and 'Span.source()' to proc_macro API.Sergio Benitez-0/+51
2017-12-14Do the same things for fulldeps testsVadim Petrochenkov-0/+23
2017-11-14Rename `Span::default` -> `Span::def_site`.Jeffrey Seyfried-2/+2
2017-08-28Initial diagnostic API for proc-macros.Sergio Benitez-0/+56