aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parsing/lexer.rs
Commit message (Expand)AuthorAgeFilesLines
* apply T! macro where it is possibleSergey Parilin2019-05-151-12/+13
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-281-59/+12
* Add proper test for literals and fixed typo bugEdwin Cheng2019-04-051-1/+1
* Add classify_literal and undo expose next_tokenEdwin Cheng2019-04-051-0/+9
* Fix lexer not producing right token on "_"pcpthm2019-03-211-0/+1
* move all parsing related bits to a separate moduleAleksey Kladov2019-02-201-0/+215