aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/expressions.rs
Commit message (Expand)AuthorAgeFilesLines
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-6/+4
* Make name_ref to accept numeric names optionallyEvgenii P2019-08-091-3/+3
* Parse tuple struct field initializationEvgenii P2019-08-091-1/+2
* add await to syntax, parser for await_exprUnreal Hoang2019-07-201-0/+12
* fixed #1384zjy2019-06-281-0/+11
* fix: never type with bindingcsmoe2019-06-071-1/+3
* Fix clippy::if_same_then_elseAlan Du2019-06-041-0/+1
* apply T! macro where it is possibleSergey Parilin2019-05-151-78/+78
* Simplifykjeremy2019-04-261-6/+6
* Add expr, pat, ty and macro_stmtsEdwin Cheng2019-04-181-10/+34
* Add mbe stmt matcherEdwin Cheng2019-04-171-72/+82
* Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-141-9/+41
* Parse and infer tuple indicesrobojumper2019-04-061-1/+12
* 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