aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/type_params.rs
Commit message (Expand)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Replace usages of bump_any with bumpkjeremy2019-09-191-9/+9
* rename bump -> bump_anyAleksey Kladov2019-09-091-9/+9
* tiny simplificationAleksey Kladov2019-09-091-1/+4
* Fix is_path_start to accept T![<], fix is_path_start usagesEvgenii P2019-08-131-1/+1
* reformatAleksey Kladov2019-05-231-2/+2
* apply T! macro where it is possibleSergey Parilin2019-05-151-23/+23
* Add WherePred to allow predicate access in WhereClauseVille Penttinen2019-03-311-1/+1
* Change parsing bounds in path_typesVille Penttinen2019-03-311-4/+7
* Move parsing a single TYPE_BOUND to a separate functionVille Penttinen2019-03-301-19/+26
* Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kindsVille Penttinen2019-03-301-2/+9
* move parser to a separate crateAleksey Kladov2019-02-211-0/+175