rust/crates/ra_syntax/src
Aleksey Kladov 8cefdb5527 use quote! macro to generate grammar
We already use syn&quote elsewhere (transitively), so it make sense to
cut down on the number of technologies and get rid of tera
2019-08-18 23:11:08 +03:00
..
algo migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
ast Introduce separate hir::BinaryOp 2019-08-17 17:42:41 +03:00
parsing Change macro to function 2019-08-09 15:04:13 +07:00
validation Move numeric names inside of NameRef 2019-08-09 12:16:47 +02:00
algo.rs streamline API 2019-07-21 13:28:58 +03:00
ast.rs Unconditionally trim the end of comments 2019-07-31 13:59:14 -04:00
fuzz.rs rename range -> text_range 2019-07-20 12:58:27 +03:00
grammar.ron use quote! macro to generate grammar 2019-08-18 23:11:08 +03:00
lib.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
parsing.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ptr.rs rename range -> text_range 2019-07-20 12:58:27 +03:00
syntax_error.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
syntax_node.rs streamline API 2019-07-21 13:28:58 +03:00
tests.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
validation.rs Move numeric names inside of NameRef 2019-08-09 12:16:47 +02:00