aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/type_params.rs
Commit message (Expand)AuthorAgeFilesLines
* 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