rust/src/test
Manish Goregaokar b393c7e0d2 Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton
rustdoc: Fix a few stripping issues

We need to recurse into stripped modules to strip things like impl methods
but when doing so we must not add any items to the `retained` set.

For example this removes [`core::num::ParseFloatError::__description`](https://doc.rust-lang.org/nightly/core/num/struct.ParseFloatError.html#method.__description) and [`impl Clone for ThreadRng`](https://doc.rust-lang.org/nightly/std/clone/trait.Clone.html).
2016-06-29 21:21:23 +05:30
..
codegen trans: generalize immediate temporaries to all MIR locals. 2016-06-20 23:55:14 +03:00
codegen-units fix codegen-units fallout 2016-06-16 09:26:44 +03:00
compile-fail Rollup merge of #34497 - oli-obk:double_negation, r=eddyb 2016-06-29 21:21:22 +05:30
compile-fail-fulldeps Rollup merge of #34385 - cgswords:tstream, r=nrc 2016-06-26 02:11:59 +00:00
debuginfo Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrc 2016-06-13 21:07:30 -07:00
incremental
parse-fail Rollup merge of #34460 - dsprenkels:issue-33455, r=alexcrichton 2016-06-29 21:21:21 +05:30
pretty Pretty-print attributes on tuple structs and add tests 2016-06-17 10:05:19 +01:00
run-fail
run-fail-fulldeps Fix rfail test missing import 2016-06-24 06:31:19 -04:00
run-make Address more travis errors 2016-06-23 08:07:35 -04:00
run-pass Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth 2016-06-27 16:42:03 -07:00
run-pass-fulldeps Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth 2016-06-26 02:18:43 +00:00
run-pass-valgrind
rustdoc Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton 2016-06-29 21:21:23 +05:30
ui