aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* cleanup expansion to item listAleksey Kladov2019-09-101-4/+4
|
* add fragmets to expansionAleksey Kladov2019-09-101-3/+2
|
* "Fix" mbe to work with decomposed tokensAleksey Kladov2019-09-101-4/+5
| | | | We regressed $i * 2 where $i = 1 + 1, need to fix that!
* fix assistsAleksey Kladov2019-09-021-15/+16
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-4/+4
|
* switch to upstream rowan's APIAleksey Kladov2019-07-201-3/+3
|
* move debug_dump to fmt::DebugAleksey Kladov2019-07-201-4/+4
|
* migrate mbe to the new rowanAleksey Kladov2019-07-191-26/+17
|
* use Parse in mbeAleksey Kladov2019-07-181-15/+15
|
* make Parse fields privateAleksey Kladov2019-07-121-2/+2
| | | | this is in preparation for the new rowan API
* fix typos in mbe testsAleksey Kladov2019-05-281-14/+13
|
* move mbe to the new APIAleksey Kladov2019-05-281-70/+70
|
* Fix match literalEdwin Cheng2019-05-201-0/+14
|
* Fixed missing empty varsEdwin Cheng2019-05-051-0/+52
|
* Quote the quoted commentEdwin Cheng2019-05-041-1/+1
|
* Convert doc comment to attrEdwin Cheng2019-05-041-0/+25
|
* Mark unused mbe variable as `Binding::Empty`Edwin Cheng2019-05-031-1/+12
|
* By pass unbind $var while mbe expandingEdwin Cheng2019-05-031-1/+1
|
* Refactor out tests module and remove empty subtreeEdwin Cheng2019-05-031-0/+1363