rust-analyzer/crates/ra_hir_ty/src
bors[bot] 11f74f2827
Merge #4653
4653: Fix match ergonomics in closure parameters r=matklad a=flodiebold

Fixes #4476.

Co-authored-by: Florian Diebold <florian.diebold@freiheit.com>
2020-05-30 07:52:07 +00:00
..
infer Merge #4653 2020-05-30 07:52:07 +00:00
tests Merge #4653 2020-05-30 07:52:07 +00:00
traits Upgrade Chalk 2020-05-27 21:07:08 +02: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 Use Chalk's built-in representation of function item types 2020-05-22 21:05:13 +02:00
diagnostics.rs Fixed missing newline on each field on "Missing structure fields". 2020-05-27 13:15:19 -03:00
display.rs Omit default types in HirDisplay SourceCode mode 2020-05-10 18:10:15 +02:00
expr.rs Rename StructField -> Field 2020-04-25 14:23:34 +02:00
infer.rs Infer return type of loops with value breaks. 2020-05-18 23:39:10 +02:00
lib.rs Support raw_ref_op's raw reference operator 2020-05-28 21:42:22 +02:00
lower.rs Switch to new magic marks 2020-05-20 13:02:53 +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 Doc primitives 2019-11-26 15:41:48 +03:00
test_db.rs missing match arm diagnostic support enum record type 2020-04-18 05:54:56 -07: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