rust/crates/ra_hir_ty/src
Florian Diebold a4a4a1854e Fix type parameter defaults
They should not be applied in expression or pattern contexts, unless there are
other explicitly given type args.
2020-06-05 20:09:13 +02:00
..
infer Fix type parameter defaults 2020-06-05 20:09:13 +02:00
tests Fix type parameter defaults 2020-06-05 20:09:13 +02:00
traits Merge #4761 2020-06-05 16:05:06 +00:00
_match.rs Move false negative expr_diverges_missing_arm() to working tests 2020-05-19 21:18:43 +02:00
autoderef.rs Switch Chalk to recursive solver 2020-04-16 13:06:23 +02:00
db.rs Implement return position impl trait / opaque type support 2020-06-05 17:08:27 +02:00
diagnostics.rs Fixed missing newline on each field on "Missing structure fields". 2020-05-27 13:15:19 -03:00
display.rs Review fixes 2020-06-05 17:41:58 +02:00
expr.rs Rename StructField -> Field 2020-04-25 14:23:34 +02:00
infer.rs Fix type parameter defaults 2020-06-05 20:09:13 +02:00
lib.rs Implement return position impl trait / opaque type support 2020-06-05 17:08:27 +02:00
lower.rs Fix type parameter defaults 2020-06-05 20:09:13 +02:00
method_resolution.rs Switch to new magic marks 2020-05-20 13:02:53 +02:00
op.rs infer: Make expected rhs type for plain assign the lhs type 2020-05-10 16:24:04 +02:00
primitive.rs
test_db.rs Minimize FileLoader interface 2020-06-05 17:22:56 +02:00
tests.rs Merge #4175 2020-05-09 09:29:11 +00:00
traits.rs Update Chalk, and cache Chalk env elaboration through a query 2020-04-20 19:16:01 +02:00
utils.rs For associated type shorthand (T::Item), use the substs from the where clause 2020-04-26 16:58:08 +02:00