aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/paths.rs
Commit message (Collapse)AuthorAgeFilesLines
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
|
* PR tweaksToby Dimmick2020-02-071-1/+1
|
* Rework value parameter parsingToby Dimmick2020-02-061-2/+2
| | | | | | | - `Fn__(...)` parameters with idents/patterns no longer parse - Trait function parameters with arbitrary patterns parse - Trait function parameters without idents/patterns no longer parse - `fn(...)` parameters no longer parse with patterns other than a single ident
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-101-4/+5
|
* rename bump -> bump_anyAleksey Kladov2019-09-091-2/+2
|
* cleanupAleksey Kladov2019-09-021-1/+1
|
* Fix is_path_start to accept T![<], fix is_path_start usagesEvgenii P2019-08-131-1/+5
|
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-1/+1
|
* Make name_ref to accept numeric names optionallyEvgenii P2019-08-091-1/+1
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-9/+9
|
* move parser to a separate crateAleksey Kladov2019-02-211-0/+103