summary refs log tree commit diff
path: root/src/libproc_macro/quote.rs
AgeCommit message (Collapse)AuthorLines
2017-11-14Rename `Span::default` -> `Span::def_site`.Jeffrey Seyfried-1/+1
2017-11-09proc_macro: use the proc_macro API at runtime to construct quasi-quoted ↵Eduard-Mihai Burtescu-129/+117
TokenStream's.
2017-11-09proc_macro: process proc_macro tokens instead of libsyntax ones in the ↵Eduard-Mihai Burtescu-152/+166
quasi-quoter.
2017-09-22Add support for `..=` syntaxAlex Burka-2/+2
Add ..= to the parser Add ..= to libproc_macro Add ..= to ICH Highlight ..= in rustdoc Update impl Debug for RangeInclusive to ..= Replace `...` to `..=` in range docs Make the dotdoteq warning point to the ... Add warning for ... in expressions Updated more tests to the ..= syntax Updated even more tests to the ..= syntax Updated the inclusive_range entry in unstable book
2017-07-07Address review commentspetrochenkov-1/+1
Fix regressions after rebase
2017-06-26Address review comments.Jeffrey Seyfried-6/+10
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-0/+259