2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-15 21:49:20 +00:00
rust-analyzer/crates/ra_hir_ty/src
2020-06-16 22:45:34 +02:00
..
infer Clean up handling of int/float literal types 2020-06-06 17:52:00 +02:00
tests Make known paths use core instead of std 2020-06-11 16:23:20 +02:00
traits Clean up handling of int/float literal types 2020-06-06 17:52:00 +02:00
_match.rs Fix index-out-of-bounds panic in match checking 2020-06-16 22:45:34 +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 Make known paths use core instead of std 2020-06-11 16:23:20 +02:00
infer.rs Make known paths use core instead of std 2020-06-11 16:23:20 +02:00
lib.rs Clean up handling of int/float literal types 2020-06-06 17:52:00 +02:00
lower.rs Fix type parameter defaults 2020-06-05 20:09:13 +02:00
method_resolution.rs Clean up handling of int/float literal types 2020-06-06 17:52:00 +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 Clean up handling of int/float literal types 2020-06-06 17:52:00 +02:00
test_db.rs Make relevant_crates return a Set 2020-06-11 11:30:06 +02:00
tests.rs Merge 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