about summary refs log tree commit diff
path: root/src/libsyntax_ext/source_util.rs
AgeCommit message (Expand)AuthorLines
2019-10-07Warn if include macro fails to include entire fileMark Rousskov-1/+11
2019-09-03use TokenStream rather than &[TokenTree] for built-in macrosAleksey Kladov-9/+9
2019-08-15Make sure that all file loading happens via SourceMapAleksey Kladov-26/+11
2019-08-13syntax: Remove `DummyResult::expn_only`Vadim Petrochenkov-5/+5
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-1/+0
2019-07-27Break dependencies between `syntax_ext` and some other cratesVadim Petrochenkov-0/+165