about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/auxiliary/plugin-args.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-44/+0
2019-07-11syntax: Make def-site span mandatory in ↵Vadim Petrochenkov-2/+1
ExpnInfo/MacroBacktrace/DiagnosticSpanMacroExpansion We have to deal with dummy spans anyway Remove def-site span from expander interfaces. It's not used by the expansion infra, only by specific expanders, which can keep it themselves if they want it.
2019-07-07Link compiler plugins to rustc_driverJohn Kåre Alsaker-0/+1
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-13/+5
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-5/+3
2019-06-10syntax: Remove `SyntaxExtension::DeclMacro`Vadim Petrochenkov-0/+2
It's a less powerful duplicate of `SyntaxExtension::NormalTT`
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-1/+1
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-0/+52