rust/src/test
Philipp Brüschweiler 469f394b25 Remove intrinsic module
To achieve this, the following changes were made:
* Move TyDesc, TyVisitor and Opaque to std::unstable::intrinsics
* Convert TyDesc, TyVisitor and Opaque to lang items instead of specially
  handling the intrinsics module
* Removed TypeDesc, FreeGlue and get_type_desc() from sys

Fixes #3475.
2013-06-23 12:49:16 +02:00
..
auxiliary vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
bench vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
compile-fail vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
debug-info _Actually_ xfail debuginfo tests 2013-06-21 00:23:42 +12:00
pretty vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
run-fail std: remove str::{len, slice, is_empty} in favour of methods. 2013-06-10 23:02:54 +10:00
run-pass Remove intrinsic module 2013-06-23 12:49:16 +02:00
run-pass-fulldeps test: Update tests to use the new syntax. 2013-05-22 21:57:10 -07:00