rust-analyzer/crates/ra_hir/src/ty
Michael Killough 354134ffb4 impl Default for BindingMode.
This decouples callers from knowing what the default binding mode of
pattern matching is.
2019-03-17 18:46:01 +00:00
..
autoderef.rs Fix typos in ARCHITECTURE.md and a number of crates 2019-01-09 01:17:09 +01:00
infer.rs impl Default for BindingMode. 2019-03-17 18:46:01 +00:00
lower.rs Add static type inference 2019-02-25 10:55:23 +02:00
method_resolution.rs Unify with the autorefed/autoderefed receiver type during method resolution 2019-02-17 14:44:39 +01:00
op.rs Split ty.rs into several modules 2019-02-23 15:36:38 +01:00
primitive.rs Try implementing integer type inference (WIP) 2019-01-14 13:52:57 +01:00
tests.rs Implement BindingMode for pattern matching. 2019-03-16 18:13:13 +00:00