rust/crates/ra_parser/src
Ryan Cumming 2959aa446e Remove parse error on array initializer attributes
This is actually allowed by the `rustc` parser but most attributes will
fail later due to attributes on expressions being experimental.
2019-06-30 19:55:50 +10:00
..
grammar Remove parse error on array initializer attributes 2019-06-30 19:55:50 +10:00
syntax_kind fix: box_pattern 2019-06-19 14:28:50 +08:00
event.rs apply T! macro where it is possible 2019-05-15 15:35:47 +03:00
grammar.rs Fix clippy::match_bool 2019-06-04 03:00:58 -04:00
lib.rs Change TokenSource to iteration based 2019-05-25 20:41:03 +08:00
parser.rs fix: never type with binding 2019-06-07 19:49:49 +08:00
syntax_kind.rs Implemented T! macro for syntax kinds 2019-05-13 15:19:57 +03:00
token_set.rs docs 2019-02-21 15:24:42 +03:00