rust/src/test
bors d90abd5879 auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=catamorphism
...ear

values to be copied.  Rewrite kind computation so that instead of directly
computing the kind it computes what kinds of values are present in the type,
and then derive kinds based on that. I find this easier to think about.

Fixes #4821.

r? @catamorphism
2013-02-09 10:20:55 -08:00
..
auxiliary oldmap: use &K instead of K in find and get 2013-02-05 19:41:45 -08:00
bench Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
compile-fail Fix subtle error in caching during kind computation that could cause linear 2013-02-08 07:20:39 -08:00
pretty Change pretty-exact to pp-exact 2013-02-08 02:56:49 +09:00
run-fail rename map -> oldmap and mark it as deprecated 2013-02-03 15:55:10 -05:00
run-pass auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=catamorphism 2013-02-09 10:20:55 -08:00
run-pass-fulldeps Fix Option camel case in xfailed/ignored tests 2013-01-25 19:42:23 -07:00