aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt
Commit message (Expand)AuthorAgeFilesLines
* Reduce reallocations in ra_tt::buffer::TokenBuffer::new_innerSimon Vandel Sillesen2020-05-161-1/+3
* 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
* Update versionsKirill Bulatov2020-02-181-1/+1
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-1/+1
* 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
* Disable doctestsAleksey Kladov2019-11-171-0/+3
* Silence some warningsLaurențiu Nicola2019-11-021-2/+2
* Remove smol_str dependency from ra_syntaxShotaro Yamada2019-10-111-1/+3
* Added test for check doc strings in crates.Alexander Andreev2019-09-302-3/+5
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
* Fix clippy::needless_returnAlan Du2019-06-041-1/+1
* unnecessary paranthesisEdwin Cheng2019-06-021-1/+1
* Store referece in tokenbufferEdwin Cheng2019-06-021-22/+22
* Add more helper func in CursorEdwin Cheng2019-05-271-0/+15
* Use slice instead of VecEdwin Cheng2019-05-231-4/+4
* Introduce TokenBufferEdwin Cheng2019-05-222-0/+171
* 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
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* move testAleksey Kladov2019-01-312-1/+4
* split macros across cratesAleksey Kladov2019-01-312-0/+140