rust/crates/ra_hir/src/ty/tests/data
2019-01-19 15:37:25 +03:00
..
adt_pattern.txt Get basic struct pattern type inference working! 2019-01-19 15:37:25 +03:00
array.txt Add Ty::Array to walk_mut 2019-01-17 00:08:53 +09:00
backwards.txt nicer trailing comma handling in types 2019-01-09 19:14:21 +03:00
basics.txt Use type variables to determine exact type for ambiguous numeric literals 2019-01-14 13:54:31 +01:00
binary_op.txt Fixup tests 2019-01-14 19:30:21 +01:00
bug_484.txt Fix assertion error in unification (hopefully) 2019-01-11 22:59:00 +01:00
enum.txt Implement type inference for enum variants 2019-01-10 14:32:56 +01:00
field_autoderef.txt Implement autoderef for field accesses 2019-01-07 14:54:23 +01:00
inherent_method.txt Implement basic inherent method resolution 2019-01-12 15:01:19 +01:00
let.txt Try implementing integer type inference (WIP) 2019-01-14 13:52:57 +01:00
literals.txt Fix type inference for raw (byte) strings 2019-01-14 20:56:14 +01:00
paths.txt Sort ranges in type inference tests 2019-01-07 00:05:19 +01:00
pattern.txt Implement type inference for tuples and refs 2019-01-19 15:37:25 +03:00
refs_and_ptrs.txt Sort ranges in type inference tests 2019-01-07 00:05:19 +01:00
self.txt Sort ranges in type inference tests 2019-01-07 00:05:19 +01:00
struct.txt don't try to treat arrays and tuples as literals 2019-01-14 13:55:49 +01:00
tuple.txt Fixup tests 2019-01-14 19:30:21 +01:00
unary_op.txt Implement rudimentary type inference for unary operators 2019-01-16 00:04:39 +01:00