rust/src/test
Mara Bos 7a1bd805fa
Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomez
Add tests and improve rendering of cfgs on traits

Shows the additional features required to get the trait implementation, suppressing any already shown on the current page. One interesting effect from this is if you have a cfg-ed type, implementing a cfg-ed trait (so the implementation depends on both cfgs), you will get the inverted pair of cfgs shown on each page:

![image](https://user-images.githubusercontent.com/81079/97904671-207bdc00-1d41-11eb-8144-707e8017d2b6.png)

![image](https://user-images.githubusercontent.com/81079/97904700-27a2ea00-1d41-11eb-8b9f-e925ba339044.png)

The hidden items on the trait implementation also now get the correct cfgs displayed on them.

Tests are blocked on #78673.

fixes #68100
cc #43781
2020-11-16 17:26:25 +01:00
..
assembly Add asm! support for mips64 2020-10-04 12:01:21 +00:00
auxiliary
codegen fully exploited the dropped support of LLVM 8 2020-11-12 14:39:47 +01:00
codegen-units simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
compile-fail check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
debuginfo BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values 2020-10-14 13:03:23 +02:00
incremental simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
mir-opt Rollup merge of #78966 - tmiasko:inline-never, r=oli-obk 2020-11-15 03:02:48 +01:00
pretty fix pretty print for qpath 2020-11-12 12:47:25 +01:00
run-make Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakis 2020-11-12 15:34:09 +00:00
run-make-fulldeps Fix and re-enable two coverage tests on MacOS 2020-11-11 22:54:58 -08:00
run-pass-valgrind Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
rustdoc Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomez 2020-11-16 17:26:25 +01:00
rustdoc-js Add test for whitespace in doc alias 2020-10-05 16:37:13 +02:00
rustdoc-js-std
rustdoc-ui Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514 2020-11-13 15:26:16 +01:00
rustfix
ui Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov 2020-11-15 13:39:48 +01:00
ui-fulldeps Implement destructuring assignment for structs and slices 2020-11-11 12:10:52 +00:00
COMPILER_TESTS.md