rust/src/test
Niko Matsakis 0b5bc3314f Implement new operator dispatch semantics.
Key points are:
1. `a + b` maps directly to `Add<A,B>`, where `A` and `B` are the types of `a` and `b`.
2. Indexing and slicing autoderefs consistently.
2014-11-05 11:29:15 -05:00
..
auxiliary auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581 2014-11-05 10:21:38 +00:00
bench Repair various cases where values of distinct types were being operated 2014-11-05 09:15:28 -05:00
codegen
compile-fail Implement new operator dispatch semantics. 2014-11-05 11:29:15 -05:00
compile-fail-fulldeps
debuginfo
pretty libsyntax: Forbid escapes in the inclusive range \x80-\xff in 2014-11-04 14:58:11 -08:00
run-fail
run-make auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwalton 2014-11-05 07:01:38 +00:00
run-pass Implement new operator dispatch semantics. 2014-11-05 11:29:15 -05:00
run-pass-fulldeps
run-pass-valgrind