rust/crates/hir_ty/src
Florian Diebold 424dda8113 Refactor & improve handling of overloaded binary operators
Fixes #9971. Also records them as method resolutions, which we could use
later.
2021-08-22 17:35:50 +02:00
..
diagnostics Fix two more “a”/“an” typos 2021-08-22 17:24:48 +02:00
infer Refactor & improve handling of overloaded binary operators 2021-08-22 17:35:50 +02:00
tests Refactor & improve handling of overloaded binary operators 2021-08-22 17:35:50 +02:00
autoderef.rs Allow ambiguous autoderef with defininte guidance. 2021-08-09 14:30:05 +05:00
builder.rs
chalk_db.rs add implicit Sized bound to associated types 2021-08-04 19:41:05 +05:00
chalk_ext.rs
consteval.rs
db.rs
diagnostics.rs
display.rs Clean up 2021-08-12 21:20:28 +05:00
infer.rs Refactor & improve handling of overloaded binary operators 2021-08-22 17:35:50 +02:00
interner.rs
lib.rs Refactor & improve handling of overloaded binary operators 2021-08-22 17:35:50 +02:00
lower.rs Merge #9807 2021-08-12 17:55:29 +00:00
mapping.rs
method_resolution.rs
primitive.rs
test_db.rs fix: Typos 2021-07-27 18:31:21 -04:00
tests.rs
tls.rs
traits.rs Increase chalk overflow depth 2021-08-08 18:40:28 +03:00
utils.rs adjust hir_def::TypeBound::as_path 2021-08-04 19:49:19 +05:00
walk.rs