aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/expressions.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing <= in type_argsVille Penttinen2019-03-301-0/+1
* Replace `contract_child` to a less ad-hoc APIpcpthm2019-03-191-10/+10
* Error about attributes onpcpthm2019-03-191-12/+23
* Allow attributes on top level expressionpcpthm2019-03-191-32/+51
* Merge #991bors[bot]2019-03-181-2/+0
|\
| * Use Marker argument for item parserspcpthm2019-03-181-2/+0
* | Merge #987bors[bot]2019-03-181-38/+32
|\|
| * Apply stylistic changes suggestedpcpthm2019-03-181-4/+4
| * Refactor maybe_item to use Marker argumentpcpthm2019-03-171-39/+33
* | Merge #983bors[bot]2019-03-171-0/+1
|\ \ | |/ |/|
| * support remainder assignment operatorJean Mertz2019-03-171-0/+1
* | Merge #985bors[bot]2019-03-171-57/+56
|\ \
| * | simplify parsing blocks a bitAleksey Kladov2019-03-171-57/+56
| |/
* / Allow attribute on struct literal fieldpcpthm2019-03-171-1/+6
|/
* extract block contents into a functionAleksey Kladov2019-03-041-2/+6
* move parser to a separate crateAleksey Kladov2019-02-211-0/+473