rust-analyzer/crates/ra_hir/src/ty
Florian Diebold 9db34eec20 Fix Chalk environments
The clauses need to be wrapped in `FromEnv` clauses for elaboration (i.e.
things like inferring `T: Clone` from `T: Copy`) to work correctly.
2019-09-07 16:30:37 +02:00
..
infer Make type walking infrastructure a bit nicer 2019-09-03 14:00:35 +02:00
traits Fix Chalk environments 2019-09-07 16:30:37 +02:00
autoderef.rs Lower bounds on trait definition, and resolve assoc types from super traits 2019-09-07 14:31:43 +02:00
display.rs Replace Display by a pretty printing trait for Ty 2019-03-16 16:36:59 +01:00
infer.rs Lower bounds on trait definition, and resolve assoc types from super traits 2019-09-07 14:31:43 +02:00
lower.rs Lower bounds on trait definition, and resolve assoc types from super traits 2019-09-07 14:31:43 +02:00
method_resolution.rs Use traits from where clauses for method resolution 2019-09-07 16:30:31 +02:00
op.rs normalize ordering ops 2019-08-17 17:51:01 +03:00
primitive.rs Clippy trivially_copy_pass_by_ref 2019-07-05 12:02:32 -04:00
tests.rs Fix Chalk environments 2019-09-07 16:30:37 +02:00
traits.rs Use traits from where clauses for method resolution 2019-09-07 16:30:31 +02:00