aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update versionsKirill Bulatov2020-02-181-3/+3
|
* Disable doctestsAleksey Kladov2019-11-171-1/+3
|
* Update smallvec dep to 1.0memoryruins2019-11-151-1/+1
|
* Remove unused dependenciesShotaro Yamada2019-10-121-1/+0
|
* "Fix" mbe to work with decomposed tokensAleksey Kladov2019-09-101-0/+4
| | | | We regressed $i * 2 where $i = 1 + 1, need to fix that!
* Fix more bugsEdwin Cheng2019-04-251-0/+1
|
* Add handling `token` seperator in mbeEdwin Cheng2019-04-251-0/+1
|
* Add multi-byte token support in tkn tree to astEdwin Cheng2019-04-041-1/+1
|
* add dependency on the parserAleksey Kladov2019-02-231-0/+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-311-1/+2
|
* split macros across cratesAleksey Kladov2019-01-311-0/+10