summary refs log tree commit diff
path: root/src/test/ui-fulldeps/proc-macro
AgeCommit message (Expand)AuthorLines
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-1/+1
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-0/+57
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-3/+3
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-2/+2
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-2/+2
2018-04-02proc_macro: Reorganize public APIAlex Crichton-12/+13
2018-03-16Update testsJohn Kåre Alsaker-0/+2
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Fix rebaseVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-35/+35
2018-02-25Reduce error codes length when too much are thrownGuillaume Gomez-2/+0
2018-02-25Update ui testsGuillaume Gomez-0/+3
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-2/+3
2018-01-03Add 'Span.parent()' and 'Span.source()' to proc_macro API.Sergio Benitez-0/+240
2017-12-14Do the same things for fulldeps testsVadim Petrochenkov-0/+85
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-12/+12
2017-11-14Rename `Span::default` -> `Span::def_site`.Jeffrey Seyfried-2/+2
2017-08-28Initial diagnostic API for proc-macros.Sergio Benitez-0/+142