rust/crates/ra_hir_ty/src
Aleksey Kladov 6a6098d4c3 Remove RelativePathBuf from fixture
The paths in fixture are not really relative (the default one is
`/main.rs`), so it doesn't make sense to use `RelativePathBuf` here.
2020-06-23 00:14:44 +02:00
..
infer Push obligation instead of matching on solution 2020-06-20 17:00:57 +02:00
tests Remove RelativePathBuf from fixture 2020-06-23 00:14:44 +02:00
traits Merge #4947 2020-06-20 22:14:21 +00:00
_match.rs Avoid all unchecked indexing in match checking 2020-06-17 21:41:07 +02:00
autoderef.rs
db.rs Replace impls_in_trait with CrateImplDefs 2020-06-19 01:29:34 +02:00
diagnostics.rs Add quickfix to add a struct field 2020-06-12 18:52:44 +02: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 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 Recursively compute impl sets 2020-06-20 00:36:02 +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
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