rust/src/test
Jared Roesch 6a66b32270 Refactor compare_impl_method to use all bounds
Refactor compare_impl_method into its own file. Modify the
code to stop comparing individual parameter bounds.
Instead we now use the predicates list attached to the trait
and implementation generics. This ensures consistency even
when bounds are declared in different places (i.e on
a parameter vs. in a where clause).
2015-01-14 13:43:17 -08:00
..
auxiliary Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
bench cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
codegen
compile-fail Refactor compare_impl_method to use all bounds 2015-01-14 13:43:17 -08:00
compile-fail-fulldeps
debuginfo rustc_trans: Fix type projection debuginfo 2015-01-11 21:39:03 -08:00
pretty
run-fail
run-make Make the compilation process more easily customisable 2015-01-12 12:53:07 +13:00
run-pass Refactor compare_impl_method to use all bounds 2015-01-14 13:43:17 -08:00
run-pass-fulldeps
run-pass-valgrind