aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/quote.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add dummy implementations of env! and option_env! builtinsFlorian Diebold2019-12-211-0/+2
| | | | | | They don't do anything except return the correct type. Also refactor the builtin macro tests a bit.
* Add token id to delimsEdwin Cheng2019-12-181-3/+11
|
* Add token ids for all tt::LeafEdwin Cheng2019-12-181-5/+8
|
* Refactor tt::DelimiterEdwin Cheng2019-12-131-3/+4
|
* Implement derive(Copy, Clone) properly (well, kind of)Florian Diebold2019-12-051-0/+10
|
* Fixed a bug for string lit in quoteEdwin Cheng2019-11-191-4/+4
|
* Heed the advice of rustc's into_iter() warningmemoryruins2019-11-151-4/+2
|
* Add quote macroEdwin Cheng2019-11-111-0/+261