rust/src/test
bors d2c223a377 Auto merge of #26126 - Nashenas88:sync-send-libcore-iter, r=huonw
This addresses an item in #22709. SizeHint in libcore/iter.rs also implements Iterator, but it's implementation is not accessible and is only used to send size hints to extend (it appears to be a performance improvement to avoid unnecessary memory reallocations). The is the only implementation of Iterator within libcore/iter.rs that is not/cannot be tested in this PR.
2015-06-17 10:19:14 +00:00
..
auxiliary Auto merge of #26025 - alexcrichton:update-llvm, r=brson 2015-06-17 06:56:15 +00:00
bench Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
codegen rustc: Update LLVM 2015-06-16 22:56:42 -07:00
compile-fail Auto merge of #26275 - arielb1:unconstrained-projection, r=nikomatsakis 2015-06-15 19:52:15 +00:00
compile-fail-fulldeps Auto merge of #25168 - Manishearth:register_attr, r=eddyb 2015-05-24 09:38:26 +00:00
debuginfo ignore-test cleanup 2015-06-12 14:16:16 -04:00
parse-fail Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
pretty Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-fail Auto merge of #26071 - petrochenkov:assert1, r=alexcrichton 2015-06-14 19:42:26 +00:00
run-fail-fulldeps syntax: refactor (Span)Handler and ParseSess constructors to be methods. 2015-05-14 01:47:56 +03:00
run-make Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-pass Auto merge of #26126 - Nashenas88:sync-send-libcore-iter, r=huonw 2015-06-17 10:19:14 +00:00
run-pass-fulldeps Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-pass-valgrind Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
rustdoc Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00