rust/src/test
bors 130851e030 Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakis
By RFC1214:
>    Before calling a fn, we check that its argument and return types are WF.
    
The previous code only checked the trait-ref, which was not enough
in several cases.
    
As this is a soundness fix, it is a [breaking-change]. Some new annotations are needed, which I think are because of #18653 and the imperfection of `projection_must_outlive` (that can probably be worked around by moving the wf obligation later).
    
Fixes #28609

r? @nikomatsakis
2015-10-03 22:07:37 +00:00
..
auxiliary Change tests per RFC 246 (const vs static) 2015-10-03 00:01:49 +09:00
bench the same technique applies to fasta-redux 2015-09-24 13:25:50 +02:00
codegen Avoid unnecessary temporaries when ref'ing a DST value 2015-10-01 15:24:23 +02:00
compile-fail Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakis 2015-10-03 22:07:37 +00:00
compile-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
debuginfo Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
parse-fail Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
pretty Changes to tests 2015-09-17 12:16:46 +12:00
run-fail Add test for overflowing pow 2015-09-13 22:19:36 -04:00
run-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
run-make Rollup merge of #28805 - wthrowe:compile-stdin, r=alexcrichton 2015-10-02 20:38:22 -04:00
run-pass Auto merge of #28662 - semmaz:fmt-debug, r=alexcrichton 2015-10-02 22:49:37 +00:00
run-pass-fulldeps Remove the Modifier and Decorator kinds of syntax extensions. 2015-09-01 13:16:03 +12:00
run-pass-valgrind Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
rustdoc Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00