rust/src/test
bors ee3c5957ea auto merge of #20189 : cmr/rust/i32-fallback, r=nikomatsakis
Doesn't yet converge on a fixed point, but generally works. A better algorithm
will come with the implementation of default type parameter fallback.

If inference fails to determine an exact integral or floating point type, it
will set the type to i32 or f64, respectively.

Closes #16968
2015-01-02 04:46:53 +00:00
..
auxiliary
bench
codegen
compile-fail auto merge of #20189 : cmr/rust/i32-fallback, r=nikomatsakis 2015-01-02 04:46:53 +00:00
compile-fail-fulldeps
debuginfo
pretty More fallout 2015-01-02 10:28:19 +13:00
run-fail Implement numeric fallback 2015-01-01 17:12:15 -05:00
run-make
run-pass auto merge of #20189 : cmr/rust/i32-fallback, r=nikomatsakis 2015-01-02 04:46:53 +00:00
run-pass-fulldeps
run-pass-valgrind