rust/src/test
Tim Chevalier 46d4bbbae4 Simplify the AST representation of ty param bounds
Change ast::ty_param_bound so that all ty param bounds are represented
as traits, with no special cases for Copy/Send/Owned/Const.
typeck::collect generates the special cases.

A consequence of this is that code using the #[no_core] attribute
can't use the Copy kind/trait. Probably not a big deal?

As a side effect, any user-defined traits that happen to be called
Copy, etc. in the same module override the built-in Copy trait.

r=nmatsakis

Closes #2284
2012-10-22 09:01:12 -07:00
..
auxiliary rustc: Implement intra-crate static methods on anonymous trait implementations. r=nmatsakis 2012-10-18 14:29:18 -07:00
bench Make moves explicit in bench tests 2012-10-12 20:43:37 -07:00
compile-fail Simplify the AST representation of ty param bounds 2012-10-22 09:01:12 -07:00
pretty Fix a pprint test for fixed-length vecs 2012-10-20 17:50:46 -07:00
run-fail Make moves explicit in rfail tests 2012-10-12 20:43:38 -07:00
run-pass Simplify the AST representation of ty param bounds 2012-10-22 09:01:12 -07:00
run-pass-fulldeps