rust-analyzer/crates/ra_hir_ty/src
2020-06-27 12:00:46 -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 Address review comments, have MissingUnsafe diagnostic point to each unsafe use, update tests 2020-06-27 10:10:26 -04:00
display.rs Review fixes 2020-06-05 17:41:58 +02:00
expr.rs unsafe: Clean up, improve tracking, add debug_assert 2020-06-27 10:13:14 -04:00
infer.rs Make known paths use core instead of std 2020-06-11 16:23:20 +02:00
lib.rs Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation to its own file 2020-06-27 10:13:14 -04: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 Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation to its own file 2020-06-27 10:13:14 -04:00
tests.rs Remove unneeded code, filename from tests, fix rebasing issues 2020-06-27 11:38:34 -04:00
traits.rs Merge #4947 2020-06-20 22:14:21 +00:00
unsafe_validation.rs Simplify unsafe expr collection match 2020-06-27 12:00:46 -04:00
utils.rs Use correct substs for super trait assoc types 2020-06-19 21:46:47 +02:00