rust-analyzer/crates/ra_parser/src
bors[bot] 91e7a3b6f2 Merge #983
983: support remainder assignment operator r=matklad a=JeanMertz

`%=` was returning errors for me, turns out it wasn't added as a valid assignment operation.

I'm not sure what the best location would be to add a test for this. Please let me know and I'll add one.

Co-authored-by: Jean Mertz <jean@mertz.fm>
2019-03-17 14:34:14 +00:00
..
grammar Merge #983 2019-03-17 14:34:14 +00:00
syntax_kind Add async keyword 2019-03-09 20:40:22 -03:00
event.rs docs 2019-02-21 15:24:42 +03:00
grammar.rs allow aliases in underscores 2019-03-04 16:40:08 +03:00
lib.rs docs 2019-02-21 15:24:42 +03:00
parser.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
syntax_kind.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
token_set.rs docs 2019-02-21 15:24:42 +03:00