aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/quote.rs
Commit message (Expand)AuthorAgeFilesLines
* 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