aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/types.rs
Commit message (Expand)AuthorAgeFilesLines
* cargo xtask format with 1.39kjeremy2019-11-071-3/+3
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Merge #1881bors[bot]2019-09-201-1/+1
|\
| * don't confuse macro with !=Aleksey Kladov2019-09-201-1/+1
* | Replace usages of bump_any with bumpkjeremy2019-09-191-11/+11
|/
* rename bump -> bump_anyAleksey Kladov2019-09-091-12/+12
* cleanupAleksey Kladov2019-09-021-1/+1
* Fix is_path_start to accept T![<], fix is_path_start usagesEvgenii P2019-08-131-4/+4
* Fix for<'lifetime> for types specified by pathEvgenii P2019-08-111-1/+2
* reformatAleksey Kladov2019-05-231-2/+2
* apply T! macro where it is possibleSergey Parilin2019-05-151-42/+42
* Add `...` parsing for fn pointer typeEdwin Cheng2019-04-231-0/+1
* Change parsing bounds in path_typesVille Penttinen2019-03-311-7/+33
* Support references in higher-ranked trait boundsVille Penttinen2019-03-241-0/+3
* move parser to a separate crateAleksey Kladov2019-02-211-0/+278