aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/parsing/text_token_source.rs
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the usage of bare subscript operatorVeetaha2020-06-141-46/+43
|
* Convert code to text-sizeAleksey Kladov2020-04-251-4/+4
|
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+2
| | | | | | 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
* Change TokenSource to iteration basedEdwin Cheng2019-05-251-13/+34
|
* renameAleksey Kladov2019-02-231-0/+67