rust-analyzer/crates/ra_syntax/src/ast
Florian Diebold 16a7d8cc85 Add impl Trait and dyn Trait types
- refactor bounds handling in the AST a bit
 - add HIR for bounds
 - add `Ty::Dyn` and `Ty::Opaque` variants and lower `dyn Trait` / `impl Trait`
   syntax to them
2019-08-22 19:33:00 +02:00
..
expr_extensions.rs Introduce separate hir::BinaryOp 2019-08-17 17:42:41 +03:00
extensions.rs Add impl Trait and dyn Trait types 2019-08-22 19:33:00 +02:00
generated.rs remove ast::*Kind enums 2019-08-19 13:58:49 +03:00
tokens.rs migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
traits.rs Unconditionally trim the end of comments 2019-07-31 13:59:14 -04:00