aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Simlify with matches!()Veetaha2020-06-281-4/+1
* Fix a bug for single dollar sign macroEdwin Cheng2020-03-031-1/+5
* More manual clippy fixesKirill Bulatov2020-02-181-10/+7
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-6/+6
* remove obsolete TOODAleksey Kladov2019-09-221-1/+0
* use usual token tree for macro expansionAleksey Kladov2019-09-171-0/+187