aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parsing/lexer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-244/+0
|
* Bump rustc_lexerLaurențiu Nicola2020-06-271-12/+12
|
* Bump depsLaurențiu Nicola2020-05-011-15/+22
|
* Switch to TryFromAleksey Kladov2020-04-251-11/+13
|
* Convert code to text-sizeAleksey Kladov2020-04-251-9/+9
|
* Rename some tokensAleksey Kladov2020-04-101-39/+38
|
* Remove some TextUnit->usize escapeesCAD972020-03-131-2/+2
|
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-171-66/+26
|
* ra_syntax: rename first_token() -> lex_first_token()Veetaha2020-02-031-3/+3
|
* ra_syntax: fixed a typo in doc commentVeetaha2020-02-031-2/+4
|
* ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR reviewVeetaha2020-02-031-148/+165
|
* add better docs for tokenize errorsVeetaha2020-02-031-2/+2
|
* ra_syntax: moved ParsedToken derive attribute under the doc commentVeetaha2020-02-031-1/+1
|
* ra_syntax: fixed doc commentVeetaha2020-02-031-1/+1
|
* Reimplemented lexer with vectors instead of iteratorsVeetaha2020-02-031-155/+149
|
* ra_syntax: changed added diagnostics information returned from tokenize() ↵Veetaha2020-02-031-70/+229
| | | | (implemented with iterators)
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* :arrow_up: rustc_lexerAleksey Kladov2019-08-201-88/+48
|
* Change macro to functionEvgenii P2019-08-091-15/+13
|
* rustfmtEvgenii P2019-08-091-10/+10
|
* Reduce code duplication in lexer by introducing small macroEvgenii P2019-08-091-20/+17
|
* kill old lexerAleksey Kladov2019-07-221-148/+17
|
* add rustc_lexerAleksey Kladov2019-07-221-4/+104
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+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
* 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