rust/crates/ra_hir/src/ty/tests/data
2019-01-14 13:54:31 +01: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 Try implementing integer type inference (WIP) 2019-01-14 13:52:57 +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 Use type variables to determine exact type for ambiguous numeric literals 2019-01-14 13:54:31 +01:00
paths.txt Sort ranges in type inference tests 2019-01-07 00:05:19 +01: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 Use type variables to determine exact type for ambiguous numeric literals 2019-01-14 13:54:31 +01:00
tuple.txt Fix tuple test case 2019-01-13 22:23:06 +09:00