aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't copy-paste `impl_froms` into every crateAleksey Kladov2020-07-131-15/+4
|
* Store proc-macro result in salsa dbEdwin Cheng2020-05-141-1/+1
|
* Improve tt::Subtree debug printEdwin Cheng2020-04-091-1/+56
|
* Implement ra_proc_macro client logicEdwin Cheng2020-03-311-1/+6
|
* Remove deps on tt_mbeEdwin Cheng2020-03-261-2/+13
|
* Make MBE expansion more resilient (WIP)Florian Diebold2020-03-161-0/+6
|
* RefactoringEdwin Cheng2019-12-181-1/+5
|
* Add token id to delimsEdwin Cheng2019-12-181-5/+11
|
* Add token ids for all tt::LeafEdwin Cheng2019-12-181-0/+2
|
* Refactor tt::DelimiterEdwin Cheng2019-12-131-7/+6
|
* Derive Hash for TokenTreesEdwin Cheng2019-11-281-8/+8
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-3/+3
| | | | #1856
* Introduce TokenBufferEdwin Cheng2019-05-221-0/+2
|
* Use map, sum in Subtree::coount instead of foldEdwin Cheng2019-04-221-4/+8
|
* Add mbe expand limit and poision macro setEdwin Cheng2019-04-221-0/+12
|
* make token trees eqAleksey Kladov2019-02-121-5/+5
|
* docsAleksey Kladov2019-02-111-1/+7
|
* assign ids to tokensAleksey Kladov2019-02-111-0/+10
|
* make macro-rules eqAleksey Kladov2019-02-111-1/+1
|
* move testAleksey Kladov2019-01-311-0/+4
|
* split macros across cratesAleksey Kladov2019-01-311-0/+131