rust-analyzer/crates/ra_hir_ty/src
2020-06-27 10:10:26 -04:00
..
infer Rename Expr::UnsafeBlock to Expr::Unsafe 2020-06-27 10:10:26 -04:00
tests Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe exprs within unsafe block 2020-06-27 10:10:26 -04:00
traits Bump chalk 2020-06-26 13:00:55 +03:00
_match.rs Avoid all unchecked indexing in match checking 2020-06-17 21:41:07 +02:00
autoderef.rs Switch Chalk to recursive solver 2020-04-16 13:06:23 +02:00
db.rs Replace impls_in_trait with CrateImplDefs 2020-06-19 01:29:34 +02:00
diagnostics.rs Remove UnnecessaryUnsafe diagnostic, Fix Expr::Call unsafe analysis 2020-06-27 10:09:42 -04:00
display.rs Review fixes 2020-06-05 17:41:58 +02:00
expr.rs Rename Expr::UnsafeBlock to Expr::Unsafe 2020-06-27 10:10:26 -04:00
infer.rs Make known paths use core instead of std 2020-06-11 16:23:20 +02:00
lib.rs Apply suggestions from code review 2020-06-18 10:15:43 +03:00
lower.rs Shift bound variables correctly when using assoc type shorthand 2020-06-19 22:07:58 +02:00
method_resolution.rs Address review comments 2020-06-26 12:04:11 +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 Move diagnostics back into expr, add tests for diagnostics, fix logic to account for derefs of raw ptrs 2020-06-27 10:09:29 -04:00
tests.rs Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe exprs within unsafe block 2020-06-27 10:10:26 -04:00
traits.rs Merge #4947 2020-06-20 22:14:21 +00:00
utils.rs Use correct substs for super trait assoc types 2020-06-19 21:46:47 +02:00