aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/items/traits.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_parser -> parserAleksey Kladov2020-08-121-153/+0
* Allow default everywhereAleksey Kladov2020-08-121-2/+2
* Split ItemList & AssocItemListAleksey Kladov2020-07-301-2/+2
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-3/+3
* Parse trait aliasesEmil Lauridsen2020-01-091-0/+10
* Improve const generics parsingMichael Chesser2020-01-061-1/+4
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Replace usages of bump_any with bumpkjeremy2019-09-191-4/+4
* rename bump -> bump_anyAleksey Kladov2019-09-091-4/+4
* reformatAleksey Kladov2019-05-231-2/+2
* apply T! macro where it is possibleSergey Parilin2019-05-151-19/+19
* Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kindsVille Penttinen2019-03-301-0/+1
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
* move parser to a separate crateAleksey Kladov2019-02-211-0/+137