rust-analyzer/crates/ra_hir_ty/src
Florian Diebold a2783df3f0 Look up impls by self type
This speeds up inference in analysis-stats by ~30% (even more with the recursive
solver).
2020-04-11 18:04:09 +02:00
..
infer add record pat missing field diagnostic 2020-04-10 06:35:52 -07:00
tests Add failing test 2020-04-10 19:43:37 +02:00
traits Look up impls by self type 2020-04-11 18:04:09 +02:00
_match.rs match checking add additional test for match checking tuple with missing pattern 2020-04-08 10:47:05 -07:00
autoderef.rs Upgrade Chalk again 2020-04-05 19:23:18 +02:00
db.rs Look up impls by self type 2020-04-11 18:04:09 +02:00
diagnostics.rs Forward compat 2020-04-11 00:27:00 +02:00
display.rs Implement Chalk's debug methods using TLS 2020-04-10 15:04:06 +02:00
expr.rs Forward compat 2020-04-11 00:27:00 +02:00
infer.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
lib.rs missing match arms diagnostic 2020-04-07 05:12:08 -07:00
lower.rs Upgrade Chalk again 2020-04-05 19:23:18 +02:00
marks.rs Merge #3147 2020-02-14 20:32:55 +00:00
method_resolution.rs Look up impls by self type 2020-04-11 18:04:09 +02:00
op.rs More manual clippy fixes 2020-02-18 16:12:37 +02:00
primitive.rs Doc primitives 2019-11-26 15:41:48 +03:00
test_db.rs missing match arms diagnostic 2020-04-07 05:12:08 -07:00
tests.rs Forward compat 2020-04-11 00:27:00 +02:00
traits.rs Look up impls by self type 2020-04-11 18:04:09 +02:00
utils.rs Upgrade Chalk again 2020-04-05 19:23:18 +02:00