rust-analyzer/crates/ra_hir/src/ty
Florian Diebold 787fb3e5ec Add HIR for where clauses & ignore impls with where clauses in trait resolution
This prevents any `impl<T> Trait for T where ...` from being treated as a
blanket impl while we don't handle where clauses yet.
2019-04-21 15:01:17 +02:00
..
autoderef.rs replace usages of algo::generate with iter::successors from std 2019-04-13 16:43:49 +02:00
display.rs Replace Display by a pretty printing trait for Ty 2019-03-16 16:36:59 +01:00
infer.rs New krate() method in Resolver. 2019-04-20 00:20:26 +02:00
lower.rs Extract generic_params method to a HasGenericParams trait 2019-04-14 13:07:45 +02:00
method_resolution.rs lang_item_lookup is now a salsa query. 2019-04-20 00:29:16 +02:00
op.rs Rename name field to ctor as well 2019-03-21 22:29:12 +01:00
primitive.rs Refactor primitive types into more orthogonal representation 2019-03-22 10:09:35 +01:00
tests.rs Add HIR for where clauses & ignore impls with where clauses in trait resolution 2019-04-21 15:01:17 +02:00
traits.rs Add HIR for where clauses & ignore impls with where clauses in trait resolution 2019-04-21 15:01:17 +02:00