rust/src/test
Michael Sullivan 1a8969f64b Get cross crate default methods working.
This fixes the large number of problems that prevented cross crate
methods from ever working. It also fixes a couple lingering bugs with
polymorphic default methods and cleans up some of the code paths.

Closes #4102. Closes #4103.
2013-06-20 15:42:16 -07:00
..
auxiliary Get cross crate default methods working. 2013-06-20 15:42:16 -07:00
bench test: xfail bench/task-perf-one-million. OOM on 32-bit linux w/o opts 2013-06-18 13:29:31 -07:00
compile-fail Add copies to type params with Copy bound 2013-06-16 12:47:36 -04:00
debug-info _Actually_ xfail debuginfo tests 2013-06-21 00:23:42 +12:00
pretty fixed code to placate new restrictions on form of function/method invocations. 2013-06-14 09:36:03 +02:00
run-fail std: remove str::{len, slice, is_empty} in favour of methods. 2013-06-10 23:02:54 +10:00
run-pass Get cross crate default methods working. 2013-06-20 15:42:16 -07:00
run-pass-fulldeps test: Update tests to use the new syntax. 2013-05-22 21:57:10 -07:00