rust/src/test
bors 9b81a4eef8 auto merge of #16811 : nick29581/rust/dst-bug-2, r=nikomatsakis
closes #16800 
r? @nikomatsakis - I'm not 100% sure this is the right approach, it is kind of ad-hoc. The trouble is we don't have any intrinsic notion of which types are sized and which are not, we only have the Sized bound, so I have nothing to validate the Sized bound against.
2014-09-03 17:51:05 +00:00
..
auxiliary Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
bench Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
codegen
compile-fail auto merge of #16811 : nick29581/rust/dst-bug-2, r=nikomatsakis 2014-09-03 17:51:05 +00:00
compile-fail-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
debuginfo test: Ignore failing gdb pretty tests 2014-09-02 08:34:00 -07:00
pretty Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
run-fail auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelix 2014-09-03 09:21:02 +00:00
run-make auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix 2014-08-30 10:51:26 +00:00
run-pass auto merge of #16934 : nick29581/rust/dst-bug-6, r=pcwalton 2014-09-03 06:26:02 +00:00
run-pass-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00