rust/src/test
bors 1968130885 auto merge of #5763 : thestinger/rust/clone, r=nikomatsakis
Performing a deep copy isn't ever desired for a persistent data
structure, and it requires a more complex implementation to do
correctly. A deep copy needs to check for cycles to avoid an infinite
loop.
2013-04-08 14:12:55 -07:00
..
auxiliary rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
bench auto merge of #5696 : thestinger/rust/hashmap, r=sanxiyn 2013-04-03 14:04:07 -07:00
compile-fail libsyntax: fail lexing with an error message on an int literal larger than 2^64. 2013-04-08 16:40:40 +10:00
debug-info Re-enable struct value printing in debug info tests with gdb pretty printing off 2013-03-11 14:09:06 -07:00
pretty Add AbiSet and integrate it into the AST. 2013-03-29 18:36:20 -07:00
run-fail rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
run-pass clone: managed boxes need to clone by shallow copy 2013-04-08 16:19:12 -04:00
run-pass-fulldeps librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00