aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | #1856
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* 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
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* move testAleksey Kladov2019-01-312-1/+4
|
* split macros across cratesAleksey Kladov2019-01-312-0/+140