rust/src/test
bors 403cdd84a4 auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonw
Rust will allow to supply default methods for all four methods, but we
don't have any nice error reporting for the case where at least one
method must be implemented, but it's arbitrary which.

So in this case, we require `lt`, but allow implementing the others if needed.
2013-07-13 06:01:31 -07:00
..
auxiliary Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
bench auto merge of #7696 : glinscott/rust/utf8_perf, r=cmr 2013-07-12 03:46:41 -07:00
codegen wire up makefile to run codegen tests and add one to start 2013-07-11 13:15:52 -07:00
compile-fail auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonw 2013-07-13 06:01:31 -07:00
debug-info debuginfo: Some corrections after review. 2013-06-27 19:28:37 +02:00
pretty Fix fallout from span change 2013-07-05 14:56:54 +09:00
run-fail fix test 2013-07-10 13:14:31 -04:00
run-pass cmp: Use default methods in trait Ord, only require Ord::lt 2013-07-13 06:23:38 +02:00
run-pass-fulldeps Fix pretty printer, which was ignoring ref in irrefutable patterns 2013-07-08 13:55:10 -04:00