aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/quote.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-131-282/+0
* Improve tt::Subtree debug printEdwin Cheng2020-04-091-1/+1
* Implement dummy assert macroEdwin Cheng2020-03-111-0/+1
* More manual clippy fixesKirill Bulatov2020-02-181-3/+2
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-2/+1
* Add dummy implementations of env! and option_env! builtinsFlorian Diebold2019-12-211-0/+2
* 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