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 Update the compile-fail-fulldeps tests with new isize/usize literal suffixes. 2015-01-08 11:02:24 -05:00
debuginfo rustc_trans: Fix type projection debuginfo 2015-01-11 21:39:03 -08:00
pretty More test fixes and rebase conflicts 2015-01-07 20:08:37 -08:00
run-fail fallout: run-fail tests that use box. (many/all could be ported to Box::new instead.) 2015-01-08 02:37:58 +01:00
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 Add test for -Z extra-plugins 2015-01-08 14:47:27 +05:30
run-pass-valgrind Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00