rust/src/test
Christian Duerr 1df13c057a
Hide trait impl with private trait type parameter
Trait's implementations with private type parameters were displayed in
the implementing struct's documentation until now.

With this change any trait implementation that uses a private type
parameter is now hidden in the docs.
2017-11-30 21:18:36 +01:00
..
codegen rustc: Add support for some more x86 SIMD ops 2017-11-25 11:03:13 -08:00
codegen-units Add regression tests for non-instantiation of inline and const fns. 2017-11-07 08:54:38 +01:00
compile-fail Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon 2017-11-29 18:37:47 +08:00
compile-fail-fulldeps Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
debuginfo Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
incremental modify inherent impls test to indicate TypeckTables do not change 2017-11-22 12:44:10 -05:00
mir-opt ci: Start running wasm32 tests on Travis 2017-11-28 09:27:35 -08:00
parse-fail Delete bad test file 2017-11-25 21:14:15 -07:00
pretty Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytm 2017-11-07 22:40:20 +08:00
run-fail Update tests for -Zborrowck-mir -> -Zborrowck=mode migration 2017-11-26 16:39:15 +01:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make Disable the cdylib-fewer-symbols test for all Windows (test was broken). 2017-11-28 23:38:04 +08:00
run-pass Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon 2017-11-29 18:37:47 +08:00
run-pass-fulldeps Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
run-pass-valgrind Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
rustdoc Hide trait impl with private trait type parameter 2017-11-30 21:18:36 +01:00
ui Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon 2017-11-29 18:37:47 +08:00
ui-fulldeps mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
COMPILER_TESTS.md Fixes spelling error in COMPILER_TESTS.md 2017-11-19 19:05:49 -08:00