rust/src/test
Tim Chevalier 1f892dcb01 Monomorphize class constructors, support generic classes and class methods
Allow class methods to have type parameters (this is a change from the
original classes proposal).

Add test cases for classes with type parameters, and classes with methods
that have their own type parameters.
2012-04-03 16:23:50 -07:00
..
auxiliary Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
bench test: Rewrite binarytrees to use arenas 2012-03-29 08:41:26 -07:00
compile-fail generate correct constraints for assignments 2012-03-29 19:41:09 -07:00
pretty Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
run-fail test: Prevent run-fail/too-much-recursion from being optimized to nothing 2012-03-29 16:43:18 -07:00
run-pass Monomorphize class constructors, support generic classes and class methods 2012-04-03 16:23:50 -07:00