rust/xtask
Aleksey Kladov 08ea2271e8 Rename TypeRef -> Type
The TypeRef name comes from IntelliJ days, where you often have both
type *syntax* as well as *semantical* representation of types in
scope. And naming both Type is confusing.

In rust-analyzer however, we use ast types as `ast::Type`, and have
many more semantic counterparts to ast types, so avoiding name clash
here is just confusing.
2020-07-31 12:14:37 +02:00
..
src Rename TypeRef -> Type 2020-07-31 12:14:37 +02:00
tests Replace rand with oorandom 2020-07-29 19:49:10 +02:00
Cargo.toml Switch to ungrammar from ast_src 2020-07-29 19:18:25 +02:00